Searched defs:__exp (Results 1 – 19 of 19) sorted by relevance
70 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp()117 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp()129 __DEVICE__ float pow(float __base, float __exp) { in pow()
35 _LIBCPP_HIDE_FROM_ABI static constexpr uint64_t __pow10(unsigned __exp) { in __pow10()
60 constexpr int __exp = std::numeric_limits<_Real>::max_exponent / 2; in __hypot() local
61 constexpr int __exp = std::numeric_limits<_Real>::max_exponent / 2; in __hypot() local
135 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline __uint128_t __pow_10(int __exp) noexcept… in __pow_10()
347 const int32_t __exp = __e10 + __removed; in __d2d() local
287 const int32_t __exp = __e10 + __removed; in __f2d() local
469 int32_t __exp = 0; in __d2exp_buffered_n() local