Home
last modified time | relevance | path

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

/external/musl/src/math/i386/
Dscalbn.s11 .global scalbn symbol
13 scalbn: label
/external/rust/crates/libm/src/math/
Dscalbn.rs2 pub fn scalbn(x: f64, mut n: i32) -> f64 { in scalbn() function
Dmod.rs177 mod scalbn; module
/external/musl/src/math/
Dscalbn.c4 double scalbn(double x, int n) in scalbn() function
/external/harfbuzz_ng/util/
Doptions.hh233 __inline long double scalbn (long double x, int exp) in scalbn() function
/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.cpp308 #define scalbn(_a, _i) ldexp(_a, _i) macro
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1637 inline _LIBCPP_HIDE_FROM_ABI float scalbn(float __x, int __y) _NOEXCEPT {return __built… in scalbn() function
1640 _LIBCPP_HIDE_FROM_ABI double scalbn(double __x, int __y) _NOEXCEPT { in scalbn() function
1644 inline _LIBCPP_HIDE_FROM_ABI long double scalbn(long double __x, int __y) _NOEXCEPT {return __built… in scalbn() function
1649 scalbn(_A1 __x, int __y) _NOEXCEPT {return __builtin_scalbn((double)__x, __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/musl/include/
Dtgmath.h261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp97 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/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp100 Ambiguous scalbn(Ambiguous, Ambiguous){ return Ambiguous(); } 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-10.0/llvm/include/llvm/ADT/
DAPFloat.h1213 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp98 Ambiguous scalbn(Ambiguous, Ambiguous){ return Ambiguous(); } 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/unittests/ADT/
DAPFloatTest.cpp2865 TEST(APFloatTest, scalbn) { in TEST() argument
/external/ComputeLibrary/include/half/
Dhalf.hpp2642 inline half scalbn(half arg, int exp) { return functions::scalbln(arg, exp); } in scalbn() function
2643 inline half scalbn(expr arg, int exp) { return functions::scalbln(arg, exp); } in scalbn() function
/external/armnn/third-party/half/
Dhalf.hpp2644 inline half scalbn(half arg, int exp) { return functions::scalbln(arg, exp); } in scalbn() function
2645 inline half scalbn(expr arg, int exp) { return functions::scalbln(arg, exp); } in scalbn() function
/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