Home
last modified time | relevance | path

Searched refs:EXP_M2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/math/
H A Dexp_float_constants.h95 static constexpr double EXP_M2[128] = { variable
H A Dexpf.h100 double exp_mid = EXP_M2[x_hi & 0x7f]; in expf()