Searched defs:q0 (Results 1 - 25 of 72) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dhexagon-inline-asm.c10 v64 q0; local
11 asm ("%0 = vgtw(%1.w,%2.w)" : "=q"(q0) : "v"(v0), "v"(v1));
13 *p = q0;
/external/llvm/test/MC/Hexagon/
H A Dv60-misc.s26 # CHECK: 1f90cf00 { q0 = vcmp.eq(v15.b,v16.b) }
27 q0 = vcmp.eq(v15.ub, v16.ub) define
38 # CHECK: 1f81c004 { q0 = vcmp.eq(v0.h,v1.h) }
39 q0 = vcmp.eq(v0.uh, v1.uh) define
50 # CHECK: 1f89c808 { q0 = vcmp.eq(v8.w,v9.w) }
51 q0 = vcmp.eq(v8.uw, v9.uw) define
74 # CHECK: 2884c013 { if (q0) vmem(r4+#0) = v19 }
75 if (q0) vmem(r4) = v19
/external/fdlibm/
H A De_jn.c161 double q0,q1,h,tmp; int k,m; local
163 q0 = w; z = w+h; q1 = w*z - 1.0; k=1;
166 tmp = z*q1 - q0;
167 q0 = q1;
H A Dk_rem_pio2.c104 * q0 the corresponding exponent of q[0]. Note that the
105 * exponent for q[i] would be q0-24*i.
170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
177 /* determine jx,jv,q0, note that 3>q0 */
180 q0 = e0-24*(jv+1);
201 z = ieee_scalbn(z,q0); /* actual value of z */
206 if(q0>0) { /* need iq[jz-1] to determine n */
207 i = (iq[jz-1]>>(24-q0)); n += i;
208 iq[jz-1] -= i<<(24-q0);
[all...]
/external/flac/libFLAC/
H A Dlpc_intrin_avx2.c64 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11; local
65 q0 = _mm256_set1_epi32(0xffff & qlp_coeff[0 ]);
91 mull = _mm256_madd_epi16(q0, _mm256_loadu_si256((const __m256i*)(data+i-1 ))); summ = _mm256_add_epi32(summ, mull);
97 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10; local
98 q0 = _mm256_set1_epi32(0xffff & qlp_coeff[0 ]);
122 mull = _mm256_madd_epi16(q0, _mm256_loadu_si256((const __m256i*)(data+i-1 ))); summ = _mm256_add_epi32(summ, mull);
130 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9; local
131 q0 = _mm256_set1_epi32(0xffff & qlp_coeff[0 ]);
153 mull = _mm256_madd_epi16(q0, _mm256_loadu_si256((const __m256i*)(data+i-1 ))); summ = _mm256_add_epi32(summ, mull);
159 __m256i q0, q local
190 __m256i q0, q1, q2, q3, q4, q5, q6, q7; local
215 __m256i q0, q1, q2, q3, q4, q5, q6; local
240 __m256i q0, q1, q2, q3, q4, q5; local
261 __m256i q0, q1, q2, q3, q4; local
284 __m256i q0, q1, q2, q3; local
301 __m256i q0, q1, q2; local
318 __m256i q0, q1; local
331 __m256i q0; local
419 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11; local
452 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10; local
485 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9; local
514 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8; local
545 __m256i q0, q1, q2, q3, q4, q5, q6, q7; local
570 __m256i q0, q1, q2, q3, q4, q5, q6; local
595 __m256i q0, q1, q2, q3, q4, q5; local
616 __m256i q0, q1, q2, q3, q4; local
639 __m256i q0, q1, q2, q3; local
656 __m256i q0, q1, q2; local
673 __m256i q0, q1; local
686 __m256i q0; local
778 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11; local
811 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10; local
844 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9; local
873 __m256i q0, q1, q2, q3, q4, q5, q6, q7, q8; local
904 __m256i q0, q1, q2, q3, q4, q5, q6, q7; local
929 __m256i q0, q1, q2, q3, q4, q5, q6; local
954 __m256i q0, q1, q2, q3, q4, q5; local
975 __m256i q0, q1, q2, q3, q4; local
998 __m256i q0, q1, q2, q3; local
1015 __m256i q0, q1, q2; local
1032 __m256i q0, q1; local
1045 __m256i q0; local
[all...]
H A Dlpc_intrin_sse2.c70 __m128i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11; local
71 q0 = _mm_cvtsi32_si128(0xffff & qlp_coeff[0]); q0 = _mm_shuffle_epi32(q0, _MM_SHUFFLE(0,0,0,0));
97 mull = _mm_madd_epi16(q0, _mm_loadu_si128((const __m128i*)(data+i-1))); summ = _mm_add_epi32(summ, mull);
103 __m128i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10; local
104 q0 = _mm_cvtsi32_si128(0xffff & qlp_coeff[0]); q0 = _mm_shuffle_epi32(q0, _MM_SHUFFLE(0,0,0,0));
128 mull = _mm_madd_epi16(q0, _mm_loadu_si12
136 __m128i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9; local
165 __m128i q0, q1, q2, q3, q4, q5, q6, q7, q8; local
196 __m128i q0, q1, q2, q3, q4, q5, q6, q7; local
221 __m128i q0, q1, q2, q3, q4, q5, q6; local
246 __m128i q0, q1, q2, q3, q4, q5; local
267 __m128i q0, q1, q2, q3, q4; local
290 __m128i q0, q1, q2, q3; local
307 __m128i q0, q1, q2; local
324 __m128i q0, q1; local
337 __m128i q0; local
[all...]
H A Dlpc_intrin_sse41.c971 __m128i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11; local
972 q0 = _mm_cvtsi32_si128(qlp_coeff[0]); q0 = _mm_shuffle_epi32(q0, _MM_SHUFFLE(0,0,0,0));
998 mull = _mm_mullo_epi32(q0, _mm_loadu_si128((const __m128i*)(data+i-1))); summ = _mm_add_epi32(summ, mull);
1004 __m128i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10; local
1005 q0 = _mm_cvtsi32_si128(qlp_coeff[0]); q0 = _mm_shuffle_epi32(q0, _MM_SHUFFLE(0,0,0,0));
1029 mull = _mm_mullo_epi32(q0, _mm_loadu_si12
1037 __m128i q0, q1, q2, q3, q4, q5, q6, q7, q8, q9; local
1066 __m128i q0, q1, q2, q3, q4, q5, q6, q7, q8; local
1097 __m128i q0, q1, q2, q3, q4, q5, q6, q7; local
1122 __m128i q0, q1, q2, q3, q4, q5, q6; local
1147 __m128i q0, q1, q2, q3, q4, q5; local
1168 __m128i q0, q1, q2, q3, q4; local
1191 __m128i q0, q1, q2, q3; local
1208 __m128i q0, q1, q2; local
1225 __m128i q0, q1; local
1238 __m128i q0; local
[all...]
/external/eigen/test/
H A Dgeo_quaternion.cpp24 template<typename QuatType> void check_slerp(const QuatType& q0, const QuatType& q1) argument
32 Scalar theta_tot = AA(q1*q0.inverse()).angle();
37 QuatType q = q0.slerp(t,q1);
38 Scalar theta = AA(q*q0.inverse()).angle();
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Didct_dequant_full_2x_neon.c21 int16x8_t q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11; local
30 q0 = vld1q_s16(dq);
66 q2 = vmulq_s16(q2, q0);
68 q4 = vmulq_s16(q4, q0);
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dloopfilter_masks_dspr2.h29 uint32_t p2, uint32_t q0, uint32_t q1,
64 /* mask |= (abs(q1 - q0) > limit)
65 * hev |= (abs(q1 - q0) > thresh)
67 "subu_s.qb %[c], %[q1], %[q0] \n\t"
68 "subu_s.qb %[r_k], %[q0], %[q1] \n\t"
92 [p0] "r"(p0), [q1] "r"(q1), [q0] "r"(q0), [q2] "r"(q2), [q3] "r"(q3),
96 /* abs(p0 - q0) */
97 "subu_s.qb %[c], %[p0], %[q0] \n\t"
98 "subu_s.qb %[r_k], %[q0],
27 filter_hev_mask_dspr2(uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask) argument
128 filter_hev_mask_flatmask4_dspr2( uint32_t limit, uint32_t flimit, uint32_t thresh, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t *hev, uint32_t *mask, uint32_t *flat) argument
269 flatmask5(uint32_t p4, uint32_t p3, uint32_t p2, uint32_t p1, uint32_t p0, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t q4, uint32_t *flat2) argument
[all...]
H A Dloopfilter_mb_dspr2.c32 uint32_t p3, p2, p1, p0, q0, q1, q2, q3; local
68 "lw %[q0], (%[sq0]) \n\t"
74 [q3] "=&r"(q3), [q2] "=&r"(q2), [q1] "=&r"(q1), [q0] "=&r"(q0)
79 p3, p2, q0, q1, q2, q3, &hev, &mask, &flat);
82 filter1_dspr2(mask, hev, p1, p0, q0, q1, &p1_f0, &p0_f0, &q0_f0, &q1_f0);
109 "sw %[q0], (%[sq0]) \n\t"
114 : [p2] "r"(p2), [p1] "r"(p1), [p0] "r"(p0), [q0] "r"(q0),
119 filter1_dspr2(mask, hev, p1, p0, q0, q
298 uint32_t p3, p2, p1, p0, q3, q2, q1, q0; local
[all...]
H A Dloopfilter_4_msa.c20 v16u8 p3, p2, p1, p0, q3, q2, q1, q0, p1_out, p0_out, q0_out, q1_out; local
23 LD_UB8((src - 4 * pitch), pitch, p3, p2, p1, p0, q0, q1, q2, q3);
29 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit, b_limit, thresh, hev,
31 VP9_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev, p1_out, p0_out, q0_out, q1_out);
48 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
51 LD_UB8((src - 4 * pitch), pitch, p3, p2, p1, p0, q0, q1, q2, q3);
65 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, hev,
67 VP9_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev, p1, p0, q0, q1);
69 ST_UB4(p1, p0, q0, q
77 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
109 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h65 GLfloat u0, v0, q0; member in struct:__anon17301::__anon17303
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dtypearith.h134 q1, q0, local
189 q0 = un21 / vn1;
190 rhat = un21 - q0*vn1;
192 if (q0 >= b || q0*vn0 > b*rhat + un0) {
193 q0 = q0 - 1;
198 *q = q1*b + q0;
199 *r = (un21*b + un0 - q0*v) >> s;
391 q1, q0,
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DRotation.java104 private final double q0; field in class:Rotation
125 * @param q0 scalar part of the quaternion
133 public Rotation(double q0, double q1, double q2, double q3, argument
138 double inv = 1.0 / FastMath.sqrt(q0 * q0 + q1 * q1 + q2 * q2 + q3 * q3);
139 q0 *= inv;
145 this.q0 = q0;
183 q0 = FastMath.cos (halfAngle);
257 // compute q0 an
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DStriped64.java100 volatile long q0, q1, q2, q3, q4, q5, q6; field in class:Striped64.Cell
/external/jemalloc/test/unit/
H A Dmallctl.c315 void *q0 = qs[i]; local
319 assert_ptr_eq(qs[i], q0,
/external/libavc/common/
H A Dih264_iquant_itrans_recon.c124 WORD32 q0, q1, q2, q3; local
132 q0 = pi2_src_ptr[0];
133 INV_QUANT(q0, pu2_iscal_mat[0], pu2_weigh_mat[0], u4_qp_div_6, rnd_fact,
136 q0 = pi2_dc_ld_addr[0]; // Restoring dc value for intra case
142 x0 = q0 + q2;
143 x1 = q0 - q2;
227 WORD32 q0; local
234 q0 = pi2_src[0];
235 INV_QUANT(q0, pu2_iscal_mat[0], pu2_weigh_mat[0], u4_qp_div_6, rnd_fact, 4);
239 q0
700 WORD32 q0, q1, q2, q3; local
835 WORD32 q0; local
[all...]
H A Dih264_deblk_edge_filters.c81 /* Inputs : pu1_src - pointer to the src sample q0 */
109 UWORD8 p3, p2, p1, p0, q0, q1, q2, q3; local
131 q0 = pu1_src_temp[pos_q0];
137 if((ABS(p0 - q0) >= alpha) ||
138 (ABS(q1 - q0) >= beta) ||
147 if(ABS(p0 - q0) < ((alpha >> 2) + 2))
151 a_q = (UWORD8)ABS(q2 - q0);
156 pu1_src_temp[pos_p0] = ((p2 + X2(p1) + X2(p0) + X2(q0) + q1
158 pu1_src_temp[pos_p1] = ((p2 + p1 + p0 + q0 + 2) >> 2);
160 ((X2(p3) + X3(p2) + p1 + p0 + q0
229 UWORD8 p3, p2, p1, p0, q0, q1, q2, q3; local
544 UWORD8 p2, p1, p0, q0, q1, q2; local
773 UWORD8 p2, p1, p0, q0, q1, q2; local
1014 UWORD8 p3, p2, p1, p0, q0, q1, q2, q3; local
1227 UWORD8 p2, p1, p0, q0, q1, q2; local
[all...]
/external/libavc/common/x86/
H A Dih264_iquant_itrans_recon_dc_ssse3.c114 WORD32 q0 = pi2_src[0]; local
125 INV_QUANT(q0, pu2_iscal_mat[0], pu2_weigh_mat[0], u4_qp_div_6, rnd_fact, 4);
128 q0 = pi2_dc_ld_addr[0]; // Restoring dc value for intra case
130 i_macro = ((q0 + 32) >> 6);
239 WORD32 q0 = pi2_src[0]; local
252 INV_QUANT(q0, pu2_iscale_mat[0], pu2_weigh_mat[0], qp_div, rnd_fact, 6);
253 i_macro = ((q0 + 32) >> 6);
399 WORD16 q0 = pi2_dc_src[0]; // DC value won't be dequantized for chroma inverse transform local
400 WORD16 i_macro = ((q0 + 32) >> 6);
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter_filters.c25 uc p0, uc q0, uc q1, uc q2, uc q3) {
30 mask |= (abs(q1 - q0) > limit);
33 mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit);
38 static signed char vp8_hevmask(uc thresh, uc p1, uc p0, uc q0, uc q1) { argument
41 hev |= (abs(q1 - q0) > thresh) * -1;
238 static signed char vp8_simple_filter_mask(uc blimit, uc p1, uc p0, uc q0, argument
244 signed char mask = (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 <= blimit) * -1;
253 signed char q0 = (signed char)*oq0 ^ 0x80; local
258 filter_value = vp8_signed_char_clamp(filter_value + 3 * (q0 - p0));
264 u = vp8_signed_char_clamp(q0
24 vp8_filter_mask(uc limit, uc blimit, uc p3, uc p2, uc p1, uc p0, uc q0, uc q1, uc q2, uc q3) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_idct32x32_1024_add_neon.c21 int32x4x2_t *const q0,
23 q0->val[0] = vld1q_s32(trans_buf + first * 8);
24 q0->val[1] = vld1q_s32(trans_buf + first * 8 + 4);
30 const int second, int32x4x2_t *const q0,
32 q0->val[0] = vld1q_s32(out + first * 32);
33 q0->val[1] = vld1q_s32(out + first * 32 + 4);
39 const int second, const int32x4x2_t q0,
41 vst1q_s32(out + first * 32, q0.val[0]);
42 vst1q_s32(out + first * 32 + 4, q0.val[1]);
48 uint16_t *p1, uint16_t *p2, const int stride, const int32x4x2_t q0,
19 load_from_transformed(const int32_t *const trans_buf, const int first, const int second, int32x4x2_t *const q0, int32x4x2_t *const q1) argument
29 load_from_output(const int32_t *const out, const int first, const int second, int32x4x2_t *const q0, int32x4x2_t *const q1) argument
38 store_in_output(int32_t *const out, const int first, const int second, const int32x4x2_t q0, const int32x4x2_t q1) argument
47 highbd_store_combine_results( uint16_t *p1, uint16_t *p2, const int stride, const int32x4x2_t q0, const int32x4x2_t q1, const int32x4x2_t q2, const int32x4x2_t q3, const int16x8_t max) argument
[all...]
H A Didct32x32_add_neon.c22 int16x8_t *const q0,
24 *q0 = vld1q_s16(trans_buf + first * 8);
29 const int second, int16x8_t *const q0,
31 *q0 = vld1q_s16(out + first * 32);
36 const int second, const int16x8_t q0,
38 vst1q_s16(out + first * 32, q0);
43 const int stride, int16x8_t q0,
55 q0 = vrshrq_n_s16(q0, 6);
60 q0
20 load_from_transformed(const int16_t *const trans_buf, const int first, const int second, int16x8_t *const q0, int16x8_t *const q1) argument
28 load_from_output(const int16_t *const out, const int first, const int second, int16x8_t *const q0, int16x8_t *const q1) argument
35 store_in_output(int16_t *const out, const int first, const int second, const int16x8_t q0, const int16x8_t q1) argument
42 store_combine_results(uint8_t *p1, uint8_t *p2, const int stride, int16x8_t q0, int16x8_t q1, int16x8_t q2, int16x8_t q3) argument
78 highbd_store_combine_results_bd8(uint16_t *p1, uint16_t *p2, const int stride, int16x8_t q0, int16x8_t q1, int16x8_t q2, int16x8_t q3) argument
[all...]
/external/capstone/suite/MC/ARM/
H A Dneon-mul-encoding.s.cs52 0x64,0x08,0x90,0xf3 = vmul.i16 q0, q0, d4[2] external variable declarations
66 0x64,0x28,0xd0,0xf3 = vmul.i16 q9, q0, d4[2] external variable declarations
/external/tensorflow/tensorflow/cc/training/
H A Dqueue_runner_test.cc64 constexpr char kQueueName0[] = "q0";
179 auto q0 = FIFOQueue(root.WithOpName(kQueueName0), {DataType::DT_INT32}); local
181 auto enqueue0 = QueueEnqueue(root.WithOpName(kEnqueueOp0), q0, {ten});
182 auto close0 = QueueClose(root.WithOpName(kCloseOp0), q0);
183 auto cancel0 = QueueClose(root.WithOpName(kCancelOp0), q0,
188 QueueDequeue(root.WithOpName(kDequeueOp0), q0, {DataType::DT_INT32});
350 auto q0 = FIFOQueue(root.WithOpName(kQueueName), {DataType::DT_FLOAT}); local
353 auto enqueue0 = QueueEnqueue(root.WithOpName(kEnqueueOp0), q0, {square});
354 auto close0 = QueueClose(root.WithOpName(kCloseOp0), q0);
355 auto cancel0 = QueueClose(root.WithOpName(kCancelOp0), q0,
[all...]

Completed in 477 milliseconds

123