Home
last modified time | relevance | path

Searched defs:__exp (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp()
155 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp()
161 __DEVICE__ float pow(float __base, float __exp) { in pow()
H A D__clang_hip_cmath.h64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp()
/freebsd-src/contrib/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h35 _LIBCPP_HIDE_FROM_ABI static constexpr uint64_t __pow10(unsigned __exp) { in __pow10()
/freebsd-src/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_base_10.h134 __pow_10(int __exp) __pow_10() argument
/freebsd-src/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp347 const int32_t __exp = __e10 + __removed; in __d2d() local
H A Df2s.cpp287 const int32_t __exp = __e10 + __removed; in __f2d() local
H A Dd2fixed.cpp469 int32_t __exp = 0; in __d2exp_buffered_n() local