HomeSort by: relevance | last modified time | path
    Searched refs:STRTOG_Neg (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/libc/gdtoa/
strtopf.c 79 if (k & STRTOG_Neg)
g_dfmt.c 94 i = STRTOG_Normal | STRTOG_Neg;
strtodnrp.c 92 if (k & STRTOG_Neg)
strtof.c 91 if (k & STRTOG_Neg)
strtof_vaxf.c 78 if (k & STRTOG_Neg)
strtopQ.c 103 if (k & STRTOG_Neg)
strtopx.c 106 if (k & STRTOG_Neg)
strtopxL.c 94 if (k & STRTOG_Neg)
strtord.c 71 if (k & STRTOG_Neg)
strtorf.c 65 if (k & STRTOG_Neg)
strtoIg.c 96 swap = STRTOG_Neg;
130 if (swap ^ (rv & STRTOG_Neg)) {
strtorQ.c 93 if (k & STRTOG_Neg)
strtorx.c 96 if (k & STRTOG_Neg)
strtorxL.c 84 if (k & STRTOG_Neg)
gdtoa.h 86 STRTOG_Neg = 0x08, /* does not affect STRTOG_Inexlo or STRTOG_Inexhi */
strtodI.c 70 sign = k & STRTOG_Neg ? 0x80000000L : 0;
strtopdd.c 182 if (rv & STRTOG_Neg) {
strtordd.c 169 if (k & STRTOG_Neg) {
gdtoa.c 333 if (kind & STRTOG_Neg)
strtodg.c 1111 irv |= STRTOG_Neg;

Completed in 81 milliseconds