Searched refs:ldbl (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_size.c114 union ieee854_long_double ldbl; member in union:__anon8
134 fpnum.ldbl.d = *(const long double *) args[0];
137 if (isnan (fpnum.ldbl.d))
143 else if (isinf (fpnum.ldbl.d))
148 negative = fpnum.ldbl.d < 0;
151 while (fpnum.ldbl.d >= divisor && tag[1] != '\0')
153 fpnum.ldbl.d /= divisor;
H A Dprintf_fphex.c111 num = (((unsigned long long int) fpnum.ldbl.ieee.mantissa0) << 32 \
112 | fpnum.ldbl.ieee.mantissa1); \
145 exponent = fpnum.ldbl.ieee.exponent; \
185 union ieee854_long_double ldbl; member in union:__anon50
254 fpnum.ldbl.d = *(const long double *) args[0];
257 if (isnan (fpnum.ldbl.d))
273 if (isinf (fpnum.ldbl.d))
287 negative = signbit (fpnum.ldbl.d);
H A Dprintf_fp.c148 __long_double_t ldbl; member in union:__anon10
326 fpnum.ldbl = *(const long double *) args[0];
329 if (isnan (fpnum.ldbl))
343 else if (isinf (fpnum.ldbl))
355 is_neg = fpnum.ldbl < 0;
363 fpnum.ldbl);

Completed in 98 milliseconds