Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/fortune/unstr/
H A Dunstr.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.2/contrib/arm-optimized-routines/pl/
H A DREADME.contributors20 whether each vector lane contains special values such as NaN, Inf or
/freebsd-14.2/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp943 Constant *Inf = ConstantFP::getInfinity(Src0->getType()); in foldIntrinsicIsFPClass() local
950 Value *CmpInf = Builder.CreateFCmp(Pred, Fabs, Inf); in foldIntrinsicIsFPClass()
961 Constant *Inf = in foldIntrinsicIsFPClass() local
963 Value *EqInf = IsUnordered ? Builder.CreateFCmpUEQ(Src0, Inf) in foldIntrinsicIsFPClass()
964 : Builder.CreateFCmpOEQ(Src0, Inf); in foldIntrinsicIsFPClass()
976 Constant *Inf = ConstantFP::getInfinity(Src0->getType(), in foldIntrinsicIsFPClass() local
978 Value *NeInf = IsUnordered ? Builder.CreateFCmpUNE(Src0, Inf) in foldIntrinsicIsFPClass()
979 : Builder.CreateFCmpONE(Src0, Inf); in foldIntrinsicIsFPClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3332 auto Inf = B.buildFConstant(Ty, APFloat::getInf(APFloat::IEEEsingle())); in legalizeFlogCommon() local
3335 B.buildFCmp(CmpInst::FCMP_OLT, LLT::scalar(1), Fabs, Inf, Flags); in legalizeFlogCommon()
3625 auto Inf = B.buildFConstant(Ty, APFloat::getInf(APFloat::IEEEsingle())); in legalizeFExp() local
3626 R = B.buildSelect(Ty, Overflow, Inf, R, Flags); in legalizeFExp()
5010 auto Inf = B.buildFConstant(Ty, APFloat::getInf(getFltSemanticForLLT(Ty))); in legalizeFFREXP() local
5012 B.buildFCmp(CmpInst::FCMP_OLT, LLT::scalar(1), Fabs, Inf, Flags); in legalizeFFREXP()
H A DAMDGPUISelLowering.cpp2573 SDValue Inf = DAG.getConstantFP(APFloat::getInf(Semantics), SL, VT); in getIsFinite() local
2578 Inf, ISD::SETOLT); in getIsFinite()
3059 SDValue Inf = in lowerFEXP() local
3061 R = DAG.getNode(ISD::SELECT, SL, VT, Overflow, Inf, R); in lowerFEXP()
H A DSIISelLowering.cpp10682 SDValue Inf = DAG.getConstantFP( in LowerFFREXP() local
10685 SDValue IsFinite = DAG.getSetCC(dl, MVT::i1, Fabs, Inf, ISD::SETOLT); in LowerFFREXP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7810 APInt Inf = APFloat::getInf(Semantics).bitcastToAPInt(); // Exp and int bit. in lowerISFPCLASS() local
7811 APInt ExpMask = Inf; in lowerISFPCLASS()
7812 APInt AllOneMantissa = APFloat::getLargest(Semantics).bitcastToAPInt() & ~Inf; in lowerISFPCLASS()
7819 auto InfC = MIRBuilder.buildConstant(IntTy, Inf); in lowerISFPCLASS()
7909 auto InfWithQnanBitC = MIRBuilder.buildConstant(IntTy, Inf | QNaNBitMask); in lowerISFPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8422 SDValue Inf = in expandIS_FPCLASS() local
8424 return DAG.getSetCC(DL, ResultVT, Abs, Inf, in expandIS_FPCLASS()
8440 APInt Inf = APFloat::getInf(Semantics).bitcastToAPInt(); // Exp and int bit. in expandIS_FPCLASS() local
8442 APInt ExpMask = Inf; in expandIS_FPCLASS()
8445 APInt AllOneMantissa = APFloat::getLargest(Semantics).bitcastToAPInt() & ~Inf; in expandIS_FPCLASS()
8454 SDValue InfV = DAG.getConstant(Inf, DL, IntVT); in expandIS_FPCLASS()
8557 APInt InfWithQnanBit = Inf | QNaNBitMask; in expandIS_FPCLASS()
/freebsd-14.2/contrib/gdtoa/
H A Dchanges414 spelling of Infinity ("INF" or "Inf" on some systems) do not matter.
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dwindows1269 # Note: stored in %Windir%\Inf %Windir%\System32\DriverStore\FileRepository
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td3902 // Round towards +Inf
3904 // Round towards -Inf
/freebsd-14.2/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m42418 char *infString="Inf", *nanString="NaN", *spaceString=" ";
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1052 …nly. Allow floating-point optimizations that assume arguments and results are not NaNs or +-Inf.">,