Home
last modified time | relevance | path

Searched defs:IsNan (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/armnn/src/armnn/
H A DTypesUtils.cpp15 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 Dmathutil.h54 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 Dmathutil.h54 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 Dgmock-matchers-arithmetic_test.cc150 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 Dgmock-matchers-arithmetic_test.cc152 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 Dgmock-matchers-arithmetic_test.cc150 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/
Dintrinsics_float.h178 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 Dieee.h146 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 Ddouble-conversion-ieee.h160 bool IsNan() const { in IsNan() function
346 bool IsNan() const { in IsNan() function
/aosp_15_r20/external/double-conversion/double-conversion/
H A Dieee.h146 bool IsNan() const { in IsNan() function
345 bool IsNan() const { in IsNan() function
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Ddouble-conversion-ieee.h160 bool IsNan() const { in IsNan() function
359 bool IsNan() const { in IsNan() function
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Ddouble-conversion-ieee.h160 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 Ddouble-conversion-ieee.h160 bool IsNan() const { in IsNan() function
359 bool IsNan() const { in IsNan() function
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dbfloat16.cc1203 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 Dliteral_comparison.cc228 bool IsNan(NativeT value) { in IsNan() function
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSIMD.cpp709 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 Dsimd128.rs5336 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 Dsimd128.rs5336 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 Dsimd128.rs5336 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 Dsimd128.rs5336 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 Dsimd128.rs5336 trait IsNan: Sized { trait
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dmath.cc129 XlaOp IsNan(XlaOp operand) { in IsNan() function
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvec_test_all_types.cpp528 TYPED_TEST(Nan, IsNan) { in TYPED_TEST() argument
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp927 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 DInstructionSimplify.cpp5339 bool IsNan = match(V, m_NaN()); in simplifyFPOp() local

12