Home
last modified time | relevance | path

Searched defs:logb (Results 26 – 50 of 89) sorted by relevance

1234

/aosp_15_r20/external/libcxx/include/
H A 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
/aosp_15_r20/prebuilts/vndk/v34/x86/include/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
/aosp_15_r20/prebuilts/vndk/v32/x86/include/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
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/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
/aosp_15_r20/prebuilts/vndk/v33/arm/include/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
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dtgmath.h315 #define logb(Val) __TGMATH_UNARY_REAL_ONLY (Val, logb) macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
Dtgmath.h148 #define logb(x) __TGMATH_REAL(x, logb) macro
/aosp_15_r20/external/ComputeLibrary/include/half/
H A 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
/aosp_15_r20/external/armnn/third-party/half/
H A 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
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_22/gen/
Dstub.c137 void logb() {} in logb() function
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/
H A Dtgmath.h249 #define logb(x) __tg_real(logb, (x)) macro
/aosp_15_r20/external/musl/include/
H A Dtgmath.h249 #define logb(x) __tg_real(logb, (x)) macro
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/
H A Dtgmath.h249 #define logb(x) __tg_real(logb, (x)) macro
/aosp_15_r20/external/trusty/musl/include/
Dtgmath.h249 #define logb(x) __tg_real(logb, (x)) macro
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/
Dstub.c137 void logb() {} in logb() function
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/
H A Dtgmath.h249 #define logb(x) __tg_real(logb, (x)) macro
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/
H A Dtgmath.h249 #define logb(x) __tg_real(logb, (x)) macro
/aosp_15_r20/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp86 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
/aosp_15_r20/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp89 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/c.math/
H A Dcmath.pass.cpp93 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_25/gen/
Dstub.c185 void logb() {} in logb() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_24/gen/
Dstub.c185 void logb() {} in logb() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp91 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_23/gen/
Dstub.c185 void logb() {} in logb() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm/android_product_arm64_armv8-2a_cortex-a55_shared/gen/
Dstub.c185 void logb() {} in logb() function

1234