Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libm/
Def_pow.c56 ivln2_h = 1.4426879883e+00, /* 0x3fb8aa00 =16b 1/ln2*/ variable
144 u = ivln2_h*t; /* ivln2_h has 16 sig. bits */
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_pow.c114 ivln2_h = 1.44269502162933349609e+00, /* 0x3FF71547, 0x60000000 =24b 1/ln2*/ variable
218 u = ivln2_h*t; /* ivln2_h has 21 sig. bits */ in __ieee754_pow()