| /external/cronet/third_party/libc++/src/include/__math/ |
| D | logarithms.h | 106 inline _LIBCPP_HIDE_FROM_ABI float logb(float __x) _NOEXCEPT { return __builtin_logbf(__x); } in logb() function 109 _LIBCPP_HIDE_FROM_ABI double logb(double __x) _NOEXCEPT { in logb() function 113 inline _LIBCPP_HIDE_FROM_ABI long double logb(long double __x) _NOEXCEPT { return __builtin_logbl(_… in logb() function 116 inline _LIBCPP_HIDE_FROM_ABI double logb(_A1 __x) _NOEXCEPT { in logb() function
|
| /external/trusty/musl/src/math/ |
| D | logb.c | 10 double logb(double x) in logb() function
|
| /external/musl/src/math/ |
| D | logb.c | 10 double logb(double x) in logb() function
|
| /external/libcxx/include/ |
| D | math.h | 1340 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/ |
| D | tgmath.h | 249 #define logb(x) __tg_real(logb, (x)) macro
|
| /external/trusty/musl/include/ |
| D | tgmath.h | 249 #define logb(x) __tg_real(logb, (x)) macro
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 86 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
|
| /external/cronet/third_party/libc++/src/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 93 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
|
| /external/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 89 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
|
| /external/cronet/third_party/libc++/src/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 91 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
|
| /external/ComputeLibrary/include/half/ |
| D | half.hpp | 1775 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/ |
| D | half.hpp | 1777 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.py | 3333 def logb(self, context=None): member in Decimal 4726 def logb(self, a): member in Context
|
| /external/python/cpython2/Lib/ |
| D | decimal.py | 3217 def logb(self, context=None): member in Decimal 4536 def logb(self, a): member in Context
|
| /external/clang/lib/Headers/ |
| D | tgmath.h | 994 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) macro
|