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

  /src/lib/libc/gdtoa/
gdtoaimp.h 445 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro
453 #define rounded_quotient(a,b) a /= b macro
strtodg.c 602 /* rv = */ rounded_quotient(dval(&rv), tens[-e]);
strtod.c 418 /* rv = */ rounded_quotient(dval(&rv), tens[-e]);

Completed in 14 milliseconds