Home
last modified time | relevance | path

Searched refs:other_sign_posn (Results 1 – 1 of 1) sorted by relevance

/stdlib/
A Dstrfmon_l.c116 int other_sign_posn; in __vstrfmon_l_internal() local
376 other_sign_posn = p_sign_posn; in __vstrfmon_l_internal()
390 other_sign_posn = n_sign_posn; in __vstrfmon_l_internal()
404 if (other_sign_posn == '\377') in __vstrfmon_l_internal()
405 other_sign_posn = 1; in __vstrfmon_l_internal()
418 if (other_sign_posn == 0 in __vstrfmon_l_internal()
419 || (other_sign_posn == 1 && !other_cs_precedes) in __vstrfmon_l_internal()
420 || (other_sign_posn == 2 && other_cs_precedes)) in __vstrfmon_l_internal()
464 if (other_sign_posn == 0 && !is_negative) in __vstrfmon_l_internal()
466 else if (other_sign_posn == 1) in __vstrfmon_l_internal()
[all …]

Completed in 6 milliseconds