Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_pow.c54 ivln2_l = 7.0526075433e-06; /* 0x36eca570 =1/ln2 tail*/ variable
165 v = t * ivln2_l - w * ivln2; in powf()
Ds_pow.c95 ivln2_l = _F_64(1.92596299112661746887e-08); /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/ variable
231 v = t * ivln2_l - w * ivln2; in pow64()