HomeSort by: relevance | last modified time | path
    Searched refs:Bias (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 173 int64_t Bias = Subtarget.getStackPointerBias();
175 if (Bias) {
178 // add %o6, BIAS, %g1
180 .addReg(SP::O6).addImm(Bias);
190 if (Bias) {
191 // add %g1, -BIAS, %o6
193 .addReg(regUnbiased).addImm(-Bias);
  /src/lib/libc/gdtoa/
gdtoaimp.h 348 #define Bias 1023
387 #define Bias 65
413 #define Bias 129
456 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
strtodg.c 588 > Exp_msk1*(DBL_MAX_EXP+Bias-1-P))
622 >> Exp_shift1) - Bias;
624 word0(&rv) |= Bias << Exp_shift1;
628 e2 += ((word0(&rv) & Exp_mask) >> Exp_shift1) - Bias;
630 word0(&rv) |= Bias << Exp_shift1;
644 >> Exp_shift1) - Bias;
646 word0(&rv) |= Bias << Exp_shift1;
650 e2 += ((word0(&rv) & Exp_mask) >> Exp_shift1) - Bias;
652 word0(&rv) |= Bias << Exp_shift1;
dtoa.c 223 * log10(&d) = (i-Bias)*log(2)/log(10) + log10(&d2)
227 * k = (i - Bias)*0.301029995663981
234 * (i - Bias) by 0.301029995663981; since |i - Bias| <= 1077,
242 i -= Bias;
253 i = bbits + be + (Bias + (P-1) - 1);
258 i -= (Bias + (P-1) - 1) + 1;
508 denorm ? be + (Bias + (P-1) - 1 + 1) :
strtod.c 400 > Exp_msk1*(DBL_MAX_EXP+Bias-1-P))
501 > Exp_msk1*(DBL_MAX_EXP+Bias-P))
503 if (z > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) {
963 if (y == Exp_msk1*(DBL_MAX_EXP+Bias-1)) {
969 Exp_msk1*(DBL_MAX_EXP+Bias-P)) {
misc.c 845 *e = (de - Bias - (P-1) << 2) + k;
848 *e = de - Bias - (P-1) + k;
854 *e = de - Bias - (P-1) + 1 + k;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 3409 unsigned Bias = ELFT::Is64Bits ? 8 : 0;
3410 Field Fields[5] = {0, 10 + Bias, 19 + 2 * Bias, 42 + 2 * Bias, 53 + 2 * Bias};
3585 unsigned Bias = ELFT::Is64Bits ? 0 : 8;
3593 {"Address", 41}, {"Off", 58 - Bias}, {"Size", 65 - Bias},
3594 {"ES", 72 - Bias}, {"Flg", 75 - Bias}, {"Lk", 79 - Bias}
    [all...]
COFFDumper.cpp 116 uint64_t Bias = 0);
1434 const RelocationRef &Reloc, uint64_t Bias) {
1435 uint64_t Offset = Reloc.getOffset() - Bias;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InsertPrefetch.cpp 198 unsigned Bias = X86II::getOperandBias(Current->getDesc());
199 int MemOpOffset = Offset + Bias;
X86ISelLowering.cpp 14732 // with that half. We also bias towards fixing the B half because that
14733 // will more commonly be the high half, and we have to bias one way.
20170 // FP constant to bias correct the final result.
20171 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), dl,
20181 // Or the load with the bias.
20186 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2f64, Bias)));
20192 // Subtract the bias.
20196 {Chain, Or, Bias});
20208 // Subtract the bias.
20210 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Or, Bias);
    [all...]
  /src/sys/arch/sparc/stand/ofwboot/
