Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_frexp.c18 static const float two25 = 3.3554432000e+07; /* 0x4c000000 */ variable
30 x *= two25; in frexpf()
Dsf_log10.c18 static const float two25 = 3.3554432000e+07, /* 0x4c000000 */ variable
40 x *= two25; /* subnormal number, scale up x */ in log10f()
Dsf_log.c21 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
49 x *= two25; /* subnormal number, scale up x */ in logf()
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dsf_scalbln.c19 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
34 x *= two25; in scalblnf()
Dsf_scalbn.c27 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
40 x *= two25; in scalbnf()
Dsf_log1p.c22 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
52 if(two25+x>zero /* raise inexact */ in log1pf()