/external/chromium_org/third_party/opus/src/celt/ |
modes.c | 200 opus_int32 a0, a1; local 202 a0 = 400*(opus_int32)eband5ms[k] - mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize; 203 allocVectors[i*mode->nbEBands+j] = (a0*band_allocation[i*maxBands+k-1] 204 + a1*band_allocation[i*maxBands+k])/(a0+a1);
|
/external/chromium_org/third_party/skia/src/core/ |
SkShader.cpp | 107 U8CPU a0 = srcA[0]; local 112 *alpha++ = SkToU8(a0);
|
/external/clang/test/SemaCXX/ |
attr-deprecated.cpp | 197 a0 // expected-note {{declared here}} enumerator in enum:test6::A 201 x = a0; // expected-warning {{'a0' is deprecated}}
|
/external/eigen/test/ |
cholesky.cpp | 75 MatrixType a0 = MatrixType::Random(rows,cols); local 78 SquareMatrixType symm = a0 * a0.adjoint(); 207 RealMatrixType a0 = RealMatrixType::Random(rows,cols); local 210 RealMatrixType symm = a0 * a0.adjoint();
|
/external/pixman/pixman/ |
pixman-mips-dspr2-asm.h | 39 #define a0 $4 macro 103 * preserved for input arguments of the functions, already stored in a0-a3), 114 * can be saved on stack is limitted to 14 (a0-a3, v0-v1 and s0-s7). 189 * can be restored from stack is limitted to 14 (a0-a3, v0-v1 and s0-s7).
|
/external/skia/src/core/ |
SkShader.cpp | 107 U8CPU a0 = srcA[0]; local 112 *alpha++ = SkToU8(a0);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
bind.hpp | 79 typedef typename r0::type a0; typedef in struct:boost::mpl::bind0::apply 81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 131 typedef typename r0::type a0; typedef in struct:boost::mpl::bind1::apply 133 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 189 typedef typename r0::type a0; typedef in struct:boost::mpl::bind2::apply 191 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 252 typedef typename r0::type a0; typedef in struct:boost::mpl::bind3::apply 254 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 320 typedef typename r0::type a0; typedef in struct:boost::mpl::bind4::apply 322 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_ 395 typedef typename r0::type a0; typedef in struct:boost::mpl::bind5::apply [all...] |
/bionic/libc/arch-mips/include/machine/ |
regdef.h | 44 #define a0 $4 /* argument registers */ macro
|
/bionic/libc/kernel/arch-mips/asm/ |
regdef.h | 29 #define a0 $4 macro 74 #define a0 $4 macro
|
/cts/tests/tests/widget/src/android/widget/cts/ |
GridLayoutTest.java | 220 int a0 = a.getValue(v0); local 224 a0, a1);
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
regdef.h | 29 #define a0 $4 macro 74 #define a0 $4 macro
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
regdef.h | 44 #define a0 $4 /* argument registers */ macro
|
/external/chromium_org/media/base/simd/ |
convert_yuv_to_rgb_c.cc | 127 uint8 a0 = a_buf[x]; local 128 ConvertYUVAToARGB_C(y0, u, v, a0, rgba_buf);
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
RealtimeAnalyser.cpp | 142 double a0 = 0.5 * (1 - alpha); local 148 double window = a0 - a1 * cos(2 * piDouble * x) + a2 * cos(4 * piDouble * x);
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
SincResampler.cpp | 93 double a0 = 0.5 * (1.0 - alpha); local 122 double window = a0 - a1 * cos(2.0 * piDouble * x) + a2 * cos(4.0 * piDouble * x);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_line.c | 51 float (*a0)[4]; member in struct:lp_line_info 58 * Compute a0 for a constant-valued coefficient (GL_FLAT shading). 66 info->a0[slot][i] = value; 73 * Compute a0, dadx and dady for a linearly interpolated coefficient, 92 info->a0[slot][i] = (a1 - 99 * Compute a0, dadx and dady for a perspective-corrected interpolant, 102 * the plane coefficients (a0, dadx, dady). 124 info->a0[slot][i] = (a1 - 137 info->a0[slot][0] = 0.0; 144 info->a0[slot][1] = 0.0 [all...] |
lp_setup_point.c | 50 float (*a0)[4]; member in struct:point_info 57 * Compute a0 for a constant-valued coefficient (GL_FLAT shading). 66 info->a0[slot][i] = value; 89 info->a0[slot][i] = info->v0[slot][i]*w0; 123 info->a0[slot][0] = 0.5 - (dadx * x0 + dady * y0); 128 info->a0[slot][0] *= w0; 143 info->a0[slot][1] = 0.5 - (dadx * x0 + dady * y0); 148 info->a0[slot][1] *= w0; 152 info->a0[slot][2] = 0.0f; 157 info->a0[slot][3] = perspective ? w0 : 1.0f [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_sf_emit.c | 429 struct brw_reg a0 = offset(c->vert[0], i); local 438 brw_MUL(p, a0, a0, c->inv_w[0]); 450 brw_ADD(p, c->a1_sub_a0, a1, negate(a0)); 451 brw_ADD(p, c->a2_sub_a0, a2, negate(a0)); 470 brw_MOV(p, c->m3C0, a0); 514 struct brw_reg a0 = offset(c->vert[0], i); local 522 brw_MUL(p, a0, a0, c->inv_w[0]); 531 brw_ADD(p, c->a1_sub_a0, a1, negate(a0)); 578 struct brw_reg a0 = offset(c->vert[0], i); local 674 struct brw_reg a0 = offset(c->vert[0], i); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv10_state_tnl.c | 243 float a0, b0, a1, a2, b2, a3; local 246 a0 = -1 - 5.36e-3 / sqrt(e); 248 a0 = -1; 261 k[0] = MAX2(0, a0 + b0 * cutoff);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_aatritemp.h | 152 const GLfloat a0 = v0->attrib[attr][c] * invW0; variable 155 compute_plane(p0, p1, p2, a0, a1, a2, attrPlane[attr][c]);
|
/external/chromium_org/third_party/skia/src/effects/gradients/ |
SkGradientShader.cpp | 332 uint32_t a0 = SkMulDiv255Round(SkColorGetA(c0), paintAlpha); local 348 r0 = SkMulDiv255Round(r0, a0); 349 g0 = SkMulDiv255Round(g0, a0); 350 b0 = SkMulDiv255Round(b0, a0); 357 SkFixed da = SkIntToFixed(a1 - a0) / (count - 1); 368 SkUFixed a = SkIntToFixed(a0) + 0x2000; 384 if (0xFF == a0 && 0 == da) { [all...] |
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_opts_SSSE3.cpp | 134 __m128i a0, a1, a2, a3; local 136 a0 = _mm_cvtsi32_si128(pixel0); 141 a0 = _mm_unpacklo_epi8(a0, a1); 151 a0 = _mm_unpacklo_epi64(a0, a2); 159 return _mm_maddubs_epi16(a0, scale_x); 220 __m128i a0 = _mm_cvtsi32_si128(pixel0); local 224 a0 = _mm_unpacklo_epi8(a0, a1) 345 __m128i a0 = _mm_cvtsi32_si128(pixel0); local [all...] |
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
p1.cpp | 12 A<int>::E a0 = A<int>().v; variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p3.cpp | 9 A<int> a0 = f0(i); local 18 A<int> a0 = f1(i); local 48 A<int> a0 = f2(i); local 71 A<int> a0 = f3(ip); local
|
/external/clang/test/CodeGen/ |
ms_struct-bitfield-2.c | 126 static int a0[(sizeof (struct_0) == size_struct_0) -1]; variable
|