Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/ld/ld80/
Ds_exp2l.c37 static const long double twom10000 = 0x1p-10000L;
39 static volatile long double twom10000 = 0x1p-10000L; variable
272 return (r * twopkp10000 * twom10000); in exp2l()
De_powl.c180 static const long double twom10000 = 0x1p-10000L; variable
/picolibc-latest/newlib/libm/ld/ld128/
De_expl.c105 static const long double twom10000 = 0x1p-10000L;
107 static volatile long double twom10000 = 0x1p-10000L; variable
Ds_exp2l.c37 static const long double twom10000 = 0x1p-10000L;
39 static volatile long double twom10000 = 0x1p-10000L; variable
422 return (r * twopkp10000 * twom10000); in exp2l()