/external/opencv/cv/src/ |
cvcalibration.cpp | 599 double a0 = -s*ri, a1 = (s - 2*c1*itheta)*ri, a2 = c1*itheta; local 602 J[i*9+k] = a0*I[k] + a1*rrt[k] + a2*drrt[i*9+k] + [all...] |
cvsubdivision2d.cpp | 662 double a0, b0, c0, a1, b1, c1; local 671 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 ); 674 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point ); 691 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 ); 694 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
|
cvhistogram.cpp | 1208 double a0 = uni_range[0][0], b0 = uni_range[0][1]; local 1900 double a0 = uni_range[0][0], b0 = uni_range[0][1]; local [all...] |
/external/svox/pico/compat/jni/ |
com_android_tts_compat_SynthProxy.cpp | 81 double a0 = (amp+1.0F) + ((amp-1.0F)*cosw) + (beta*sinw); local 85 m_fa = fFilterGain * b0/a0; 86 m_fb = fFilterGain * b1/a0; 87 m_fc = fFilterGain * b2/a0; 88 m_fd = a1/a0; 89 m_fe = a2/a0;
|
/external/valgrind/main/coregrind/ |
m_libcbase.c | 623 UChar a0; local 627 a0 = p1[0]; 631 res = a0 - b0;
|
/external/valgrind/main/drd/ |
drd_bitmap.c | 543 const UWord a0 = address_lsb(a); local 552 return bm0_is_set(p0, a0) ? True : False; [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
dec.c | 146 const int a0 = in[0 + i] + in[12 + i]; local 150 tmp[0 + i] = a0 + a1; 151 tmp[8 + i] = a0 - a1; 157 const int a0 = dc + tmp[3 + i * 4]; local 161 out[ 0] = (a0 + a1) >> 3; 163 out[32] = (a0 - a1) >> 3;
|
enc.c | 143 const int a0 = (d0 + d3); // 10b [-510,510] local 147 tmp[0 + i * 4] = (a0 + a1) * 8; // 14b [-8160,8160] 149 tmp[2 + i * 4] = (a0 - a1) * 8; 153 const int a0 = (tmp[0 + i] + tmp[12 + i]); // 15b local 157 out[0 + i] = (a0 + a1 + 7) >> 4; // 12b 159 out[8 + i] = (a0 - a1 + 7) >> 4; 168 const int a0 = in[0 + i] + in[12 + i]; local 172 tmp[0 + i] = a0 + a1; 173 tmp[8 + i] = a0 - a1; 179 const int a0 = dc + tmp[3 + i * 4] local 196 const int a0 = (in[0 * 16] + in[2 * 16]); \/\/ 13b local 206 const int a0 = (tmp[0 + i] + tmp[8 + i]); \/\/ 15b local 575 const int a0 = in[0] + in[2]; local 586 const int a0 = tmp[0 + i] + tmp[8 + i]; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_exec.h | 86 float a0[TGSI_NUM_CHANNELS]; /* in an xyzw layout */ member in struct:tgsi_interp_coef
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_setup.c | 67 LLVMValueRef a0; member in struct:lp_setup_args 136 LLVMValueRef a0, 144 a0, 145 LLVMBuildGEP(builder, args->a0, &idx, 1, "")); 185 LLVMValueRef a0 = vec4f(gallivm, a0_0f, zero, zero, zero, "facing"); local 188 store_coef(gallivm, args, slot, a0, zerovec, zerovec); 314 /* insert into args->a0.z, a1.z, a2.z: 355 LLVMValueRef a0, 367 LLVMValueRef da01 = LLVMBuildFSub(b, a0, a1, "da01"); 368 LLVMValueRef da20 = LLVMBuildFSub(b, a2, a0, "da20") 955 float a0 = sa0 [0][i]; local 968 float a0 = sa0 [1 + slot][i]; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_setup.c | 454 * Compute a0 for a constant-valued coefficient (GL_FLAT shading). 456 * The result will be put into setup->coef[slot].a0[i]. 472 coef->a0[i] = setup->vprovoke[vertSlot][i]; 477 * Compute a0, dadx and dady for a linearly interpolated coefficient, 499 /* calculate a0 as the value which would be sampled for the 505 * result in the subtraction and re-addition from a0 of a very 507 * fractional bits and precision from a0. the way to fix this is 508 * to define a0 as the sample at a pixel center somewhere near vmin 511 coef->a0[i] = (v[0] - 518 setup->coef[slot].a0[i] 927 const float a0 = v[0] * setup->vmin[0][3]; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
pa-risc2W.s | 917 a0 .reg %fr22 label [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 63 // If a,b,c are the original control points then the poly a0,b0,c0,c1,a1 68 // a0 c0 74 data[0 + baseIdx] = baseVert + 0; // a0 564 // | a0 c0 567 // edges a0->b0 and b0->c0 are parallel to original edges a->b and b->c, 569 BezierVertex& a0 = verts[0]; local 599 a0.fPos = a; 600 a0.fPos += abN; 609 intersect_lines(a0.fPos, abN, c0.fPos, cbN, &b0.fPos); [all...] |
GrPathUtils.cpp | 256 double a0, a1, a2, a3, a4, a5, a6, a7, a8; local 257 a0 = y1-y2; 279 m[SkMatrix::kMPersp0] = (float)((a0 + a3 + a6)*scale);
|
/external/chromium_org/v8/src/mips/ |
simulator-mips.h | 148 a0, a1, a2, a3, enumerator in enum:v8::internal::Simulator::Register
|
/external/clang/test/SemaTemplate/ |
temp_arg_nontype.cpp | 4 A<0> *a0; variable
|
/external/libyuv/files/source/ |
row_common.cc | 210 uint8 a0 = src_argb[3] >> 7; local 216 b0 | (g0 << 5) | (r0 << 10) | (a0 << 15) | 225 uint8 a0 = src_argb[3] >> 7; local 227 b0 | (g0 << 5) | (r0 << 10) | (a0 << 15); 236 uint8 a0 = src_argb[3] >> 4; local 242 b0 | (g0 << 4) | (r0 << 8) | (a0 << 12) | 251 uint8 a0 = src_argb[3] >> 4; local 253 b0 | (g0 << 4) | (r0 << 8) | (a0 << 12); [all...] |
/external/mdnsresponder/Clients/ |
dns-sd.c | 1042 const char *a0 = strrchr(argv[0], kFilePathSep) + 1; local [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_exec.h | 86 float a0[TGSI_NUM_CHANNELS]; /* in an xyzw layout */ member in struct:tgsi_interp_coef
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_setup.c | 67 LLVMValueRef a0; member in struct:lp_setup_args 136 LLVMValueRef a0, 144 a0, 145 LLVMBuildGEP(builder, args->a0, &idx, 1, "")); 185 LLVMValueRef a0 = vec4f(gallivm, a0_0f, zero, zero, zero, "facing"); local 188 store_coef(gallivm, args, slot, a0, zerovec, zerovec); 314 /* insert into args->a0.z, a1.z, a2.z: 355 LLVMValueRef a0, 367 LLVMValueRef da01 = LLVMBuildFSub(b, a0, a1, "da01"); 368 LLVMValueRef da20 = LLVMBuildFSub(b, a2, a0, "da20") 955 float a0 = sa0 [0][i]; local 968 float a0 = sa0 [1 + slot][i]; local [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_setup.c | 454 * Compute a0 for a constant-valued coefficient (GL_FLAT shading). 456 * The result will be put into setup->coef[slot].a0[i]. 472 coef->a0[i] = setup->vprovoke[vertSlot][i]; 477 * Compute a0, dadx and dady for a linearly interpolated coefficient, 499 /* calculate a0 as the value which would be sampled for the 505 * result in the subtraction and re-addition from a0 of a very 507 * fractional bits and precision from a0. the way to fix this is 508 * to define a0 as the sample at a pixel center somewhere near vmin 511 coef->a0[i] = (v[0] - 518 setup->coef[slot].a0[i] 927 const float a0 = v[0] * setup->vmin[0][3]; local [all...] |
/external/opencv/cvaux/src/ |
cvlmeds.cpp | 197 icvCubic( double a2, double a1, double a0, double *squares ) 207 q = (9 * a1 * a2 - 27 * a0 - 2 * a2 * a2 * a2) / 27; 366 icvGetCoef( double *f1, double *f2, double *a2, double *a1, double *a0 ) 371 if( !f1 || !f2 || !a0 || !a1 || !a2 ) 387 *a0 = icvDet( f2 ); 396 *a0 /= a3; 1699 double a2, a1, a0; local [all...] |
/external/opencv/cxcore/src/ |
cxutils.cpp | 274 double a0 = 1., a1, a2, a3; local 306 a0 = c[0], c += step; 317 a0 = c[0], c += step; 323 if( a0 == 0 ) 352 a0 = 1./a0; 353 a1 *= a0; 354 a2 *= a0; 355 a3 *= a0; [all...] |
/external/opencv/ml/src/ |
mlann_mlp.cpp | 626 double a0 = no_scale ? 1 : DBL_MAX, b0 = no_scale ? 0 : -DBL_MAX; local 630 scale[2*j] = inv_scale[2*j] = a0; [all...] |
/external/openssl/crypto/bn/asm/ |
pa-risc2W.s | 917 a0 .reg %fr22 label [all...] |