Searched defs:tens (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A Dstrtod.c405 /* rv = */ rounded_product(dval(&rv), tens[e]); local
411 /* rv = */ rounded_product(dval(&rv), tens[e]); local
425 /* rv = */ rounded_quotient(dval(&rv), tens[-e]); local
H A Dmisc.c838 tens[] = { variable
H A Dstrtodg.c588 /* adj = */ rounded_product(dval(&adj), tens[e2]); local
595 /* rv = */ rounded_product(dval(&rv), tens[e2]); local
604 /* rv = */ rounded_quotient(dval(&rv), tens[-e]); local
H A Dgdtoaimp.h587 #define tens __tens_D2A macro
/freebsd-9.3-release/contrib/gcc/
H A Dreal.c2074 static REAL_VALUE_TYPE tens[EXP_BITS]; local
2106 static REAL_VALUE_TYPE tens[EXP_BITS]; local
[all...]

Completed in 83 milliseconds