Searched defs:scalbln (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libcxx/include/__math/ |
H A D | exponential_functions.h | 113 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.h | 161 __DEVICE__ __CONSTEXPR__ float scalbln(float __x, long int __n) { in scalbln() function
|
H A D | __clang_cuda_math.h | 279 __DEVICE__ double scalbln(double __a, long __b) { scalbln() function
|
H A D | tgmath.h | 1182 #define scalbln(__x, __y) __tg_scalbln(__tg_promote1((__x))(__x), __y) macro
|
/llvm-project/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 103 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } scalbln() function [all...] |
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 101 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function [all...] |