/aosp_15_r20/external/armnn/src/armnn/ |
H A D | TypesUtils.cpp | 15 inline int IsNan(T x) in IsNan() function 22 inline int IsNan(T x) in IsNan() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | mathutil.h | 54 bool IsNan(T /*val*/) { in IsNan() function 60 bool IsNan(T val) { in IsNan() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | mathutil.h | 54 bool IsNan(T /*val*/) { in IsNan() function 60 bool IsNan(T val) { in IsNan() function
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 150 TEST(IsNan, FloatMatchesNan) { in TEST() argument 172 TEST(IsNan, DoubleMatchesNan) { in TEST() argument 194 TEST(IsNan, LongDoubleMatchesNan) { in TEST() argument 216 TEST(IsNan, NotMatchesNan) { in TEST() argument 234 TEST(IsNan, CanDescribeSelf) { in TEST() argument 246 TEST(IsNan, CanDescribeSelfWithNot) { in TEST() argument
|
/aosp_15_r20/external/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 152 TEST(IsNan, FloatMatchesNan) { in TEST() argument 174 TEST(IsNan, DoubleMatchesNan) { in TEST() argument 196 TEST(IsNan, LongDoubleMatchesNan) { in TEST() argument 218 TEST(IsNan, NotMatchesNan) { in TEST() argument 236 TEST(IsNan, CanDescribeSelf) { in TEST() argument 248 TEST(IsNan, CanDescribeSelfWithNot) { in TEST() argument
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 150 TEST(IsNan, FloatMatchesNan) { in TEST() argument 172 TEST(IsNan, DoubleMatchesNan) { in TEST() argument 194 TEST(IsNan, LongDoubleMatchesNan) { in TEST() argument 216 TEST(IsNan, NotMatchesNan) { in TEST() argument 234 TEST(IsNan, CanDescribeSelf) { in TEST() argument 246 TEST(IsNan, CanDescribeSelfWithNot) { in TEST() argument
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/common/ |
D | intrinsics_float.h | 178 inline int IsNan(const Float32& v) { in IsNan() function 182 inline int IsNan(const Float64& v) { in IsNan() function
|
/aosp_15_r20/external/cronet/base/third_party/double_conversion/double-conversion/ |
H A D | ieee.h | 146 bool IsNan() const { in IsNan() function 332 bool IsNan() const { in IsNan() function
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/ |
H A D | double-conversion-ieee.h | 160 bool IsNan() const { in IsNan() function 346 bool IsNan() const { in IsNan() function
|
/aosp_15_r20/external/double-conversion/double-conversion/ |
H A D | ieee.h | 146 bool IsNan() const { in IsNan() function 345 bool IsNan() const { in IsNan() function
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | double-conversion-ieee.h | 160 bool IsNan() const { in IsNan() function 359 bool IsNan() const { in IsNan() function
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | double-conversion-ieee.h | 160 bool IsNan() const { in IsNan() function 359 bool IsNan() const { in IsNan() function
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | double-conversion-ieee.h | 160 bool IsNan() const { in IsNan() function 359 bool IsNan() const { in IsNan() function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/ |
H A D | bfloat16.cc | 1203 struct IsNan { struct 1204 bool operator()(T a) { return Eigen::numext::isnan(static_cast<float>(a)); } in operator ()()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | literal_comparison.cc | 228 bool IsNan(NativeT value) { in IsNan() function
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | SIMD.cpp | 709 RValue<SIMD::Int> IsNan(RValue<SIMD::Float> x) in IsNan() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/ |
H A D | simd128.rs | 5336 trait IsNan: Sized { trait
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/ |
H A D | simd128.rs | 5336 trait IsNan: Sized { interface
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/ |
H A D | simd128.rs | 5336 trait IsNan: Sized { interface
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/ |
H A D | simd128.rs | 5336 trait IsNan: Sized { trait
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/ |
H A D | simd128.rs | 5336 trait IsNan: Sized { trait
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
H A D | math.cc | 129 XlaOp IsNan(XlaOp operand) { in IsNan() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | vec_test_all_types.cpp | 528 TYPED_TEST(Nan, IsNan) { in TYPED_TEST() argument
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 927 Value *IsNan = Builder.CreateFCmpUNO(V, V, "cmp"); in EmitBuiltinExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5339 bool IsNan = match(V, m_NaN()); in simplifyFPOp() local
|