Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libm/
Def_pow.c53 cp_h = 9.6179199219e-01, /* 0x3f763800 =head of cp */ variable
193 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_pow.c111 cp_h = 9.61796700954437255859e-01, /* 0x3FEEC709, 0xE0000000 =(float)cp */ variable
264 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */ in __ieee754_pow()