Searched refs:EXP_M2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/libc/src/__support/math/ | ||
| H A D | exp_float_constants.h | 95 static constexpr double EXP_M2[128] = { variable |
| H A D | expf.h | 100 double exp_mid = EXP_M2[x_hi & 0x7f]; in expf() |