Home
last modified time | relevance | path

Searched refs:ln2LO (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libm/math/
Dsf_exp.c31 ln2LO[2] ={ 9.0580006145e-06, /* 0x3717f7d1 */ variable
65 lo = ln2LO[xsb]; in expf()
71 lo = t * ln2LO[0]; in expf()
Ds_exp.c92 ln2LO[2] ={ _F_64(1.90821492927058770002e-10), /* 0x3dea39ef, 0x35793c76 */ variable
132 lo = ln2LO[xsb]; in exp64()
138 lo = t * ln2LO[0]; in exp64()