Home
last modified time | relevance | path

Searched defs:scalbln (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/include/__math/
H A Dexponential_functions.h113 inline _LIBCPP_HIDE_FROM_ABI float scalbln(float __x, long __y) _NOEXCEPT { return __builtin_scalbl… in scalbln() function
116 _LIBCPP_HIDE_FROM_ABI double scalbln(double __x, long __y) _NOEXCEPT { in scalbln() function
120 inline _LIBCPP_HIDE_FROM_ABI long double scalbln(long double __x, long __y) _NOEXCEPT { in scalbln() function
125 inline _LIBCPP_HIDE_FROM_ABI double scalbln(_A1 __x, long __y) _NOEXCEPT { in scalbln() function
/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h161 __DEVICE__ __CONSTEXPR__ float scalbln(float __x, long int __n) { in scalbln() function
H A D__clang_cuda_math.h279 __DEVICE__ double scalbln(double __a, long __b) { scalbln() function
H A Dtgmath.h1182 #define scalbln(__x, __y) __tg_scalbln(__tg_promote1((__x))(__x), __y) macro
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp103 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } scalbln() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp101 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function
[all...]