Searched defs:IsNan (Results 1 – 10 of 10) sorted by relevance
44 bool IsNan(T value) { in IsNan() function48 inline bool IsNan(float value) { in IsNan() function56 inline bool IsNan(double value) { in IsNan() function
157 bool IsNan() const { in IsNan() function335 bool IsNan() const { in IsNan() function
63 bool IsNan(double x) { in IsNan() function
216 float IsNan(NativeT value) { in IsNan() function221 float IsNan(half value) { in IsNan() function
168 const static char IsNan[] = "isnan"; variable
97 XlaOp IsNan(XlaOp operand) { in IsNan() function
927 Value *IsNan = Builder.CreateFCmpUNO(V, V, "cmp"); in EmitBuiltinExpr() local
7057 RValue<Int4> IsNan(RValue<Float4> x) in IsNan() function
6784 RValue<Int4> IsNan(RValue<Float4> x) in IsNan() function
23593 func IsNan(scope *Scope, x tf.Output) (y tf.Output) { func