| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCAtomic.cpp | 118 UnaryOpInfo Inf; in GetUnaryOperatorInfo() local 119 Inf.FoundExpr = OpCall; in GetUnaryOperatorInfo() 125 Inf.Operator = OpCall->getNumArgs() == 1 ? UO_PreInc : UO_PostInc; in GetUnaryOperatorInfo() 128 Inf.Operator = OpCall->getNumArgs() == 1 ? UO_PreDec : UO_PostDec; in GetUnaryOperatorInfo() 131 Inf.Operator = UO_AddrOf; in GetUnaryOperatorInfo() 134 Inf.Operator = UO_Deref; in GetUnaryOperatorInfo() 137 Inf.Operator = UO_Plus; in GetUnaryOperatorInfo() 140 Inf.Operator = UO_Minus; in GetUnaryOperatorInfo() 143 Inf.Operator = UO_Not; in GetUnaryOperatorInfo() 146 Inf.Operator = UO_LNot; in GetUnaryOperatorInfo() [all …]
|
| H A D | SemaChecking.cpp | 9307 enum class MathCheck { NaN, Inf }; enumerator 9317 case MathCheck::Inf: in IsInfOrNanFunction() 9358 IsInfOrNanFunction(FDecl->getName(), MathCheck::Inf))) { in CheckInfNaNFunction()
|
| /freebsd/usr.bin/fortune/unstr/ |
| H A D | unstr.c | 60 static FILE *Inf, *Dataf; variable 78 if ((Inf = fopen(Infile, "r")) == NULL) in main() 97 fclose(Inf); in main() 112 fseeko(Inf, be64toh(pos), SEEK_SET); in order_unstr() 116 sp = fgets(buf, sizeof(buf), Inf); in order_unstr()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 153 The largest bucket is tagged "le=+Inf", representing the total count 190 The largest bucket is tagged "le=+Inf", representing the total count
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 994 Constant *Inf = ConstantFP::getInfinity(Src0->getType()); in foldIntrinsicIsFPClass() local 1001 Value *CmpInf = Builder.CreateFCmp(Pred, Fabs, Inf); in foldIntrinsicIsFPClass() 1012 Constant *Inf = in foldIntrinsicIsFPClass() local 1014 Value *EqInf = IsUnordered ? Builder.CreateFCmpUEQ(Src0, Inf) in foldIntrinsicIsFPClass() 1015 : Builder.CreateFCmpOEQ(Src0, Inf); in foldIntrinsicIsFPClass() 1027 Constant *Inf = ConstantFP::getInfinity(Src0->getType(), in foldIntrinsicIsFPClass() local 1029 Value *NeInf = IsUnordered ? Builder.CreateFCmpUNE(Src0, Inf) in foldIntrinsicIsFPClass() 1030 : Builder.CreateFCmpONE(Src0, Inf); in foldIntrinsicIsFPClass()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 3486 auto Inf = B.buildFConstant(Ty, APFloat::getInf(APFloat::IEEEsingle())); in legalizeFlogCommon() local 3489 B.buildFCmp(CmpInst::FCMP_OLT, LLT::scalar(1), Fabs, Inf, Flags); in legalizeFlogCommon() 3779 auto Inf = B.buildFConstant(Ty, APFloat::getInf(APFloat::IEEEsingle())); in legalizeFExp() local 3780 R = B.buildSelect(Ty, Overflow, Inf, R, Flags); in legalizeFExp() 5207 auto Inf = B.buildFConstant(Ty, APFloat::getInf(getFltSemanticForLLT(Ty))); in legalizeFFREXP() local 5209 B.buildFCmp(CmpInst::FCMP_OLT, LLT::scalar(1), Fabs, Inf, Flags); in legalizeFFREXP()
|
| H A D | AMDGPUISelLowering.cpp | 2671 SDValue Inf = DAG.getConstantFP(APFloat::getInf(Semantics), SL, VT); in getIsFinite() local 2676 Inf, ISD::SETOLT); in getIsFinite() 3158 SDValue Inf = in lowerFEXP() local 3160 R = DAG.getNode(ISD::SELECT, SL, VT, Overflow, Inf, R); in lowerFEXP()
|
| H A D | SIISelLowering.cpp | 11559 SDValue Inf = in LowerFFREXP() local 11562 SDValue IsFinite = DAG.getSetCC(dl, MVT::i1, Fabs, Inf, ISD::SETOLT); in LowerFFREXP()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 8960 SDValue Inf = in expandIS_FPCLASS() local 8962 return DAG.getSetCC(DL, ResultVT, Abs, Inf, in expandIS_FPCLASS() 8975 SDValue Inf = DAG.getConstantFP( in expandIS_FPCLASS() local 8978 return DAG.getSetCC(DL, ResultVT, Op, Inf, in expandIS_FPCLASS() 9014 SDValue Inf = in expandIS_FPCLASS() local 9020 SDValue IsFinite = DAG.getSetCC(DL, ResultVT, Abs, Inf, IsFiniteOp); in expandIS_FPCLASS() 9049 APInt Inf = APFloat::getInf(Semantics).bitcastToAPInt(); // Exp and int bit. in expandIS_FPCLASS() local 9051 APInt ExpMask = Inf; in expandIS_FPCLASS() 9054 APInt AllOneMantissa = APFloat::getLargest(Semantics).bitcastToAPInt() & ~Inf; in expandIS_FPCLASS() 9063 SDValue InfV = DAG.getConstant(Inf, DL, IntVT); in expandIS_FPCLASS() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 9270 APInt Inf = APFloat::getInf(Semantics).bitcastToAPInt(); // Exp and int bit. in lowerISFPCLASS() local 9271 APInt ExpMask = Inf; in lowerISFPCLASS() 9272 APInt AllOneMantissa = APFloat::getLargest(Semantics).bitcastToAPInt() & ~Inf; in lowerISFPCLASS() 9279 auto InfC = MIRBuilder.buildConstant(IntTy, Inf); in lowerISFPCLASS() 9369 auto InfWithQnanBitC = MIRBuilder.buildConstant(IntTy, Inf | QNaNBitMask); in lowerISFPCLASS()
|
| /freebsd/contrib/gdtoa/ |
| H A D | changes | 414 spelling of Infinity ("INF" or "Inf" on some systems) do not matter.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2837 SDValue Inf = in lowerFREM() local 2839 SDValue IsInf = DAG.getSetCC(DL, MVT::i1, AbsY, Inf, ISD::SETEQ); in lowerFREM()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | windows | 1344 # Note: stored in %Windir%\Inf %Windir%\System32\DriverStore\FileRepository
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrVSX.td | 3904 // Round towards +Inf 3906 // Round towards -Inf
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.td | 284 def Inf : Builtin, FPMathWithF128Template {
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1069 …nly. Allow floating-point optimizations that assume arguments and results are not NaNs or +-Inf.">;
|