Searched defs:logb (Results 1 – 13 of 13) sorted by relevance
14 double LLVM_LIBC_ENTRYPOINT(logb)(double x) { return fputil::logb(x); } in LLVM_LIBC_ENTRYPOINT() argument
102 static inline T logb(T x) { in logb() function
1336 inline _LIBCPP_INLINE_VISIBILITY float logb(float __lcpp_x) _NOEXCEPT {return ::logbf(_… in logb() function1337 inline _LIBCPP_INLINE_VISIBILITY long double logb(long double __lcpp_x) _NOEXCEPT {return ::logbl(_… in logb() function1342 logb(_A1 __lcpp_x) _NOEXCEPT {return ::logb((double)__lcpp_x);} in logb() function
1340 inline _LIBCPP_INLINE_VISIBILITY float logb(float __lcpp_x) _NOEXCEPT {return ::logbf(_… in logb() function1341 inline _LIBCPP_INLINE_VISIBILITY long double logb(long double __lcpp_x) _NOEXCEPT {return ::logbl(_… in logb() function1346 logb(_A1 __lcpp_x) _NOEXCEPT {return ::logb((double)__lcpp_x);} in logb() function
86 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
88 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
89 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
3323 def logb(self, context=None): member in Decimal4712 def logb(self, a): member in Context
3217 def logb(self, context=None): member in Decimal4536 def logb(self, a): member in Context
178 __DEVICE__ double logb(double __a) { return __nv_logb(__a); } in logb() function
987 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) macro
994 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) macro