Home
last modified time | relevance | path

Searched defs:logb (Results 1 – 13 of 13) sorted by relevance

/external/musl/src/math/
Dlogb.c10 double logb(double x) in logb() function
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1390 inline _LIBCPP_HIDE_FROM_ABI float logb(float __x) _NOEXCEPT {return __builtin_logbf(__… in logb() function
1393 _LIBCPP_HIDE_FROM_ABI double logb(double __x) _NOEXCEPT { in logb() function
1397 inline _LIBCPP_HIDE_FROM_ABI long double logb(long double __x) _NOEXCEPT {return __builtin_logbl(__… in logb() function
1402 logb(_A1 __x) _NOEXCEPT {return __builtin_logb((double)__x);} in logb() function
/external/libcxx/include/
Dmath.h1340 inline _LIBCPP_INLINE_VISIBILITY float logb(float __lcpp_x) _NOEXCEPT {return ::logbf(_… in logb() function
1341 inline _LIBCPP_INLINE_VISIBILITY long double logb(long double __lcpp_x) _NOEXCEPT {return ::logbl(_… in logb() function
1346 logb(_A1 __lcpp_x) _NOEXCEPT {return ::logb((double)__lcpp_x);} in logb() function
/external/musl/include/
Dtgmath.h249 #define logb(x) __tg_real(logb, (x)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp86 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp89 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp89 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp87 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1775 static half logb(half arg) in logb() function
2667 inline half logb(half arg) { return functions::logb(arg); } in logb() function
2668 inline half logb(expr arg) { return functions::logb(arg); } in logb() function
/external/armnn/third-party/half/
Dhalf.hpp1777 static half logb(half arg) in logb() function
2669 inline half logb(half arg) { return functions::logb(arg); } in logb() function
2670 inline half logb(expr arg) { return functions::logb(arg); } in logb() function
/external/python/cpython3/Lib/
D_pydecimal.py3323 def logb(self, context=None): member in Decimal
4712 def logb(self, a): member in Context
/external/python/cpython2/Lib/
Ddecimal.py3217 def logb(self, context=None): member in Decimal
4536 def logb(self, a): member in Context
/external/clang/lib/Headers/
Dtgmath.h994 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) macro