Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libm/
Def_pow.c57 ivln2_l = 7.0526075433e-06; /* 0x36eca570 =1/ln2 tail*/ variable
145 v = t*ivln2_l-w*ivln2;
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_pow.c115 ivln2_l = 1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/ variable
219 v = t*ivln2_l-w*ivln2; in __ieee754_pow()