Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h37 for (unsigned __i = 0; __i < __exp; ++__i) in __pow10() argument
/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dhypot.h61 constexpr int __exp = std::numeric_limits<_Real>::max_exponent / 2; in __hypot() local
/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_base_10.h135 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline __uint128_t __pow_10(int __exp) noexcept… in __pow_10()
/freebsd/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
[all...]