Searched defs:IsInf (Results 1 – 14 of 14) sorted by relevance
10 func IsInf(x complex128) bool { func
402 inline bool IsInf(float value) { return std::isinf(value); } in IsInf() function404 inline bool IsInf(double value) { return std::isinf(value); } in IsInf() function406 inline bool IsInf(Float16 value) { in IsInf() function
46 func IsInf(f float64, sign int) bool { func
339 func (x *Float) IsInf() bool { func
1199 struct IsInf { struct1200 bool operator()(T a) { return std::isinf(static_cast<float>(a)); } in operator ()()
223 bool IsInf(NativeT val) { in IsInf() function
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