Home
last modified time | relevance | path

Searched defs:scalbn (Results 1 – 22 of 22) sorted by relevance

/external/rust/crates/libm/src/math/
Dscalbn.rs2 pub fn scalbn(x: f64, mut n: i32) -> f64 { in scalbn() function
Dmod.rs159 mod scalbn; module
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dutility.h78 #define scalbn(_a, _i) ldexp(_a, _i) macro
/external/OpenCL-CTS/test_common/harness/
DerrorHelpers.cpp309 #define scalbn(_a, _i) ldexp(_a, _i) macro
/external/llvm-project/libcxx/include/
Dmath.h1481 inline _LIBCPP_INLINE_VISIBILITY float scalbn(float __lcpp_x, int __lcpp_y) _NOEXCEPT {… in scalbn() function
1482 inline _LIBCPP_INLINE_VISIBILITY long double scalbn(long double __lcpp_x, int __lcpp_y) _NOEXCEPT {… in scalbn() function
1487 scalbn(_A1 __lcpp_x, int __lcpp_y) _NOEXCEPT {return ::scalbn((double)__lcpp_x, __lcpp_y);} in scalbn() function
/external/libcxx/include/
Dmath.h1485 inline _LIBCPP_INLINE_VISIBILITY float scalbn(float __lcpp_x, int __lcpp_y) _NOEXCEPT {… in scalbn() function
1486 inline _LIBCPP_INLINE_VISIBILITY long double scalbn(long double __lcpp_x, int __lcpp_y) _NOEXCEPT {… in scalbn() function
1491 scalbn(_A1 __lcpp_x, int __lcpp_y) _NOEXCEPT {return ::scalbn((double)__lcpp_x, __lcpp_y);} in scalbn() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp97 Ambiguous scalbn(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbn() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp99 Ambiguous scalbn(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbn() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp97 Ambiguous scalbn(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbn() function
/external/harfbuzz_ng/util/
Doptions.hh698 __inline long double scalbn (long double x, int exp) in scalbn() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp100 Ambiguous scalbn(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbn() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1087 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h1213 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
/external/llvm-project/llvm/include/llvm/ADT/
DAPFloat.h1252 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3884 IEEEFloat scalbn(IEEEFloat X, int Exp, IEEEFloat::roundingMode RoundingMode) { in scalbn() function
4472 DoubleAPFloat scalbn(DoubleAPFloat Arg, int Exp, APFloat::roundingMode RM) { in scalbn() function
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp4176 IEEEFloat scalbn(IEEEFloat X, int Exp, IEEEFloat::roundingMode RoundingMode) { in scalbn() function
4764 DoubleAPFloat scalbn(DoubleAPFloat Arg, int Exp, APFloat::roundingMode RM) { in scalbn() function
/external/llvm/unittests/ADT/
DAPFloatTest.cpp2865 TEST(APFloatTest, scalbn) { in TEST() argument
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h277 __DEVICE__ double scalbn(double __a, int __b) { return __nv_scalbn(__a, __b); } in scalbn() function
Dtgmath.h1165 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
/external/llvm/lib/Support/
DAPFloat.cpp3972 APFloat llvm::scalbn(APFloat X, int Exp, APFloat::roundingMode RoundingMode) { in scalbn() function in llvm
/external/clang/lib/Headers/
Dtgmath.h1172 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
/external/llvm-project/llvm/unittests/ADT/
DAPFloatTest.cpp3249 TEST(APFloatTest, scalbn) { in TEST() argument