Home
last modified time | relevance | path

Searched refs:_BIG_FLOAT_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dbase_conversion.h212 #define _BIG_FLOAT_SIZE (DECIMAL_STRING_LENGTH/2) macro
218 unsigned short bsignificand[_BIG_FLOAT_SIZE];
/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddouble_decim.c411 d.bsize = _BIG_FLOAT_SIZE; in __bigfloat_to_decimal()
455 pf->bsize = _BIG_FLOAT_SIZE; in __double_to_bigfloat()
481 pf->bsize = _BIG_FLOAT_SIZE; in __extended_to_bigfloat()
505 pf->bsize = _BIG_FLOAT_SIZE; in __quadruple_to_bigfloat()
H A Ddecimal_bin.c170 d.bsize = _BIG_FLOAT_SIZE; in __decimal_to_unpacked()
229 b.bsize = _BIG_FLOAT_SIZE; in __decimal_to_unpacked()
H A D__x_power.c358 (productsize - _BIG_FLOAT_SIZE); in __big_float_times_power()