srt0.s 78 set BIAS, %g2 ! Bias (negative)
80 add %g1, %g2, %g1 ! Frame + Bias
89 set BIAS, %g2
174 add %sp, -BIAS, %sp
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCCodeView.cpp 642 unsigned Bias = 0;
650 MCBinaryExpr::createAdd(SRE, MCConstantExpr::create(Bias, Ctx), Ctx);
676 Bias += Chunk;
681 assert((NumGaps == 0 || Bias <= MaxDefRange) &&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 691 GlobalVariable *Bias = M->getGlobalVariable(getInstrProfCounterBiasVarName());
692 if (!Bias) {
693 Bias = new GlobalVariable(*M, Int64Ty, false, GlobalValue::LinkOnceODRLinkage,
696 Bias->setVisibility(GlobalVariable::HiddenVisibility);
698 LI = Builder.CreateLoad(Int64Ty, Bias);
ControlHeightReduction.cpp 53 "chr-bias-threshold", cl::init(0.99), cl::Hidden,
54 cl::desc("CHR considers a branch bias greater than this ratio as biased"));
416 // A map from biased regions to their branch bias
418 // A map from biased selects to their branch bias
1871 CHR_DEBUG(dbgs() << "CHR branch bias " << Weights[0] << ":" << Weights[1]
1886 "Must be in the bias map");
1887 BranchProbability Bias = BranchBiasMap[R];
1888 assert(Bias >= getCHRBiasThreshold() && "Must be highly biased");
1890 if (CHRBranchBias > Bias)
1891 CHRBranchBias = Bias;
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/
hpcmenu.cpp 348 bi.timezone = tz.Bias;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp 533 // Bias used for splitting: 5%.
535 uint64_t Bias = (RepairCost * PercentageForBias + 99) / 100;
553 assert(CostForInsertPt + Bias > CostForInsertPt &&
554 "Repairing + split bias overflows");
555 CostForInsertPt += Bias;
LegalizerHelper.cpp 5806 auto Bias = MIRBuilder.buildConstant(SrcTy, 127);
5807 auto Exponent = MIRBuilder.buildSub(SrcTy, ExponentBits, Bias);
5857 // Subtract the fp64 exponent bias (1023) to get the real exponent and
5858 // add the f16 bias (15) to get the biased exponent for the f16 format.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
timezone.d 3025 tzInfo.Bias = tziFmt.Bias;
3135 immutable minutes = diff.total!"minutes" - tzInfo.Bias;
3162 return stdTime - convert!("minutes", "hnsecs")(tzInfo.Bias + tzInfo.DaylightBias);
3164 return stdTime - convert!("minutes", "hnsecs")(tzInfo.Bias + tzInfo.StandardBias);
3230 immutable minutes = -tzInfo.Bias - diff.total!"minutes";
3263 return adjTime + convert!("minutes", "hnsecs")(tzInfo.Bias + tzInfo.DaylightBias);
3269 return adjTime + convert!("minutes", "hnsecs")(tzInfo.Bias + tzInfo.StandardBias);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 100 "block-placement-exit-block-bias",
1361 * Also adding user specified branch bias, we have
1418 // Without profile data, the heuristic requires the branch bias to be
2213 // Note that we bias this toward an existing layout successor to retain
2217 BranchProbability Bias(100 - ExitBlockBias, 100);
2221 !(ExitEdgeFreq < BestExitEdgeFreq * Bias))) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
regstr.d 672 REGSTR_VAL_TZBIAS = `Bias`,
winbase.d 1369 LONG Bias;
1384 LONG Bias;
  /src/sys/arch/hpcmips/stand/pbsdboot/
main.c 824 bi->timezone = tz.Bias;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 2345 // FP constant to bias correct the final result
2346 SDValue Bias = DAG.getConstantFP(isSigned ?
2350 // Subtract the bias and get the final result.
2355 {Node->getOperand(0), Load, Bias});
2367 Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Load, Bias);
TargetLowering.cpp 6683 SDValue Bias = DAG.getConstant(127, dl, IntVT);
6693 SDValue Exponent = DAG.getNode(ISD::SUB, dl, IntVT, ExponentBits, Bias);

Completed in 114 milliseconds