Home
last modified time | relevance | path

Searched refs:Inf (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/usr.bin/fortune/unstr/
HDunstr.c72 static FILE *Inf, *Dataf; variable
90 if ((Inf = fopen(Infile, "r")) == NULL) in main()
109 fclose(Inf); in main()
124 fseeko(Inf, be64toh(pos), SEEK_SET); in order_unstr()
128 sp = fgets(buf, sizeof(buf), Inf); in order_unstr()
/freebsd-14-stable/sys/contrib/openzfs/cmd/zpool_influxdb/
HDREADME.md153 The largest bucket is tagged "le=+Inf", representing the total count
190 The largest bucket is tagged "le=+Inf", representing the total count
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp939 Constant *Inf = ConstantFP::getInfinity(Src0->getType()); in foldIntrinsicIsFPClass() local
946 Value *CmpInf = Builder.CreateFCmp(Pred, Fabs, Inf); in foldIntrinsicIsFPClass()
957 Constant *Inf = in foldIntrinsicIsFPClass() local
959 Value *EqInf = IsUnordered ? Builder.CreateFCmpUEQ(Src0, Inf) in foldIntrinsicIsFPClass()
960 : Builder.CreateFCmpOEQ(Src0, Inf); in foldIntrinsicIsFPClass()
972 Constant *Inf = ConstantFP::getInfinity(Src0->getType(), in foldIntrinsicIsFPClass() local
974 Value *NeInf = IsUnordered ? Builder.CreateFCmpUNE(Src0, Inf) in foldIntrinsicIsFPClass()
975 : Builder.CreateFCmpONE(Src0, Inf); in foldIntrinsicIsFPClass()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULegalizerInfo.cpp3428 auto Inf = B.buildFConstant(Ty, APFloat::getInf(APFloat::IEEEsingle())); in legalizeFlogCommon() local
3431 B.buildFCmp(CmpInst::FCMP_OLT, LLT::scalar(1), Fabs, Inf, Flags); in legalizeFlogCommon()
3721 auto Inf = B.buildFConstant(Ty, APFloat::getInf(APFloat::IEEEsingle())); in legalizeFExp() local
3722 R = B.buildSelect(Ty, Overflow, Inf, R, Flags); in legalizeFExp()
5125 auto Inf = B.buildFConstant(Ty, APFloat::getInf(getFltSemanticForLLT(Ty))); in legalizeFFREXP() local
5127 B.buildFCmp(CmpInst::FCMP_OLT, LLT::scalar(1), Fabs, Inf, Flags); in legalizeFFREXP()
HDAMDGPUISelLowering.cpp2614 SDValue Inf = DAG.getConstantFP(APFloat::getInf(Semantics), SL, VT); in getIsFinite() local
2619 Inf, ISD::SETOLT); in getIsFinite()
3100 SDValue Inf = in lowerFEXP() local
3102 R = DAG.getNode(ISD::SELECT, SL, VT, Overflow, Inf, R); in lowerFEXP()
HDSIISelLowering.cpp10870 SDValue Inf = DAG.getConstantFP( in LowerFFREXP() local
10873 SDValue IsFinite = DAG.getSetCC(dl, MVT::i1, Fabs, Inf, ISD::SETOLT); in LowerFFREXP()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.cpp8324 APInt Inf = APFloat::getInf(Semantics).bitcastToAPInt(); // Exp and int bit. in lowerISFPCLASS() local
8325 APInt ExpMask = Inf; in lowerISFPCLASS()
8326 APInt AllOneMantissa = APFloat::getLargest(Semantics).bitcastToAPInt() & ~Inf; in lowerISFPCLASS()
8333 auto InfC = MIRBuilder.buildConstant(IntTy, Inf); in lowerISFPCLASS()
8423 auto InfWithQnanBitC = MIRBuilder.buildConstant(IntTy, Inf | QNaNBitMask); in lowerISFPCLASS()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp8626 SDValue Inf = in expandIS_FPCLASS() local
8628 return DAG.getSetCC(DL, ResultVT, Abs, Inf, in expandIS_FPCLASS()
8644 APInt Inf = APFloat::getInf(Semantics).bitcastToAPInt(); // Exp and int bit. in expandIS_FPCLASS() local
8646 APInt ExpMask = Inf; in expandIS_FPCLASS()
8649 APInt AllOneMantissa = APFloat::getLargest(Semantics).bitcastToAPInt() & ~Inf; in expandIS_FPCLASS()
8658 SDValue InfV = DAG.getConstant(Inf, DL, IntVT); in expandIS_FPCLASS()
8761 APInt InfWithQnanBit = Inf | QNaNBitMask; in expandIS_FPCLASS()
/freebsd-14-stable/contrib/gdtoa/
HDchanges414 spelling of Infinity ("INF" or "Inf" on some systems) do not matter.
/freebsd-14-stable/contrib/file/magic/Magdir/
HDwindows1344 # Note: stored in %Windir%\Inf %Windir%\System32\DriverStore\FileRepository
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrVSX.td3902 // Round towards +Inf
3904 // Round towards -Inf
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDBuiltins.td272 def Inf : Builtin, FPMathWithF128Template {
/freebsd-14-stable/contrib/sqlite3/tea/tclconfig/
HDtcl.m42418 char *infString="Inf", *nanString="NaN", *spaceString=" ";
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td1121 …nly. Allow floating-point optimizations that assume arguments and results are not NaNs or +-Inf.">,