Home
last modified time | relevance | path

Searched defs:exp10 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/src/__support/
H A Ddetailed_powers_of_ten.h32 exp10_to_exp2(int32_t exp10) exp10_to_exp2() argument
H A Dstr_to_float.h78 int32_t exp10 = init_num.exponent; global() variable
188 int32_t exp10 = init_num.exponent; global() variable
518 int32_t exp10 = init_num.exponent; global() variable
652 int32_t exp10 = init_num.exponent; global() variable
[all...]
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h42 LIBC_INLINE double exp10(double x) { return __nv_exp10(x); } exp10() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp329 MPFRNumber exp10() const { exp10() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h105 __DEVICE__ double exp10(double __a) { return __nv_exp10(__a); } exp10() function