/external/tensorflow/tensorflow/core/kernels/ |
D | check_numerics_op.cc | 289 const int is_nan = abnormality_indicators(0); in checkForAnomalies() local 328 const int is_nan = abnormality_indicators(0); in checkForAnomalies() local
|
/external/deqp-deps/amber/src/ |
D | tokenizer.cc | 183 bool is_nan = in NextToken() local
|
/external/rust/crates/rand/src/distributions/ |
D | utils.rs | 239 fn is_nan(self) -> bool; in is_nan() method
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_float.c | 153 LLVMValueRef infcheck_src, is_inf, is_nan; in lp_build_float_to_smallfloat() local
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 427 bool is_nan() const { in is_nan() function
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-internal.h | 334 bool is_nan() const { in is_nan() function
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 334 bool is_nan() const { in is_nan() function
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 332 bool is_nan() const { in is_nan() function
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-internal.h | 331 bool is_nan() const { in is_nan() function
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 322 bool is_nan() const { in is_nan() function
|
/external/one-true-awk/ |
D | lib.c | 789 bool is_nan = false; in is_valid_number() local
|
/external/rust/crates/num-traits/src/ |
D | float.rs | 173 fn is_nan(self) -> bool { in is_nan() method 1023 fn is_nan(self) -> bool; in is_nan() method
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math.cc | 929 XlaOp is_nan = Or(IsNan(a), IsNan(x)); in Igamma() local 979 XlaOp is_nan = Or(IsNan(a), IsNan(x)); in IgammaGradA() local 1026 XlaOp is_nan = Or(IsNan(a), IsNan(x)); in RandomGammaGrad() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 524 struct is_nan { struct 529 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN() argument
|
/external/rust/crates/half/src/ |
D | bfloat.rs | 204 pub const fn is_nan(self) -> bool { in is_nan() method
|
D | binary16.rs | 512 pub const fn is_nan(self) -> bool { in is_nan() method
|
/external/python/cpython2/Lib/ |
D | decimal.py | 3025 def is_nan(self): member in Decimal 4360 def is_nan(self, a): member in Context
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 3131 def is_nan(self): member in Decimal 4536 def is_nan(self, a): member in Context
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 539 auto is_nan = FCmpUNO(operand_value, operand_value); in EmitFloatUnaryOp() local
|