Home
last modified time | relevance | path

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

/external/musl/src/math/i386/
Dscalbn.s6 .global scalbln symbol
8 scalbln: label
/external/musl/src/math/
Dscalbln.c4 double scalbln(double x, long n) in scalbln() function
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1621 inline _LIBCPP_HIDE_FROM_ABI float scalbln(float __x, long __y) _NOEXCEPT {return __bui… in scalbln() function
1624 _LIBCPP_HIDE_FROM_ABI double scalbln(double __x, long __y) _NOEXCEPT { in scalbln() function
1628 inline _LIBCPP_HIDE_FROM_ABI long double scalbln(long double __x, long __y) _NOEXCEPT {return __bui… in scalbln() function
1633 scalbln(_A1 __x, long __y) _NOEXCEPT {return __builtin_scalbln((double)__x, __y);} in scalbln() function
/external/libcxx/include/
Dmath.h1475 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/musl/include/
Dtgmath.h260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp96 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp99 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp99 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp97 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1708 static half scalbln(half arg, long exp) in scalbln() function
2650 inline half scalbln(half arg, long exp) { return functions::scalbln(arg, exp); } in scalbln() function
2651 inline half scalbln(expr arg, long exp) { return functions::scalbln(arg, exp); } in scalbln() function
/external/armnn/third-party/half/
Dhalf.hpp1710 static half scalbln(half arg, long exp) in scalbln() function
2652 inline half scalbln(half arg, long exp) { return functions::scalbln(arg, exp); } in scalbln() function
2653 inline half scalbln(expr arg, long exp) { return functions::scalbln(arg, exp); } in scalbln() function
/external/clang/lib/Headers/
Dtgmath.h1189 #define scalbln(__x, __y) __tg_scalbln(__tg_promote1((__x))(__x), __y) macro