Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoaimp.h410 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro
418 #define rounded_quotient(a,b) a /= b macro
Dstrtod.c424 /* rv = */ rounded_quotient(dval(&rv), tens[-e]);
Dstrtodg.c636 /* rv = */ rounded_quotient(dval(&rv), tens[-e]);