Searched defs:scalbln (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/lib/Headers/ |
D | __clang_hip_cmath.h | 102 __DEVICE__ float scalbln(float __x, long int __n) { in scalbln() function
|
D | __clang_cuda_math.h | 279 __DEVICE__ double scalbln(double __a, long __b) { in scalbln() function
|
D | tgmath.h | 1182 #define scalbln(__x, __y) __tg_scalbln(__tg_promote1((__x))(__x), __y) macro
|
/external/llvm-project/libcxx/include/ |
D | math.h | 1471 inline _LIBCPP_INLINE_VISIBILITY float scalbln(float __lcpp_x, long __lcpp_y) _NOEXCEPT … in scalbln() function 1472 inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double __lcpp_x, long __lcpp_y) _NOEXCEPT… in scalbln() function 1477 scalbln(_A1 __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalbln((double)__lcpp_x, __lcpp_y);} in scalbln() function
|
/external/libcxx/include/ |
D | math.h | 1475 inline _LIBCPP_INLINE_VISIBILITY float scalbln(float __lcpp_x, long __lcpp_y) _NOEXCEPT … in scalbln() function 1476 inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double __lcpp_x, long __lcpp_y) _NOEXCEPT… in scalbln() function 1481 scalbln(_A1 __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalbln((double)__lcpp_x, __lcpp_y);} in scalbln() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 96 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 98 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 96 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 99 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1189 #define scalbln(__x, __y) __tg_scalbln(__tg_promote1((__x))(__x), __y) macro
|