Searched refs:bias (Results 76 - 97 of 97) sorted by relevance

1234

/external/icu4c/i18n/
H A Dsmpdtfmt.cpp162 * 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
2625 if (bias >= 0 && (value > cal.getMaximum(field) + bias || value < cal.getMinimum(field) + bias)) {
3161 int32_t bias = gFieldRangeBias[patternCharIndex]; local
3162 if (bias >= 0 && (value > cal.getMaximum(field) + bias || valu
[all...]
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec50 using a unsigned format by doing scale and bias in a shader, but this
/external/valgrind/main/VEX/priv/
H A Dir_defs.c967 vex_printf(",%d]", e->Iex.GetI.bias);
1186 vex_printf(",%d] = ", s->Ist.PutI.bias);
1402 IRExpr* IRExpr_GetI ( IRRegArray* descr, IRExpr* ix, Int bias ) {
1407 e->Iex.GetI.bias = bias;
1647 Int bias, IRExpr* data ) {
1652 s->Ist.PutI.bias = bias;
1812 e->Iex.GetI.bias);
1900 s->Ist.PutI.bias,
1646 IRStmt_PutI( IRRegArray* descr, IRExpr* ix, Int bias, IRExpr* data ) argument
[all...]
H A Dhost_amd64_isel.c623 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));
1738 e->Iex.GetI.ix, e->Iex.GetI.bias );
[all...]
H A Dhost_x86_isel.c574 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));
1311 e->Iex.GetI.ix, e->Iex.GetI.bias );
1998 e->Iex.GetI.ix, e->Iex.GetI.bias );
2936 e->Iex.GetI.ix, e->Iex.GetI.bias );
3819 stmt->Ist.PutI.ix, stmt->Ist.PutI.bias );
[all...]
H A Dhost_ppc_isel.c540 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))));
1909 e->Iex.GetI.ix, e->Iex.GetI.bias );
3993 stmt->Ist.PutI.ix, stmt->Ist.PutI.bias );
H A Dguest_ppc_toIR.c7371 UInt bias = sp? 127 : 1023; local
7379 assign(e_b, binop( Iop_Sub32, mkexpr(frB_exp_shR), mkU32( bias ) ));
7480 UInt bias = sp? 127 : 1023; local
7505 assign(e_a, binop( Iop_Sub32, mkexpr(frA_exp_shR), mkU32( bias ) ));
7506 assign(e_b, binop( Iop_Sub32, mkexpr(frB_exp_shR), mkU32( bias ) ));
7558 * Test if FRA != Zero and (e_a - e_b) >= bias
7562 binop( Iop_CmpLT32S, mkU32( bias ),
/external/v8/src/
H A Dplatform-win32.cc290 // 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) { argument
362 switch (-bias) {
415 // simply guess the name from the UTC bias of the timezone.
540 // Compute the offset for DST. The bias parameters in the timezone info
544 // If the local time offset equals the timezone bias plus the daylight
545 // bias then DST is in effect.
/external/mesa3d/src/glsl/
H A Dir.h1149 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::__anon9497
H A Dir_reader.cpp1103 tex->lod_info.bias = read_rvalue(st, lod_expr);
1104 if (tex->lod_info.bias == NULL) {
1105 ir_read_error(st, NULL, "when reading LOD bias in (txb ...)");
/external/opencv/ml/include/
H A Dml.h1219 virtual void calc_activ_func( CvMat* xf, const double* bias ) const;
1220 virtual void calc_activ_func_deriv( CvMat* xf, CvMat* deriv, const double* bias ) const;
1316 /* Trainable weights of the layer (including bias) */ \
1354 // exp2ssumWX = exp(2<s>*(bias+w*(x1+...+x4))), where x1,...x4 are some elements of X
/external/opencv/ml/src/
H A Dmlcnn.cpp976 CvMat sub_weights, bias;
983 CV_CALL(cvGetCol( weights, &bias, weights->cols-1));
986 CV_CALL(cvGEMM( &sub_weights, X, 2*layer->s, &bias, 2*layer->s, layer->exp2ssumWX ));
1092 // dY_dW(K*K+1)==1 because W(K*K+1) is bias
/external/elfutils/src/
H A Dreadelf.c5508 const unsigned int bias = item->format == 'b'; local
5540 p += sprintf (p, "-%u,%u", lastbit - bias, bit - bias);
5542 p += sprintf (p, "%u", bit - bias);
5548 p += sprintf (p, "-%u", nbits - bias);
/external/libmtp/src/
H A Dptp.c3549 double bias; member in struct:__anon7349
4134 ptp_value_trans[i].bias);
/external/libvpx/mkvparser/
H A Dmkvparser.cpp7420 //For WebM files, there is a bias towards previous reference times
8461 const long long bias = (1LL << exp) - 1LL;
8462 const long long delta_size = delta_size_ - bias;
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h4258 typedef void (APIENTRYP PFNGLPOLYGONOFFSETEXTPROC) (GLfloat factor, GLfloat bias);
5381 typedef void (APIENTRYP PFNGLCOMBINEROUTPUTNVPROC) (GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum);
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java6120 GameComponent bias = allocateComponent(CameraBiasComponent.class);
6122 staticData.add(bias);
/external/dropbear/libtomcrypt/
H A Dcrypt.tex547 because you are to be paranoid. It is because if your PRNG has a bias of any sort the more bits the better. For
550 were $0.25$ (a severe bias) a 256-bit string would have about 106 bits of entropy whereas a 128-bit string would have
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c8327 int bias,
8334 int nZero, int bias, int seekResult);
50011 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8327 int bias,
8334 int nZero, int bias, int seekResult);
50024 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
[all...]

Completed in 949 milliseconds

1234