Home
last modified time | relevance | path

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

/src/usr.bin/fortune/unstr/
H A Dunstr.c60 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()
/src/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md153 The largest bucket is tagged "le=+Inf", representing the total count
190 The largest bucket is tagged "le=+Inf", representing the total count
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.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()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.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()
H A DAMDGPUISelLowering.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()
H A DSIISelLowering.cpp10870 SDValue Inf = DAG.getConstantFP( in LowerFFREXP() local
10873 SDValue IsFinite = DAG.getSetCC(dl, MVT::i1, Fabs, Inf, ISD::SETOLT); in LowerFFREXP()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.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()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.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()
/src/contrib/gdtoa/
H A Dchanges414 spelling of Infinity ("INF" or "Inf" on some systems) do not matter.
/src/contrib/file/magic/Magdir/
H A Dwindows1344 # Note: stored in %Windir%\Inf %Windir%\System32\DriverStore\FileRepository
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td3902 // Round towards +Inf
3904 // Round towards -Inf
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td272 def Inf : Builtin, FPMathWithF128Template {
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1121 …nly. Allow floating-point optimizations that assume arguments and results are not NaNs or +-Inf.">,