Home
last modified time | relevance | path

Searched defs:is_nan (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcheck_numerics_op.cc289 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/
Dtokenizer.cc183 bool is_nan = in NextToken() local
/external/rust/crates/rand/src/distributions/
Dutils.rs239 fn is_nan(self) -> bool; in is_nan() method
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c153 LLVMValueRef infcheck_src, is_inf, is_nan; in lp_build_float_to_smallfloat() local
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h427 bool is_nan() const { in is_nan() function
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-internal.h334 bool is_nan() const { in is_nan() function
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h334 bool is_nan() const { in is_nan() function
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h332 bool is_nan() const { in is_nan() function
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h331 bool is_nan() const { in is_nan() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h322 bool is_nan() const { in is_nan() function
/external/one-true-awk/
Dlib.c789 bool is_nan = false; in is_valid_number() local
/external/rust/crates/num-traits/src/
Dfloat.rs173 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/
Dmath.cc929 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/
DPatternMatch.h524 struct is_nan { struct
529 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN() argument
/external/rust/crates/half/src/
Dbfloat.rs204 pub const fn is_nan(self) -> bool { in is_nan() method
Dbinary16.rs512 pub const fn is_nan(self) -> bool { in is_nan() method
/external/python/cpython2/Lib/
Ddecimal.py3025 def is_nan(self): member in Decimal
4360 def is_nan(self, a): member in Context
/external/python/cpython3/Lib/
D_pydecimal.py3131 def is_nan(self): member in Decimal
4536 def is_nan(self, a): member in Context
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc539 auto is_nan = FCmpUNO(operand_value, operand_value); in EmitFloatUnaryOp() local