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

/bionic/libm/src/
H A De_pow.c91 cp_h = 9.61796700954437255859e-01, /* 0x3FEEC709, 0xE0000000 =(float)cp */ variable
92 cp_l = -7.02846165095275826516e-09, /* 0xBE3E2FE0, 0x145B01F5 =tail of cp_h*/
245 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */
H A De_powf.c50 cp_h = 9.6179199219e-01, /* 0x3f763800 =head of cp */ variable
51 cp_l = 4.7017383622e-06, /* 0x369dc3a0 =tail of cp_h */
190 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */

Completed in 77 milliseconds