Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathutil.h44 bool IsNan(T value) { in IsNan() function
48 inline bool IsNan(float value) { in IsNan() function
56 inline bool IsNan(double value) { in IsNan() function
/external/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h157 bool IsNan() const { in IsNan() function
335 bool IsNan() const { in IsNan() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DintermOut.cpp63 bool IsNan(double x) { in IsNan() function
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_comparison.cc216 float IsNan(NativeT value) { in IsNan() function
221 float IsNan(half value) { in IsNan() function
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h168 const static char IsNan[] = "isnan"; variable
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc97 XlaOp IsNan(XlaOp operand) { in IsNan() function
/external/clang/lib/CodeGen/
DCGBuiltin.cpp927 Value *IsNan = Builder.CreateFCmpUNO(V, V, "cmp"); in EmitBuiltinExpr() local
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp7057 RValue<Int4> IsNan(RValue<Float4> x) in IsNan() function
DLLVMReactor.cpp6784 RValue<Int4> IsNan(RValue<Float4> x) in IsNan() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go23593 func IsNan(scope *Scope, x tf.Output) (y tf.Output) { func