HomeSort by relevance Sort by last modified time
    Searched refs:cp_l (Results 1 - 5 of 5) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c 91 cp_l = -7.02846165095275826516e-09, /* 0xBE3E2FE0, 0x145B01F5 =tail of cp_h*/ variable
247 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */
248 z_l = cp_l*p_h+p_l*cp+dp_l[k];
e_powf.c 50 cp_l = -1.1736857402e-04, /* 0xb8f623c6 =tail of cp_h */ variable
192 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */
193 z_l = cp_l*p_h+p_l*cp+dp_l[k];
  /device/google/contexthub/lib/libm/
ef_pow.c 54 cp_l = 4.7017383622e-06, /* 0x369dc3a0 =tail of cp_h */ variable
193 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */
194 z_l = cp_l*p_h+p_l*cp+dp_l[k];
  /external/fdlibm/
e_pow.c 95 cp_l = -7.02846165095275826516e-09, /* 0xBE3E2FE0, 0x145B01F5 =tail of cp_h*/ variable
249 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */
250 z_l = cp_l*p_h+p_l*cp+dp_l[k];
  /external/v8/src/third_party/fdlibm/
fdlibm.js 1006 // cp = 2/(3*ln(2)). Note that cp_h + cp_l is cp, but with more accuracy.
1009 define CP_L = -7.02846165095275826516e-09;
    [all...]

Completed in 96 milliseconds