Searched refs:OUTREV (Results 1 – 1 of 1) sorted by relevance
241 #define OUTREV(c) do { if (&buf[pos] == buf) goto done; else buf[--pos] = (c); } while (0) in double_to_string() macro243 OUTREV(0); in double_to_string()247 OUTREV('0'); in double_to_string()263 OUTREV('0'); in double_to_string()281 OUTREV('-'); in double_to_string()287 #undef OUTREV in double_to_string()
Completed in 3 milliseconds