HomeSort by: relevance | last modified time | path
    Searched refs:ivln2_h (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/src/
e_pow.c 96 ivln2_h = 1.44269502162933349609e+00, /* 0x3FF71547, 0x60000000 =24b 1/ln2*/ variable in typeref:typename:const double[][][]
204 u = ivln2_h*t; /* ivln2_h has 21 sig. bits */
e_powf.c 55 ivln2_h = 1.4426879883e+00, /* 0x3fb8aa00 =16b 1/ln2*/ variable in typeref:typename:const float[][][]
145 u = ivln2_h*t; /* ivln2_h has 16 sig. bits */

Completed in 56 milliseconds