Searched defs:IsInf (Results 1 – 11 of 11) sorted by relevance
434 inline bool IsInf(float value) { return std::isinf(value); } in IsInf() function436 inline bool IsInf(double value) { return std::isinf(value); } in IsInf() function438 inline bool IsInf(Float16 value) { in IsInf() function
223 bool IsInf(NativeT val) { in IsInf() function
1199 struct IsInf { struct1200 bool operator()(T a) { return std::isinf(static_cast<float>(a)); } in operator ()()
704 RValue<SIMD::Int> IsInf(RValue<SIMD::Float> x) in IsInf() function
4275 RValue<Int4> IsInf(RValue<Float4> x) in IsInf() function
121 XlaOp IsInf(XlaOp operand) { in IsInf() function
873 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local936 Value *IsInf = in EmitBuiltinExpr() local
5340 bool IsInf = match(V, m_Inf()); in simplifyFPOp() local
774 IsInf { enumerator
3036 TEST_F(OpTest, IsInf) { in TEST_F() argument
20688 func IsInf(scope *Scope, x tf.Output) (y tf.Output) { func