Searched defs:exp10 (Results 1 – 5 of 5) sorted by relevance
| /llvm-project/libc/src/__support/ | ||
| H A D | detailed_powers_of_ten.h | 32 exp10_to_exp2(int32_t exp10) exp10_to_exp2() argument |
| H A D | str_to_float.h | 78 int32_t exp10 = init_num.exponent; global() variable |
| /llvm-project/libc/src/math/nvptx/ | ||
| H A D | nvptx.h | 42 LIBC_INLINE double exp10(double x) { return __nv_exp10(x); } exp10() function |
| /llvm-project/libc/utils/MPFRWrapper/ | ||
| H A D | MPFRUtils.cpp | 329 MPFRNumber exp10() const { exp10() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber |
| /llvm-project/clang/lib/Headers/ | ||
| H A D | __clang_cuda_math.h | 105 __DEVICE__ double exp10(double __a) { return __nv_exp10(__a); } exp10() function |