/external/eigen/test/eigen2/ |
eigen2_cholesky.cpp | 32 MatrixType a0 = MatrixType::Random(rows,cols); local 35 SquareMatrixType symm = a0 * a0.adjoint(); 93 SquareMatrixType symm = a0.block(0,0,rows,cols-4) * a0.block(0,0,rows,cols-4).adjoint();
|
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
invoke_lvalue.pass.cpp | 79 A_void_1 a0; local 81 std::bind(a0, _1)(i); 86 A_void_1 a0; local 88 std::bind(a0, i)();
|
invoke_rvalue.pass.cpp | 75 A_void_1 a0; local 76 std::bind(a0, _1)(4); 81 A_void_1 a0; local 82 std::bind(a0, 4)();
|
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
invoke.pass.cpp | 65 A_void_1 a0; local 66 std::reference_wrapper<A_void_1> r1(a0); 138 A_int_1 a0; local 139 std::reference_wrapper<A_int_1> r1(a0); 219 A_void_2 a0; local 220 std::reference_wrapper<A_void_2> r1(a0); 295 A_int_2 a0; local 296 std::reference_wrapper<A_int_2> r1(a0);
|
/external/mesa3d/src/mesa/swrast/ |
s_aalinetemp.h | 172 const GLfloat a0 = v0->attrib[attr][c] * invW0; local 174 compute_plane(line.x0, line.y0, line.x1, line.y1, a0, a1,
|
/external/opencv3/modules/features2d/src/ |
fast_score.cpp | 167 int a0 = threshold; local 172 if( a <= a0 ) 179 a0 = std::max(a0, std::min(a, (int)d[k])); 180 a0 = std::max(a0, std::min(a, (int)d[k+9])); 183 int b0 = -a0; 255 int a0 = threshold; local 259 if( a <= a0 ) 265 a0 = std::max(a0, std::min(a, (int)d[k])) 325 int a0 = threshold; local [all...] |
/external/scrypt/lib/crypto/ |
crypto_scrypt-neon-salsa208.h | 68 uint32x4_t a0; local 74 a0 = diag1 + diag0; 75 diag3 ^= vsriq_n_u32(vshlq_n_u32(a0,7),a0,25); 87 a0 = diag3 + diag0; 88 diag1 ^= vsriq_n_u32(vshlq_n_u32(a0,7),a0,25);
|
/external/v8/test/webkit/fast/js/kde/ |
Array.js | 120 var a0 = []; variable 121 shouldBe("forInSum(a0)", "''");
|
/external/webp/src/dsp/ |
alpha_processing_sse41.c | 48 const __m128i a0 = _mm_loadu_si128(src + 0); local 52 const __m128i b0 = _mm_shuffle_epi8(a0, kCstAlpha0);
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
spl_inl_mips.h | 180 int a0 = a << 16; local 185 "bnez %[a0], 1f \n\t" 186 " sra %[zeros], %[a0], 31 \n\t" 190 "xor %[zeros], %[a0], %[zeros] \n\t" 196 : [a0] "r" (a0)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/ |
invoke_lvalue.pass.cpp | 77 A_void_1 a0; local 79 std::bind(a0, _1)(i); 84 A_void_1 a0; local 86 std::bind(a0, i)();
|
invoke_rvalue.pass.cpp | 73 A_void_1 a0; local 74 std::bind(a0, _1)(4); 79 A_void_1 a0; local 80 std::bind(a0, 4)();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
invoke.pass.cpp | 62 A_void_1 a0; local 63 std::function<void (int)> r1(a0); 137 A_int_1 a0; local 138 std::function<int (int)> r1(a0); 221 A_void_2 a0; local 222 std::function<void (int, int)> r1(a0); 299 A_int_2 a0; local 300 std::function<int (int, int)> r1(a0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/ |
invoke.pass.cpp | 65 A_void_1 a0; local 66 std::reference_wrapper<A_void_1> r1(a0); 138 A_int_1 a0; local 139 std::reference_wrapper<A_int_1> r1(a0); 219 A_void_2 a0; local 220 std::reference_wrapper<A_void_2> r1(a0); 295 A_int_2 a0; local 296 std::reference_wrapper<A_int_2> r1(a0);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
shift.s | 18 A0 = A0 >> 31; 19 a0 = a0 << 31; define 37 A0 = Ashift a0 by r1.l; 55 A0 = A0 >> 1; 56 A0 = A0 << 0 76 a0 = rot A0 by 0; define [all...] |
move.s | 4 r7 = A0.X; 29 A0 = A1; 30 a1 = a0; 31 a0 = R0; define 34 R4 = A0 (fu); 36 R6 = a0; 38 R6 = A0, R7 = a1; 39 r1 = a1, r0 = a0 (fu); 62 A0.X = r5.l; 64 r0.l = a0.x [all...] |
/device/google/dragon/audio/hal/dsp/ |
biquad.c | 31 double a0, double a1, double a2) 33 double a0_inv = 1 / a0; 130 double a0 = 1 + alpha; local 134 set_coefficient(bq, b0, b1, b2, a0, a1, a2); 176 double a0 = a_plus_one + a_minus_one * k + k2; local 180 set_coefficient(bq, b0, b1, b2, a0, a1, a2); 211 double a0 = a_plus_one - a_minus_one * k + k2; local 215 set_coefficient(bq, b0, b1, b2, a0, a1, a2); 242 double a0 = 1 + alpha / A; local 246 set_coefficient(bq, b0, b1, b2, a0, a1, a2) 277 double a0 = 1 + alpha; local 312 double a0 = 1 + alpha; local [all...] |
/external/clang/test/Sema/ |
attr-aligned.c | 19 char a0[__alignof__(ueber_aligned_char) == 8? 1 : -1] = { 0 }; variable
|
/external/libavc/common/ |
ih264_resi_trans_quant.c | 661 WORD32 a0, a1, a2, a3, a4, a5, a6, a7; local 686 a0 = r0 + r7; 691 a4 = a0 + a3; 693 a6 = a0 - a3; 702 a0 = r0 - r7; 707 a4 = a1 + a2 + ((a0>>1) + a0); 708 a5 = a0 - a3 - ((a2>>1) + a2); 709 a6 = a0 + a3 - ((a1>>1) + a1); 738 a0 = r0 + r7 [all...] |
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
invoke.pass.cpp | 50 A_int_0 a0; local 51 std::function<int ()> r1(a0); 90 A_void_0 a0; local 91 std::function<void ()> r1(a0); 139 A_void_1 a0; local 140 std::function<void (int)> r1(a0); 214 A_int_1 a0; local 215 std::function<int (int)> r1(a0); 298 A_void_2 a0; local 299 std::function<void (int, int)> r1(a0); 375 A_int_2 a0; local [all...] |
/external/libopus/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/opencv3/modules/core/include/opencv2/core/cuda/ |
vec_traits.hpp | 60 uchar a0, a1, a2, a3, a4, a5, a6, a7; variable 62 static __host__ __device__ __forceinline__ uchar8 make_uchar8(uchar a0, uchar a1, uchar a2, uchar a3, uchar a4, uchar a5, uchar a6, uchar a7) 64 uchar8 val = {a0, a1, a2, a3, a4, a5, a6, a7}; 69 schar a0, a1, a2, a3, a4, a5, a6, a7; variable 71 static __host__ __device__ __forceinline__ char8 make_char8(schar a0, schar a1, schar a2, schar a3, schar a4, schar a5, schar a6, schar a7) 73 char8 val = {a0, a1, a2, a3, a4, a5, a6, a7}; 78 ushort a0, a1, a2, a3, a4, a5, a6, a7; variable 80 static __host__ __device__ __forceinline__ ushort8 make_ushort8(ushort a0, ushort a1, ushort a2, ushort a3, ushort a4, ushort a5, ushort a6, ushort a7) 82 ushort8 val = {a0, a1, a2, a3, a4, a5, a6, a7}; 87 short a0, a1, a2, a3, a4, a5, a6, a7 variable 96 uint a0, a1, a2, a3, a4, a5, a6, a7; variable 105 int a0, a1, a2, a3, a4, a5, a6, a7; variable 114 float a0, a1, a2, a3, a4, a5, a6, a7; variable 123 double a0, a1, a2, a3, a4, a5, a6, a7; member in struct:cv::cuda::device::double8 [all...] |
/external/opencv3/modules/core/src/ |
umatrix.cpp | 218 MatAllocator *a = allocator, *a0 = getStdAllocator(); local 220 a = a0; 262 MatAllocator *a = allocator, *a0 = getStdAllocator(); local 264 a = a0; 272 if(a != a0) 273 u = a0->allocate(dims, size, _type, 0, step.p, 0, usageFlags);
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-s390x-linux.c | 434 UWord a0, a1, a2, a3, a4, a5; local 441 a0 = args[0]; 449 a0, a1, (Word)a2, (Word)a3, (Word)a4, (Word)a5 ); 451 r = ML_(generic_PRE_sys_mmap)( tid, a0, a1, a2, a3, a4, (Off64T)a5 ); [all...] |
/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...] |