HomeSort by relevance Sort by last modified time
    Searched defs:a0 (Results 51 - 75 of 202) sorted by null

1 23 4 5 6 7 8 9

  /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);
  /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/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/valgrind/coregrind/m_syswrap/
syswrap-s390x-linux.c 433 UWord a0, a1, a2, a3, a4, a5; local
440 a0 = args[0];
448 a0, (ULong)a1, a2, a3, a4, a5 );
450 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...]
  /bionic/libc/arch-mips/include/machine/
regdef.h 51 #define a0 $4 /* argument registers */ macro
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 34 a0 = 7.72156641e-02, /* 0x3d9e233f */ variable
174 p1 = a0+z*(a2+z*a4);
  /cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java 220 int a0 = a.getValue(v0); local
224 a0, a1);
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regdef.h 44 #define a0 $4 /* argument registers */ macro
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regdef.h 51 #define a0 $4 /* argument registers */ macro
  /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/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
  /external/clang/test/SemaCXX/
attr-deprecated.cpp 197 a0 // expected-note {{'a0' has been explicitly marked deprecated here}} enumerator in enum:test6::A
201 x = a0; // expected-warning {{'a0' is deprecated}}
  /external/clang/test/SemaTemplate/
typename-specifier-4.cpp 27 int a0[is_same<metafun_apply2<make_pair, int, float>::type, variable
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 84 Packet a0, a1, a2, a3, c0, c1, t0, t1; local
86 const Scalar* A0 = A+ib+(k+0)*lda;
94 a0 = pload<Packet>(A0);
104 a2 = a3 = a0;
111 KMADD(c0, a0, b00, t0) \
112 KMADD(c1, a0, b01, t1) \
113 a0 = pload<Packet>(A0+i+(I+1)*PacketSize); \
130 prefetch((A0+i+(5)*PacketSize))
183 Packet a0, a1, a2, a3, c0, t0\/*, t1*\/; local
    [all...]
  /external/eigen/test/
cholesky.cpp 75 MatrixType a0 = MatrixType::Random(rows,cols); local
78 SquareMatrixType symm = a0 * a0.adjoint();
258 RealMatrixType a0 = RealMatrixType::Random(rows,cols); local
261 RealMatrixType symm = a0 * a0.adjoint();
  /external/mesa3d/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/mesa3d/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/mesa3d/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);

Completed in 1639 milliseconds

1 23 4 5 6 7 8 9