/aosp_15_r20/external/libcxx/include/ |
H A 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
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/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
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/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
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/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
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/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
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | tgmath.h | 315 #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/ |
D | tgmath.h | 148 #define logb(x) __TGMATH_REAL(x, logb) macro
|
/aosp_15_r20/external/ComputeLibrary/include/half/ |
H A 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
|
/aosp_15_r20/external/armnn/third-party/half/ |
H A 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
|
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_22/gen/ |
D | stub.c | 137 void logb() {} in logb() function
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/ |
H A D | tgmath.h | 249 #define logb(x) __tg_real(logb, (x)) macro
|
/aosp_15_r20/external/musl/include/ |
H A D | tgmath.h | 249 #define logb(x) __tg_real(logb, (x)) macro
|
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/ |
H A D | tgmath.h | 249 #define logb(x) __tg_real(logb, (x)) macro
|
/aosp_15_r20/external/trusty/musl/include/ |
D | tgmath.h | 249 #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/ |
D | stub.c | 137 void logb() {} in logb() function
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/ |
H A D | tgmath.h | 249 #define logb(x) __tg_real(logb, (x)) macro
|
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/ |
H A D | tgmath.h | 249 #define logb(x) __tg_real(logb, (x)) macro
|
/aosp_15_r20/external/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 86 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
|
/aosp_15_r20/external/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 89 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 93 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/ |
D | stub.c | 185 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/ |
D | stub.c | 185 void logb() {} in logb() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 91 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/ |
D | stub.c | 185 void logb() {} in logb() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm/android_product_arm64_armv8-2a_cortex-a55_shared/gen/ |
D | stub.c | 185 void logb() {} in logb() function
|