Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/math/generic/
H A Dcommon_constants.cpp183 const double EXP_M2[128] = { variable
H A Dcommon_constants.h32 extern const double EXP_M2[128];
H A Dexpf.cpp92 double exp_mid = EXP_M2[x_hi & 0x7f];
H A Dexpm1f.cpp146 double exp_mid = EXP_M2[x_hi & 0x7f];