Searched refs:v2 (Results 226 - 250 of 802) sorted by relevance

1234567891011>>

/external/libhevc/common/arm64/
H A Dihevc_sao_band_offset_luma.s103 LD1 {v2.8b},[x14],#8 //band_table.val[1]
127 ADD v6.8b, v2.8b , v31.8b //band_table.val[1] = vadd_u8(band_table.val[1], band_pos)
139 ADD v2.8b, v6.8b , v28.8b //band_table.val[1] = vadd_u8(band_table.val[1], vdup_n_u8(pi1_sao_offset[2]))
167 cmhs v23.8b, v29.8b , v2.8b //vcle_u8(band_table.val[1], vdup_n_u8(16))
170 ORR v2.8b, v2.8b , v23.8b //band_table.val[1] = vorr_u8(band_table.val[1], au1_cmp)
182 AND v2.8b, v2.8b , v23.8b //band_table.val[1] = vand_u8(band_table.val[1], au1_cmp)
193 mov v1.d[1],v2.d[0]
194 mov v2
[all...]
H A Dihevc_intra_pred_chroma_dc.s134 uaddlp v2.4h, v30.8b
140 uaddlp v2.2s, v2.4h
143 uadalp v17.1d, v2.2s
147 uaddlp v2.4h, v26.8b
150 uaddlp v2.2s, v2.4h
153 uadalp v17.1d, v2.2s
262 uaddlp v2.4h, v2
[all...]
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_triangle.c57 const SWvertex *v2);
70 const SWvertex *v2)
75 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
77 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
80 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
81 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
96 const SWvertex *v2)
100 if (ef[e2]) _swrast_Point( ctx, v2 );
121 SWvertex *v2 = &verts[e2]; local
143 /* copy v2 colo
63 _swsetup_edge_render_line_tri(struct gl_context *ctx, const GLubyte *ef, GLuint e0, GLuint e1, GLuint e2, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
89 _swsetup_edge_render_point_tri(struct gl_context *ctx, const GLubyte *ef, GLuint e0, GLuint e1, GLuint e2, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
[all...]
/external/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c9 int8x8_t test_vadd_s8(int8x8_t v1, int8x8_t v2) { argument
11 return vadd_s8(v1, v2);
15 int16x4_t test_vadd_s16(int16x4_t v1, int16x4_t v2) { argument
17 return vadd_s16(v1, v2);
21 int32x2_t test_vadd_s32(int32x2_t v1, int32x2_t v2) { argument
23 return vadd_s32(v1, v2);
27 int64x1_t test_vadd_s64(int64x1_t v1, int64x1_t v2) { argument
29 return vadd_s64(v1, v2);
33 float32x2_t test_vadd_f32(float32x2_t v1, float32x2_t v2) { argument
35 return vadd_f32(v1, v2);
39 test_vadd_u8(uint8x8_t v1, uint8x8_t v2) argument
45 test_vadd_u16(uint16x4_t v1, uint16x4_t v2) argument
51 test_vadd_u32(uint32x2_t v1, uint32x2_t v2) argument
57 test_vadd_u64(uint64x1_t v1, uint64x1_t v2) argument
63 test_vaddq_s8(int8x16_t v1, int8x16_t v2) argument
69 test_vaddq_s16(int16x8_t v1, int16x8_t v2) argument
75 test_vaddq_s32(int32x4_t v1,int32x4_t v2) argument
81 test_vaddq_s64(int64x2_t v1, int64x2_t v2) argument
87 test_vaddq_f32(float32x4_t v1, float32x4_t v2) argument
93 test_vaddq_f64(float64x2_t v1, float64x2_t v2) argument
99 test_vaddq_u8(uint8x16_t v1, uint8x16_t v2) argument
105 test_vaddq_u16(uint16x8_t v1, uint16x8_t v2) argument
111 test_vaddq_u32(uint32x4_t v1, uint32x4_t v2) argument
117 test_vaddq_u64(uint64x2_t v1, uint64x2_t v2) argument
123 test_vsub_s8(int8x8_t v1, int8x8_t v2) argument
128 test_vsub_s16(int16x4_t v1, int16x4_t v2) argument
133 test_vsub_s32(int32x2_t v1, int32x2_t v2) argument
139 test_vsub_s64(int64x1_t v1, int64x1_t v2) argument
145 test_vsub_f32(float32x2_t v1, float32x2_t v2) argument
151 test_vsub_u8(uint8x8_t v1, uint8x8_t v2) argument
157 test_vsub_u16(uint16x4_t v1, uint16x4_t v2) argument
163 test_vsub_u32(uint32x2_t v1, uint32x2_t v2) argument
169 test_vsub_u64(uint64x1_t v1, uint64x1_t v2) argument
175 test_vsubq_s8(int8x16_t v1, int8x16_t v2) argument
181 test_vsubq_s16(int16x8_t v1, int16x8_t v2) argument
187 test_vsubq_s32(int32x4_t v1,int32x4_t v2) argument
193 test_vsubq_s64(int64x2_t v1, int64x2_t v2) argument
199 test_vsubq_f32(float32x4_t v1, float32x4_t v2) argument
205 test_vsubq_f64(float64x2_t v1, float64x2_t v2) argument
211 test_vsubq_u8(uint8x16_t v1, uint8x16_t v2) argument
217 test_vsubq_u16(uint16x8_t v1, uint16x8_t v2) argument
223 test_vsubq_u32(uint32x4_t v1, uint32x4_t v2) argument
229 test_vsubq_u64(uint64x2_t v1, uint64x2_t v2) argument
235 test_vmul_s8(int8x8_t v1, int8x8_t v2) argument
241 test_vmul_s16(int16x4_t v1, int16x4_t v2) argument
247 test_vmul_s32(int32x2_t v1, int32x2_t v2) argument
253 test_vmul_f32(float32x2_t v1, float32x2_t v2) argument
260 test_vmul_u8(uint8x8_t v1, uint8x8_t v2) argument
266 test_vmul_u16(uint16x4_t v1, uint16x4_t v2) argument
272 test_vmul_u32(uint32x2_t v1, uint32x2_t v2) argument
278 test_vmulq_s8(int8x16_t v1, int8x16_t v2) argument
284 test_vmulq_s16(int16x8_t v1, int16x8_t v2) argument
290 test_vmulq_s32(int32x4_t v1, int32x4_t v2) argument
296 test_vmulq_u8(uint8x16_t v1, uint8x16_t v2) argument
302 test_vmulq_u16(uint16x8_t v1, uint16x8_t v2) argument
308 test_vmulq_u32(uint32x4_t v1, uint32x4_t v2) argument
314 test_vmulq_f32(float32x4_t v1, float32x4_t v2) argument
320 test_vmulq_f64(float64x2_t v1, float64x2_t v2) argument
326 test_vmul_p8(poly8x8_t v1, poly8x8_t v2) argument
332 test_vmulq_p8(poly8x16_t v1, poly8x16_t v2) argument
339 test_vmla_s8(int8x8_t v1, int8x8_t v2, int8x8_t v3) argument
345 test_vmla_s16(int16x4_t v1, int16x4_t v2, int16x4_t v3) argument
351 test_vmla_s32(int32x2_t v1, int32x2_t v2, int32x2_t v3) argument
357 test_vmla_f32(float32x2_t v1, float32x2_t v2, float32x2_t v3) argument
363 test_vmla_u8(uint8x8_t v1, uint8x8_t v2, uint8x8_t v3) argument
369 test_vmla_u16(uint16x4_t v1, uint16x4_t v2, uint16x4_t v3) argument
375 test_vmla_u32(uint32x2_t v1, uint32x2_t v2, uint32x2_t v3) argument
381 test_vmlaq_s8(int8x16_t v1, int8x16_t v2, int8x16_t v3) argument
387 test_vmlaq_s16(int16x8_t v1, int16x8_t v2, int16x8_t v3) argument
393 test_vmlaq_s32(int32x4_t v1, int32x4_t v2, int32x4_t v3) argument
399 test_vmlaq_f32(float32x4_t v1, float32x4_t v2, float32x4_t v3) argument
405 test_vmlaq_u8(uint8x16_t v1, uint8x16_t v2, uint8x16_t v3) argument
411 test_vmlaq_u16(uint16x8_t v1, uint16x8_t v2, uint16x8_t v3) argument
417 test_vmlaq_u32(uint32x4_t v1, uint32x4_t v2, uint32x4_t v3) argument
423 test_vmlaq_f64(float64x2_t v1, float64x2_t v2, float64x2_t v3) argument
429 test_vmls_s8(int8x8_t v1, int8x8_t v2, int8x8_t v3) argument
435 test_vmls_s16(int16x4_t v1, int16x4_t v2, int16x4_t v3) argument
441 test_vmls_s32(int32x2_t v1, int32x2_t v2, int32x2_t v3) argument
447 test_vmls_f32(float32x2_t v1, float32x2_t v2, float32x2_t v3) argument
453 test_vmls_u8(uint8x8_t v1, uint8x8_t v2, uint8x8_t v3) argument
459 test_vmls_u16(uint16x4_t v1, uint16x4_t v2, uint16x4_t v3) argument
465 test_vmls_u32(uint32x2_t v1, uint32x2_t v2, uint32x2_t v3) argument
470 test_vmlsq_s8(int8x16_t v1, int8x16_t v2, int8x16_t v3) argument
476 test_vmlsq_s16(int16x8_t v1, int16x8_t v2, int16x8_t v3) argument
482 test_vmlsq_s32(int32x4_t v1, int32x4_t v2, int32x4_t v3) argument
488 test_vmlsq_f32(float32x4_t v1, float32x4_t v2, float32x4_t v3) argument
493 test_vmlsq_u8(uint8x16_t v1, uint8x16_t v2, uint8x16_t v3) argument
499 test_vmlsq_u16(uint16x8_t v1, uint16x8_t v2, uint16x8_t v3) argument
505 test_vmlsq_u32(uint32x4_t v1, uint32x4_t v2, uint32x4_t v3) argument
511 test_vmlsq_f64(float64x2_t v1, float64x2_t v2, float64x2_t v3) argument
516 test_vfma_f32(float32x2_t v1, float32x2_t v2, float32x2_t v3) argument
522 test_vfmaq_f32(float32x4_t v1, float32x4_t v2, float32x4_t v3) argument
528 test_vfmaq_f64(float64x2_t v1, float64x2_t v2, float64x2_t v3) argument
533 test_vfms_f32(float32x2_t v1, float32x2_t v2, float32x2_t v3) argument
539 test_vfmsq_f32(float32x4_t v1, float32x4_t v2, float32x4_t v3) argument
545 test_vfmsq_f64(float64x2_t v1, float64x2_t v2, float64x2_t v3) argument
551 test_vdivq_f64(float64x2_t v1, float64x2_t v2) argument
557 test_vdivq_f32(float32x4_t v1, float32x4_t v2) argument
563 test_vdiv_f32(float32x2_t v1, float32x2_t v2) argument
569 test_vaba_s8(int8x8_t v1, int8x8_t v2, int8x8_t v3) argument
575 test_vaba_s16(int16x4_t v1, int16x4_t v2, int16x4_t v3) argument
581 test_vaba_s32(int32x2_t v1, int32x2_t v2, int32x2_t v3) argument
587 test_vaba_u8(uint8x8_t v1, uint8x8_t v2, uint8x8_t v3) argument
593 test_vaba_u16(uint16x4_t v1, uint16x4_t v2, uint16x4_t v3) argument
599 test_vaba_u32(uint32x2_t v1, uint32x2_t v2, uint32x2_t v3) argument
605 test_vabaq_s8(int8x16_t v1, int8x16_t v2, int8x16_t v3) argument
611 test_vabaq_s16(int16x8_t v1, int16x8_t v2, int16x8_t v3) argument
617 test_vabaq_s32(int32x4_t v1, int32x4_t v2, int32x4_t v3) argument
623 test_vabaq_u8(uint8x16_t v1, uint8x16_t v2, uint8x16_t v3) argument
629 test_vabaq_u16(uint16x8_t v1, uint16x8_t v2, uint16x8_t v3) argument
635 test_vabaq_u32(uint32x4_t v1, uint32x4_t v2, uint32x4_t v3) argument
641 test_vabd_s8(int8x8_t v1, int8x8_t v2) argument
647 test_vabd_s16(int16x4_t v1, int16x4_t v2) argument
653 test_vabd_s32(int32x2_t v1, int32x2_t v2) argument
659 test_vabd_u8(uint8x8_t v1, uint8x8_t v2) argument
665 test_vabd_u16(uint16x4_t v1, uint16x4_t v2) argument
671 test_vabd_u32(uint32x2_t v1, uint32x2_t v2) argument
677 test_vabd_f32(float32x2_t v1, float32x2_t v2) argument
683 test_vabdq_s8(int8x16_t v1, int8x16_t v2) argument
689 test_vabdq_s16(int16x8_t v1, int16x8_t v2) argument
695 test_vabdq_s32(int32x4_t v1, int32x4_t v2) argument
701 test_vabdq_u8(uint8x16_t v1, uint8x16_t v2) argument
707 test_vabdq_u16(uint16x8_t v1, uint16x8_t v2) argument
713 test_vabdq_u32(uint32x4_t v1, uint32x4_t v2) argument
719 test_vabdq_f32(float32x4_t v1, float32x4_t v2) argument
725 test_vabdq_f64(float64x2_t v1, float64x2_t v2) argument
732 test_vbsl_s8(uint8x8_t v1, int8x8_t v2, int8x8_t v3) argument
738 test_vbsl_s16(uint16x4_t v1, int16x4_t v2, int16x4_t v3) argument
744 test_vbsl_s32(uint32x2_t v1, int32x2_t v2, int32x2_t v3) argument
750 test_vbsl_s64(uint64x1_t v1, uint64x1_t v2, uint64x1_t v3) argument
756 test_vbsl_u8(uint8x8_t v1, uint8x8_t v2, uint8x8_t v3) argument
762 test_vbsl_u16(uint16x4_t v1, uint16x4_t v2, uint16x4_t v3) argument
768 test_vbsl_u32(uint32x2_t v1, uint32x2_t v2, uint32x2_t v3) argument
774 test_vbsl_u64(uint64x1_t v1, uint64x1_t v2, uint64x1_t v3) argument
780 test_vbsl_f32(float32x2_t v1, float32x2_t v2, float32x2_t v3) argument
786 test_vbsl_f64(uint64x1_t v1, float64x1_t v2, float64x1_t v3) argument
792 test_vbsl_p8(uint8x8_t v1, poly8x8_t v2, poly8x8_t v3) argument
798 test_vbsl_p16(uint16x4_t v1, poly16x4_t v2, poly16x4_t v3) argument
804 test_vbslq_s8(uint8x16_t v1, int8x16_t v2, int8x16_t v3) argument
810 test_vbslq_s16(uint16x8_t v1, int16x8_t v2, int16x8_t v3) argument
816 test_vbslq_s32(uint32x4_t v1, int32x4_t v2, int32x4_t v3) argument
822 test_vbslq_s64(uint64x2_t v1, int64x2_t v2, int64x2_t v3) argument
828 test_vbslq_u8(uint8x16_t v1, uint8x16_t v2, uint8x16_t v3) argument
834 test_vbslq_u16(uint16x8_t v1, uint16x8_t v2, uint16x8_t v3) argument
840 test_vbslq_u32(uint32x4_t v1, int32x4_t v2, int32x4_t v3) argument
846 test_vbslq_u64(uint64x2_t v1, uint64x2_t v2, uint64x2_t v3) argument
852 test_vbslq_f32(uint32x4_t v1, float32x4_t v2, float32x4_t v3) argument
858 test_vbslq_p8(uint8x16_t v1, poly8x16_t v2, poly8x16_t v3) argument
864 test_vbslq_p16(uint16x8_t v1, poly16x8_t v2, poly16x8_t v3) argument
870 test_vbslq_f64(uint64x2_t v1, float64x2_t v2, float64x2_t v3) argument
876 test_vrecps_f32(float32x2_t v1, float32x2_t v2) argument
882 test_vrecpsq_f32(float32x4_t v1, float32x4_t v2) argument
888 test_vrecpsq_f64(float64x2_t v1, float64x2_t v2) argument
894 test_vrsqrts_f32(float32x2_t v1, float32x2_t v2) argument
900 test_vrsqrtsq_f32(float32x4_t v1, float32x4_t v2) argument
906 test_vrsqrtsq_f64(float64x2_t v1, float64x2_t v2) argument
912 test_vcage_f32(float32x2_t v1, float32x2_t v2) argument
924 test_vcageq_f32(float32x4_t v1, float32x4_t v2) argument
930 test_vcageq_f64(float64x2_t v1, float64x2_t v2) argument
936 test_vcagt_f32(float32x2_t v1, float32x2_t v2) argument
948 test_vcagtq_f32(float32x4_t v1, float32x4_t v2) argument
954 test_vcagtq_f64(float64x2_t v1, float64x2_t v2) argument
960 test_vcale_f32(float32x2_t v1, float32x2_t v2) argument
973 test_vcaleq_f32(float32x4_t v1, float32x4_t v2) argument
980 test_vcaleq_f64(float64x2_t v1, float64x2_t v2) argument
987 test_vcalt_f32(float32x2_t v1, float32x2_t v2) argument
1000 test_vcaltq_f32(float32x4_t v1, float32x4_t v2) argument
1007 test_vcaltq_f64(float64x2_t v1, float64x2_t v2) argument
1014 test_vtst_s8(int8x8_t v1, int8x8_t v2) argument
1020 test_vtst_s16(int16x4_t v1, int16x4_t v2) argument
1026 test_vtst_s32(int32x2_t v1, int32x2_t v2) argument
1032 test_vtst_u8(uint8x8_t v1, uint8x8_t v2) argument
1038 test_vtst_u16(uint16x4_t v1, uint16x4_t v2) argument
1044 test_vtst_u32(uint32x2_t v1, uint32x2_t v2) argument
1050 test_vtstq_s8(int8x16_t v1, int8x16_t v2) argument
1056 test_vtstq_s16(int16x8_t v1, int16x8_t v2) argument
1062 test_vtstq_s32(int32x4_t v1, int32x4_t v2) argument
1068 test_vtstq_u8(uint8x16_t v1, uint8x16_t v2) argument
1074 test_vtstq_u16(uint16x8_t v1, uint16x8_t v2) argument
1080 test_vtstq_u32(uint32x4_t v1, uint32x4_t v2) argument
1086 test_vtstq_s64(int64x2_t v1, int64x2_t v2) argument
1092 test_vtstq_u64(uint64x2_t v1, uint64x2_t v2) argument
1098 test_vtst_p8(poly8x8_t v1, poly8x8_t v2) argument
1104 test_vtst_p16(poly16x4_t v1, poly16x4_t v2) argument
1110 test_vtstq_p8(poly8x16_t v1, poly8x16_t v2) argument
1116 test_vtstq_p16(poly16x8_t v1, poly16x8_t v2) argument
1134 test_vceq_s8(int8x8_t v1, int8x8_t v2) argument
1140 test_vceq_s16(int16x4_t v1, int16x4_t v2) argument
1146 test_vceq_s32(int32x2_t v1, int32x2_t v2) argument
1164 test_vceq_f32(float32x2_t v1, float32x2_t v2) argument
1176 test_vceq_u8(uint8x8_t v1, uint8x8_t v2) argument
1182 test_vceq_u16(uint16x4_t v1, uint16x4_t v2) argument
1188 test_vceq_u32(uint32x2_t v1, uint32x2_t v2) argument
1194 test_vceq_p8(poly8x8_t v1, poly8x8_t v2) argument
1200 test_vceqq_s8(int8x16_t v1, int8x16_t v2) argument
1206 test_vceqq_s16(int16x8_t v1, int16x8_t v2) argument
1212 test_vceqq_s32(int32x4_t v1, int32x4_t v2) argument
1218 test_vceqq_f32(float32x4_t v1, float32x4_t v2) argument
1224 test_vceqq_u8(uint8x16_t v1, uint8x16_t v2) argument
1230 test_vceqq_u16(uint16x8_t v1, uint16x8_t v2) argument
1236 test_vceqq_u32(uint32x4_t v1, uint32x4_t v2) argument
1242 test_vceqq_p8(poly8x16_t v1, poly8x16_t v2) argument
1249 test_vceqq_s64(int64x2_t v1, int64x2_t v2) argument
1255 test_vceqq_u64(uint64x2_t v1, uint64x2_t v2) argument
1261 test_vceqq_f64(float64x2_t v1, float64x2_t v2) argument
1266 test_vcge_s8(int8x8_t v1, int8x8_t v2) argument
1272 test_vcge_s16(int16x4_t v1, int16x4_t v2) argument
1278 test_vcge_s32(int32x2_t v1, int32x2_t v2) argument
1296 test_vcge_f32(float32x2_t v1, float32x2_t v2) argument
1308 test_vcge_u8(uint8x8_t v1, uint8x8_t v2) argument
1314 test_vcge_u16(uint16x4_t v1, uint16x4_t v2) argument
1320 test_vcge_u32(uint32x2_t v1, uint32x2_t v2) argument
1326 test_vcgeq_s8(int8x16_t v1, int8x16_t v2) argument
1332 test_vcgeq_s16(int16x8_t v1, int16x8_t v2) argument
1338 test_vcgeq_s32(int32x4_t v1, int32x4_t v2) argument
1344 test_vcgeq_f32(float32x4_t v1, float32x4_t v2) argument
1350 test_vcgeq_u8(uint8x16_t v1, uint8x16_t v2) argument
1356 test_vcgeq_u16(uint16x8_t v1, uint16x8_t v2) argument
1362 test_vcgeq_u32(uint32x4_t v1, uint32x4_t v2) argument
1368 test_vcgeq_s64(int64x2_t v1, int64x2_t v2) argument
1374 test_vcgeq_u64(uint64x2_t v1, uint64x2_t v2) argument
1380 test_vcgeq_f64(float64x2_t v1, float64x2_t v2) argument
1389 test_vcle_s8(int8x8_t v1, int8x8_t v2) argument
1395 test_vcle_s16(int16x4_t v1, int16x4_t v2) argument
1401 test_vcle_s32(int32x2_t v1, int32x2_t v2) argument
1419 test_vcle_f32(float32x2_t v1, float32x2_t v2) argument
1431 test_vcle_u8(uint8x8_t v1, uint8x8_t v2) argument
1437 test_vcle_u16(uint16x4_t v1, uint16x4_t v2) argument
1443 test_vcle_u32(uint32x2_t v1, uint32x2_t v2) argument
1449 test_vcleq_s8(int8x16_t v1, int8x16_t v2) argument
1455 test_vcleq_s16(int16x8_t v1, int16x8_t v2) argument
1461 test_vcleq_s32(int32x4_t v1, int32x4_t v2) argument
1467 test_vcleq_f32(float32x4_t v1, float32x4_t v2) argument
1473 test_vcleq_u8(uint8x16_t v1, uint8x16_t v2) argument
1479 test_vcleq_u16(uint16x8_t v1, uint16x8_t v2) argument
1485 test_vcleq_u32(uint32x4_t v1, uint32x4_t v2) argument
1491 test_vcleq_s64(int64x2_t v1, int64x2_t v2) argument
1497 test_vcleq_u64(uint64x2_t v1, uint64x2_t v2) argument
1503 test_vcleq_f64(float64x2_t v1, float64x2_t v2) argument
1510 test_vcgt_s8(int8x8_t v1, int8x8_t v2) argument
1516 test_vcgt_s16(int16x4_t v1, int16x4_t v2) argument
1522 test_vcgt_s32(int32x2_t v1, int32x2_t v2) argument
1540 test_vcgt_f32(float32x2_t v1, float32x2_t v2) argument
1552 test_vcgt_u8(uint8x8_t v1, uint8x8_t v2) argument
1558 test_vcgt_u16(uint16x4_t v1, uint16x4_t v2) argument
1564 test_vcgt_u32(uint32x2_t v1, uint32x2_t v2) argument
1570 test_vcgtq_s8(int8x16_t v1, int8x16_t v2) argument
1576 test_vcgtq_s16(int16x8_t v1, int16x8_t v2) argument
1582 test_vcgtq_s32(int32x4_t v1, int32x4_t v2) argument
1588 test_vcgtq_f32(float32x4_t v1, float32x4_t v2) argument
1594 test_vcgtq_u8(uint8x16_t v1, uint8x16_t v2) argument
1600 test_vcgtq_u16(uint16x8_t v1, uint16x8_t v2) argument
1606 test_vcgtq_u32(uint32x4_t v1, uint32x4_t v2) argument
1612 test_vcgtq_s64(int64x2_t v1, int64x2_t v2) argument
1618 test_vcgtq_u64(uint64x2_t v1, uint64x2_t v2) argument
1624 test_vcgtq_f64(float64x2_t v1, float64x2_t v2) argument
1635 test_vclt_s8(int8x8_t v1, int8x8_t v2) argument
1641 test_vclt_s16(int16x4_t v1, int16x4_t v2) argument
1647 test_vclt_s32(int32x2_t v1, int32x2_t v2) argument
1665 test_vclt_f32(float32x2_t v1, float32x2_t v2) argument
1677 test_vclt_u8(uint8x8_t v1, uint8x8_t v2) argument
1683 test_vclt_u16(uint16x4_t v1, uint16x4_t v2) argument
1689 test_vclt_u32(uint32x2_t v1, uint32x2_t v2) argument
1695 test_vcltq_s8(int8x16_t v1, int8x16_t v2) argument
1701 test_vcltq_s16(int16x8_t v1, int16x8_t v2) argument
1707 test_vcltq_s32(int32x4_t v1, int32x4_t v2) argument
1713 test_vcltq_f32(float32x4_t v1, float32x4_t v2) argument
1719 test_vcltq_u8(uint8x16_t v1, uint8x16_t v2) argument
1725 test_vcltq_u16(uint16x8_t v1, uint16x8_t v2) argument
1731 test_vcltq_u32(uint32x4_t v1, uint32x4_t v2) argument
1737 test_vcltq_s64(int64x2_t v1, int64x2_t v2) argument
1743 test_vcltq_u64(uint64x2_t v1, uint64x2_t v2) argument
1749 test_vcltq_f64(float64x2_t v1, float64x2_t v2) argument
1756 test_vhadd_s8(int8x8_t v1, int8x8_t v2) argument
1762 test_vhadd_s16(int16x4_t v1, int16x4_t v2) argument
1768 test_vhadd_s32(int32x2_t v1, int32x2_t v2) argument
1774 test_vhadd_u8(uint8x8_t v1, uint8x8_t v2) argument
1780 test_vhadd_u16(uint16x4_t v1, uint16x4_t v2) argument
1786 test_vhadd_u32(uint32x2_t v1, uint32x2_t v2) argument
1792 test_vhaddq_s8(int8x16_t v1, int8x16_t v2) argument
1798 test_vhaddq_s16(int16x8_t v1, int16x8_t v2) argument
1804 test_vhaddq_s32(int32x4_t v1, int32x4_t v2) argument
1810 test_vhaddq_u8(uint8x16_t v1, uint8x16_t v2) argument
1816 test_vhaddq_u16(uint16x8_t v1, uint16x8_t v2) argument
1822 test_vhaddq_u32(uint32x4_t v1, uint32x4_t v2) argument
1829 test_vhsub_s8(int8x8_t v1, int8x8_t v2) argument
1835 test_vhsub_s16(int16x4_t v1, int16x4_t v2) argument
1841 test_vhsub_s32(int32x2_t v1, int32x2_t v2) argument
1847 test_vhsub_u8(uint8x8_t v1, uint8x8_t v2) argument
1853 test_vhsub_u16(uint16x4_t v1, uint16x4_t v2) argument
1859 test_vhsub_u32(uint32x2_t v1, uint32x2_t v2) argument
1865 test_vhsubq_s8(int8x16_t v1, int8x16_t v2) argument
1871 test_vhsubq_s16(int16x8_t v1, int16x8_t v2) argument
1877 test_vhsubq_s32(int32x4_t v1, int32x4_t v2) argument
1883 test_vhsubq_u8(uint8x16_t v1, uint8x16_t v2) argument
1889 test_vhsubq_u16(uint16x8_t v1, uint16x8_t v2) argument
1895 test_vhsubq_u32(uint32x4_t v1, uint32x4_t v2) argument
1902 test_vrhadd_s8(int8x8_t v1, int8x8_t v2) argument
1908 test_vrhadd_s16(int16x4_t v1, int16x4_t v2) argument
1914 test_vrhadd_s32(int32x2_t v1, int32x2_t v2) argument
1920 test_vrhadd_u8(uint8x8_t v1, uint8x8_t v2) argument
1926 test_vrhadd_u16(uint16x4_t v1, uint16x4_t v2) argument
1932 test_vrhadd_u32(uint32x2_t v1, uint32x2_t v2) argument
1938 test_vrhaddq_s8(int8x16_t v1, int8x16_t v2) argument
1944 test_vrhaddq_s16(int16x8_t v1, int16x8_t v2) argument
1950 test_vrhaddq_s32(int32x4_t v1, int32x4_t v2) argument
1956 test_vrhaddq_u8(uint8x16_t v1, uint8x16_t v2) argument
1962 test_vrhaddq_u16(uint16x8_t v1, uint16x8_t v2) argument
1968 test_vrhaddq_u32(uint32x4_t v1, uint32x4_t v2) argument
[all...]
H A Dmips-varargs.c55 int v2 = va_arg(va, int); local
58 return v1 + v2;
H A Dxcore-abi.c43 char v2 = va_arg (ap, char); // expected-warning{{second argument to 'va_arg' is of promotable type 'char'}} local
44 f(&v2);
/external/eigen/test/eigen2/
H A Deigen2_adjoint.cpp34 v2 = VectorType::Random(rows), local
51 VERIFY(ei_isApprox((s1 * v1 + s2 * v2).eigen2_dot(v3), s1 * v1.eigen2_dot(v3) + s2 * v2.eigen2_dot(v3), largerEps));
52 VERIFY(ei_isApprox(v3.eigen2_dot(s1 * v1 + s2 * v2), ei_conj(s1)*v3.eigen2_dot(v1)+ei_conj(s2)*v3.eigen2_dot(v2), largerEps));
53 VERIFY_IS_APPROX(ei_conj(v1.eigen2_dot(v2)), v2.eigen2_dot(v1));
62 VERIFY(ei_isApprox(v1.eigen2_dot(square * v2), (square.adjoint() * v1).eigen2_dot(v2), largerEps));
/external/eigen/test/
H A Dsparse_vector.cpp23 SparseVectorType v1(rows), v2(rows), v3(rows);
33 initSparse<Scalar>(densityVec, refV2, v2);
60 VERIFY_IS_APPROX(v1+v2, refV1+refV2);
61 VERIFY_IS_APPROX(v1+v2+v3, refV1+refV2+refV3);
63 VERIFY_IS_APPROX(v1*s1-v2, refV1*s1-refV2);
68 VERIFY_IS_APPROX(v1+=v2, refV1+=refV2);
69 VERIFY_IS_APPROX(v1-=v2, refV1-=refV2);
71 VERIFY_IS_APPROX(v1.dot(v2), refV1.dot(refV2));
74 VERIFY_IS_APPROX(v1.dot(m1*v2), refV1.dot(refM1*refV2));
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c75 float *v2 = header->v[2]->data[pos]; local
77 /* edge vectors e = v0 - v2, f = v1 - v2 */
78 float ex = v0[0] - v2[0];
79 float ey = v0[1] - v2[1];
80 float ez = v0[2] - v2[2];
81 float fx = v1[0] - v2[0];
82 float fy = v1[1] - v2[1];
83 float fz = v1[2] - v2[2];
104 v2[
[all...]
/external/eigen/Eigen/src/Core/arch/NEON/
H A DComplex.h70 Packet4f v1, v2; local
75 v2 = vcombine_f32(vdup_lane_f32(vget_low_f32(a.v), 1), vdup_lane_f32(vget_high_f32(a.v), 1));
79 v2 = vmulq_f32(v2, b.v);
80 // Conjugate v2
81 v2 = vreinterpretq_f32_u32(veorq_u32(vreinterpretq_u32_f32(v2), p4ui_CONJ_XOR));
82 // Swap real/imag elements in v2.
83 v2 = vrev64q_f32(v2);
166 float32x2_t a1, a2, v1, v2, prod; local
[all...]
/external/lz4/lib/
H A Dxxhash.c280 U32 v2 = seed + PRIME32_2; local
290 v2 += XXH_get32bits(p) * PRIME32_2;
291 v2 = XXH_rotl32(v2, 13);
292 v2 *= PRIME32_1;
305 h32 = XXH_rotl32(v1, 1) + XXH_rotl32(v2, 7) + XXH_rotl32(v3, 12) + XXH_rotl32(v4, 18);
385 U64 v2 = seed + PRIME64_2; local
395 v2 += XXH_get64bits(p) * PRIME64_2;
397 v2 = XXH_rotl64(v2, 3
516 U32 v2; member in struct:__anon11493
528 U64 v2; member in struct:__anon11494
637 U32 v2 = state->v2; local
791 U64 v2 = state->v2; local
853 U64 v2 = state->v2; local
[all...]
/external/libavc/common/armv8/
H A Dih264_inter_pred_filters_luma_horz_av8.s126 ld1 {v2.8b, v3.8b, v4.8b}, [x0], x2 //// Load row0
128 ext v31.8b, v2.8b , v3.8b, #5 ////extract a[5] (column1,row0)
131 uaddl v8.8h, v31.8b, v2.8b //// a0 + a5 (column1,row0)
136 ext v31.8b, v2.8b , v3.8b, #2 ////extract a[2] (column1,row0)
144 ext v31.8b, v2.8b , v3.8b, #3 ////extract a[3] (column1,row0)
152 ext v31.8b, v2.8b , v3.8b, #1 ////extract a[1] (column1,row0)
160 ext v31.8b, v2.8b , v3.8b, #4 ////extract a[4] (column1,row0)
168 ld1 {v2.8b, v3.8b, v4.8b}, [x0], x2 //// Load row2
174 ext v31.8b, v2.8b , v3.8b, #5 ////extract a[5] (column1,row2)
184 uaddl v8.8h, v31.8b, v2
[all...]
/external/clang/test/CXX/class/class.mem/
H A Dp1.cpp26 static int v2; // expected-note{{previous declaration is here}} member in struct:S2
27 static int v2; //expected-error{{duplicate member 'v2'}} member in struct:S2
/external/clang/test/Sema/
H A Dattr-cleanup.c12 int v2 __attribute((cleanup(1, 2))); // expected-error {{'cleanup' attribute takes one argument}}
32 int v2 __attribute__((cleanup(c3))); // expected-error {{'cleanup' function 'c3' parameter has type 'struct s' which is incompatible with type 'int *'}} local
/external/clang/test/SemaTemplate/
H A Dinstantiate-clang.cpp13 void f(T v1, double4 v2) { argument
14 v1.xy = v2.yx;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableBiMap.java42 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { argument
43 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1, k2, v2));
47 K k1, V v1, K k2, V v2, K k3, V v3) {
49 k1, v1, k2, v2, k3, v3));
53 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
55 k1, v1, k2, v2, k3, v3, k4, v4));
59 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
61 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
46 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
52 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
58 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/libcxx/test/std/numerics/numarray/template.mask.array/mask.array.assign/
H A Dvalarray.pass.cpp28 std::valarray<int> v2(a2, N2);
31 v1[vb] = v2;
/external/libcxx/test/std/numerics/numarray/template.mask.array/mask.array.comp.assign/
H A Daddition.pass.cpp28 std::valarray<int> v2(a2, N2);
31 v1[vb] += v2;
H A Dand.pass.cpp28 std::valarray<int> v2(a2, N2);
31 v1[vb] &= v2;
H A Ddivide.pass.cpp28 std::valarray<int> v2(a2, N2);
31 v1[vb] /= v2;
H A Dmodulo.pass.cpp28 std::valarray<int> v2(a2, N2);
31 v1[vb] %= v2;
H A Dmultiply.pass.cpp28 std::valarray<int> v2(a2, N2);
31 v1[vb] *= v2;
H A Dor.pass.cpp28 std::valarray<int> v2(a2, N2);
31 v1[vb] |= v2;
H A Dshift_left.pass.cpp28 std::valarray<int> v2(a2, N2);
31 v1[vb] <<= v2; local
H A Dshift_right.pass.cpp28 std::valarray<int> v2(a2, N2);
31 v1[vb] >>= v2; local

Completed in 915 milliseconds

1234567891011>>