HomeSort by relevance Sort by last modified time
    Searched refs:Bias (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SpillPlacement.cpp 14 // bias.
63 /// but Bias and Links are computed each time placeSpills is called.
76 /// Bias - Normalized contributions from non-transparent blocks.
77 /// A bundle connected to a MustSpill block has a huge negative bias,
79 float Bias;
81 /// Value - Output value of this node computed from the Bias and links.
103 // Actually, we must spill if Bias < sum(weights).
105 return Bias < -2.0f;
116 Bias = Value = 0;
136 /// addBias - Bias this node from an ingoing[0] or outgoing[1] link
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 272 /* Bias against raising loop filter and in favor of lowering it */
273 int Bias = 0;
319 Bias = (best_err >> (15 - (filt_mid / 8))) * filter_step;
322 Bias = Bias * cpi->twopass.section_intra_rating / 20;
345 /* If value is close to the best so far then bias towards a
348 if ((filt_err - Bias) < best_err) {
370 if (filt_err < (best_err - Bias)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
timezoneapi.h 22 LONG Bias;
32 LONG Bias;
  /external/tensorflow/tensorflow/core/kernels/
bias_op.h 28 struct Bias {
29 // Add "bias" to "input", broadcasting it on all dimensions but the last one.
31 typename TTypes<T>::ConstVec bias,
34 const int64_t bias_size = bias.dimension(0);
39 input.reshape(one_d) + bias.broadcast(bcast).reshape(one_d);
41 const int bias_size = bias.dimension(0);
47 To32Bit(bias).broadcast(bcast).reshape(one_d);
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 315 #define Bias 1023
354 #define Bias 65
380 #define Bias 129
413 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
strtodg.c 569 >> Exp_shift1) - Bias;
571 word0(rv) |= Bias << Exp_shift1;
575 e2 += (unsigned int)((word0(rv) & Exp_mask) >> Exp_shift1) - Bias;
577 word0(rv) |= Bias << Exp_shift1;
591 >> Exp_shift1) - Bias;
593 word0(rv) |= Bias << Exp_shift1;
597 e2 += (unsigned int)((word0(rv) & Exp_mask) >> Exp_shift1) - Bias;
599 word0(rv) |= Bias << Exp_shift1;
dtoa.c 219 * log10(d) = (i-Bias)*log(2)/log(10) + log10(d2)
223 * k = (i - Bias)*0.301029995663981
230 * (i - Bias) by 0.301029995663981; since |i - Bias| <= 1077,
238 i -= Bias;
249 i = bbits + be + (Bias + (P-1) - 1);
254 i -= (Bias + (P-1) - 1) + 1;
498 denorm ? be + (Bias + (P-1) - 1 + 1) :
strtod.c 374 > Exp_msk1*(DBL_MAX_EXP+Bias-1-P))
468 > Exp_msk1*(DBL_MAX_EXP+Bias-P))
470 if (z > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) {
896 if (y == Exp_msk1*(DBL_MAX_EXP+Bias-1)) {
902 Exp_msk1*(DBL_MAX_EXP+Bias-P)) {
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_windows.go 159 std.offset = -int(i.Bias) * 60
172 std.offset = -int(i.Bias+i.StandardBias) * 60
176 dst.offset = -int(i.Bias+i.DaylightBias) * 60
210 Bias: 8 * 60,
223 Bias: -10 * 60,
  /prebuilts/go/linux-x86/src/time/
zoneinfo_windows.go 159 std.offset = -int(i.Bias) * 60
172 std.offset = -int(i.Bias+i.StandardBias) * 60
176 dst.offset = -int(i.Bias+i.DaylightBias) * 60
210 Bias: 8 * 60,
223 Bias: -10 * 60,
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 313 #define Bias 1023
352 #define Bias 65
378 #define Bias 129
421 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
strtodg.c 619 > Exp_msk1*(DBL_MAX_EXP+Bias-1-P))
659 >> Exp_shift1) - Bias;
661 word0(&rv) |= Bias << Exp_shift1;
665 e2 += ((word0(&rv) & Exp_mask) >> Exp_shift1) - Bias;
667 word0(&rv) |= Bias << Exp_shift1;
681 >> Exp_shift1) - Bias;
683 word0(&rv) |= Bias << Exp_shift1;
687 e2 += ((word0(&rv) & Exp_mask) >> Exp_shift1) - Bias;
689 word0(&rv) |= Bias << Exp_shift1;
dtoa.c 219 * log10(&d) = (i-Bias)*log(2)/log(10) + log10(&d2)
223 * k = (i - Bias)*0.301029995663981
230 * (i - Bias) by 0.301029995663981; since |i - Bias| <= 1077,
238 i -= Bias;
249 i = bbits + be + (Bias + (P-1) - 1);
254 i -= (Bias + (P-1) - 1) + 1;
504 denorm ? be + (Bias + (P-1) - 1 + 1) :
strtod.c 406 > Exp_msk1*(DBL_MAX_EXP+Bias-1-P))
507 > Exp_msk1*(DBL_MAX_EXP+Bias-P))
509 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)) {
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 102 Time->TimeZone = (INT16) TimeZone.Bias;
164 TimeZone.Bias = Time->TimeZone;
  /external/v8/src/base/platform/
platform-win32.cc 124 tzinfo_.Bias = -60;
144 // simply guess the name from the UTC bias of the timezone.
150 GuessTimezoneNameFromBias(tzinfo_.Bias));
155 GuessTimezoneNameFromBias(tzinfo_.Bias));
161 // Guess the name of the timezone from the bias.
163 const char* GuessTimezoneNameFromBias(int bias) {
165 switch (-bias) {
377 return (cache->tzinfo_.Bias + cache->tzinfo_.DaylightBias) * -kMsPerMinute;
379 return (cache->tzinfo_.Bias + cache->tzinfo_.StandardBias) * -kMsPerMinute;
381 return cache->tzinfo_.Bias * -kMsPerMinute
    [all...]
  /external/llvm/lib/MC/
MCCodeView.cpp 393 unsigned Bias = 0;
401 MCBinaryExpr::createAdd(SRE, MCConstantExpr::create(Bias, Ctx), Ctx);
427 Bias += Chunk;
  /external/python/cpython3/Python/
dtoa.c 243 #define Bias 1023
273 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
1091 *e = de - Bias - (P-1) + k;
1095 *e = de - Bias - (P-1) + 1 + k;
    [all...]
  /external/icu/icu4c/source/i18n/
wintzimpl.cpp 40 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
50 bias = -1 * (initial->getRawOffset()/60000);
62 bias = -1 * (std->getRawOffset()/60000);
126 int32_t bias; local
132 if (getSystemTimeInformation(tz, daylightDate, standardDate, bias, daylightBias, standardBias)) {
134 zoneInfo->Bias = bias;
149 * information to put into zoneInfo. This includes bias and standard time date and daylight saving date.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 252 #define Bias 1023
282 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
1165 *e = de - Bias - (P-1) + k;
1169 *e = de - Bias - (P-1) + 1 + k;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 235 #define Bias 1023
265 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
1148 *e = de - Bias - (P-1) + k;
1152 *e = de - Bias - (P-1) + 1 + k;
    [all...]
  /external/python/cpython2/Python/
dtoa.c 252 #define Bias 1023
282 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
1165 *e = de - Bias - (P-1) + k;
1169 *e = de - Bias - (P-1) + 1 + k;
    [all...]
  /external/icu/icu4c/source/common/
wintz.cpp 42 int32_t bias; member in struct:__anon21399
231 tziKey.bias = apiTZI.Bias;
308 Using the bias and the rules suffices, so overwrite
  /frameworks/ml/nn/common/operations/
RNNTest.cpp 142 ACTION(Bias) \

Completed in 1052 milliseconds

1 2 3