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

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c 93 ivln2_h = 1.44269502162933349609e+00, /* 0x3FF71547, 0x60000000 =24b 1/ln2*/ variable
201 u = ivln2_h*t; /* ivln2_h has 21 sig. bits */
e_powf.c 52 ivln2_h = 1.4426879883e+00, /* 0x3fb8aa00 =16b 1/ln2*/ variable
142 u = ivln2_h*t; /* ivln2_h has 16 sig. bits */
  /device/google/contexthub/lib/libm/
ef_pow.c 56 ivln2_h = 1.4426879883e+00, /* 0x3fb8aa00 =16b 1/ln2*/ variable
144 u = ivln2_h*t; /* ivln2_h has 16 sig. bits */
  /external/fdlibm/
e_pow.c 97 ivln2_h = 1.44269502162933349609e+00, /* 0x3FF71547, 0x60000000 =24b 1/ln2*/ variable
203 u = ivln2_h*t; /* ivln2_h has 21 sig. bits */

Completed in 378 milliseconds