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

  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_exp.c 84 static const double ln2hi = 0x1.62e42fee00000p-1; variable
109 hi=x-k*ln2hi;
154 hi=(x-k*ln2hi); /* Exact. */
  /external/arm-optimized-routines/math/
math_config.h 369 double ln2hi; member in struct:log_data
398 double ln2hi; member in struct:pow_log_data
log.c 16 #define Ln2hi __log_data.ln2hi
135 w = kd * Ln2hi + logc;
pow.c 20 #define Ln2hi __pow_log_data.ln2hi
72 t1 = kd * Ln2hi + logc;
pow_log_data.c 13 .ln2hi = 0x1.62e42fefa3800p-1,
48 the last few bits of logc are rounded away so k*ln2hi + logc has no rounding
log_data.c 13 .ln2hi = 0x1.62e42fefa3800p-1,
110 Note: 1) ensures that k*ln2hi + logc can be computed without rounding error,

Completed in 56 milliseconds