Home
last modified time | relevance | path

Searched refs:two54 (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Ds_frexp.c72 static const double two54 = variable
85 x *= two54; in frexp64()
Ds_log10.c52 two54 = _F_64(1.80143985094819840000e+16), /* 0x43500000, 0x00000000 */ variable
73 x *= two54; /* subnormal number, scale up x */ in log1064()
Ds_log.c72 two54 = _F_64(1.80143985094819840000e+16), /* 43500000 00000000 */ variable
99 x *= two54; /* subnormal number, scale up x */ in log64()
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Ds_scalbln.c25 two54 = _F_64(1.80143985094819840000e+16), /* 0x43500000, 0x00000000 */ variable
37 x *= two54; in scalbln64()
Ds_scalbn.c69 two54 = _F_64(1.80143985094819840000e+16), /* 0x43500000, 0x00000000 */ variable
80 x *= two54; in scalbn64()
Ds_log1p.c123 two54 = _F_64(1.80143985094819840000e+16), /* 43500000 00000000 */ variable
152 if(two54+x>zero /* raise inexact */ in log1p64()