Searched defs:is_inf (Results 1 – 9 of 9) sorted by relevance
202 constexpr bool is_inf() const { return is_min() || is_max(); } in is_inf() function434 constexpr bool is_inf() const { return is_min() || is_max(); } in is_inf() function
423 constexpr bool is_inf() const { return is_min() || is_max(); } in is_inf() function
291 const int is_inf = abnormality_indicators(1); in checkForAnomalies() local
176 fn is_inf(&self, fv: f64) -> bool { in is_inf() method
153 LLVMValueRef infcheck_src, is_inf, is_nan; in lp_build_float_to_smallfloat() local
793 bool is_inf = false; in is_valid_number() local
267 fn is_inf(self) -> bool { in is_inf() method
743 Value is_inf = rewriter.create<IsInfOp>(loc, tensor_bool_type, input); in matchAndRewrite() local
759 llvm::Value* is_inf = FCmpOEQ(exp_sum_m2, inf); in EmitComplexUnaryOp() local