Searched refs:use_approx_cutoff (Results 1 – 1 of 1) sorted by relevance
706 llvm::Value* use_approx_cutoff = llvm::ConstantFP::get(type, 1e-8); in EmitComplexUnaryOp() local707 llvm::Value* use_approx = FCmpOLT(a_sqr, use_approx_cutoff); in EmitComplexUnaryOp()