Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/math/
Dlogb.cpp14 double LLVM_LIBC_ENTRYPOINT(logb)(double x) { return fputil::logb(x); } in LLVM_LIBC_ENTRYPOINT() argument
/external/llvm-project/libc/utils/FPUtil/
DManipulationFunctions.h102 static inline T logb(T x) { in logb() function
/external/llvm-project/libcxx/include/
Dmath.h1336 inline _LIBCPP_INLINE_VISIBILITY float logb(float __lcpp_x) _NOEXCEPT {return ::logbf(_… in logb() function
1337 inline _LIBCPP_INLINE_VISIBILITY long double logb(long double __lcpp_x) _NOEXCEPT {return ::logbl(_… in logb() function
1342 logb(_A1 __lcpp_x) _NOEXCEPT {return ::logb((double)__lcpp_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/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp86 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp88 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp86 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/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/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h178 __DEVICE__ double logb(double __a) { return __nv_logb(__a); } in logb() function
Dtgmath.h987 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) macro
/external/clang/lib/Headers/
Dtgmath.h994 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) macro