HomeSort by relevance Sort by last modified time
    Searched refs:bias (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /external/mesa3d/src/glsl/
opt_tree_grafting.cpp 255 if (do_graft(&ir->lod_info.bias))
ir_hv_accept.cpp 194 s = this->lod_info.bias->accept(v);
ir_print_visitor.cpp 217 ir->lod_info.bias->accept(this);
ir.h 1149 ir_txb, /**< Texture look-up with LOD bias */
1169 * (txb (sampler) (coordinate) (0 0 0) (1) ( ) (bias))
1236 ir_rvalue *bias; /**< Floating point LOD bias */ member in union:ir_texture::__anon9714
    [all...]
ir_reader.cpp     [all...]
  /external/skia/include/core/
SkFixed.h 137 int SkFixedMulCommon(SkFixed, int , int bias); // internal used by SkFixedMulFloor, SkFixedMulCeil, SkFixedMulRound
  /external/valgrind/main/VEX/pub/
libvex_ir.h 1408 Int bias; \/* Constant offset part of index into array *\/ member in struct:_IRExpr::__anon13617::__anon13620
1992 Int bias; \/* Constant offset part of index into array *\/ member in struct:_IRStmt::__anon13637::__anon13642
    [all...]
  /external/webkit/Source/WebCore/editing/
htmlediting.cpp 111 int bias = 0; local
116 bias = 1;
121 bias = -1;
127 return result ? result : bias;
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 397 void CvANN_MLP::calc_activ_func( CvMat* sums, const double* bias ) const
424 data[j] = (data[j] + bias[j])*scale;
434 double t = data[j] + bias[j];
477 const double* bias ) const
490 xf[j] += bias[j];
502 double t = xf[j] + bias[j];
512 xf[j] = (xf[j] + bias[j])*scale;
    [all...]
mlcnn.cpp     [all...]
  /external/webp/src/enc/
quant.c 147 const int bias = kBiasMatrices[type][j]; local
149 m->bias_[j] = BIAS(bias);
151 m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8;
401 // If a coefficient was quantized to a value Q (using a neutral bias),
470 const int B = BIAS(0x00); // neutral bias
  /external/openssl/crypto/aes/asm/
aes-sparcv9.pl 35 if ($bits==64) { $bias=2047; $frame=192; }
36 else { $bias=0; $frame=112; }
192 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
480 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
738 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
1026 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
  /external/icu4c/i18n/
smpdtfmt.cpp 162 * The field range check bias for each UDateFormatField.
163 * The bias is added to the minimum and maximum values
166 * but the parsed month numbers start at 1, so the bias is 1.
2624 int32_t bias = gFieldRangeBias[patternCharIndex]; local
3161 int32_t bias = gFieldRangeBias[patternCharIndex]; local
    [all...]
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 50 using a unsigned format by doing scale and bias in a shader, but this
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 88 // Test a timezone with GMT bias but bogus DST parameters (there is no equivalent time zone
154 int bias = tz.getOffset(System.currentTimeMillis()); local
155 assertEquals(0, bias);
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 88 // Test a timezone with GMT bias but bogus DST parameters (there is no equivalent time zone
154 int bias = tz.getOffset(System.currentTimeMillis()); local
155 assertEquals(0, bias);
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c     [all...]
host_amd64_isel.c 623 bias, generate an AMD64AMode holding the relevant guest state
628 IRExpr* off, Int bias )
644 addq $bias, %tmp (if bias != 0)
651 if (bias != 0) {
652 /* Make sure the bias is sane, in the sense that there are
654 vassert(-10000 < bias && bias < 10000);
656 AMD64Instr_Alu64R(Aalu_ADD, AMD64RMI_Imm(bias), tmp));
    [all...]
host_x86_isel.c 574 bias, generate an X86AMode holding the relevant guest state
579 IRExpr* off, Int bias )
603 addl $bias, %tmp (if bias != 0)
610 if (bias != 0) {
612 X86Instr_Alu32R(Xalu_ADD, X86RMI_Imm(bias), tmp));
    [all...]
host_ppc_isel.c 540 bias, generate a PPCAMode pointing at the relevant piece of
544 IRExpr* off, Int bias )
563 if (bias < -100 || bias > 100) /* somewhat arbitrarily */
570 addi %tmp, %off, bias (if bias != 0)
581 PPCRH_Imm(True/*signed*/, toUShort(bias))));
    [all...]
  /external/v8/src/
platform-win32.cc 290 // Guess the name of the timezone from the bias.
291 static const char* GuessTimezoneNameFromBias(int bias);
358 // Guess the name of the timezone from the bias.
360 const char* Time::GuessTimezoneNameFromBias(int bias) {
362 switch (-bias) {
395 tzinfo_.Bias = -60;
415 // simply guess the name from the UTC bias of the timezone.
421 GuessTimezoneNameFromBias(tzinfo_.Bias));
426 GuessTimezoneNameFromBias(tzinfo_.Bias));
540 // Compute the offset for DST. The bias parameters in the timezone inf
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java 789 int bias = -1 * getLong(timeZoneBytes, MSFT_TIME_ZONE_BIAS_OFFSET) * MINUTES; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basic_op.h 991 "QADD %[result], %[L_var1], %[bias]\n"
994 :[L_var1]"r"(L_var1), [bias]"r"(0x8000)
  /external/elfutils/src/
readelf.c 5508 const unsigned int bias = item->format == 'b'; local
    [all...]

Completed in 1512 milliseconds

1 2 34 5