Home
last modified time | relevance | path

Searched refs:inB (Results 1 – 21 of 21) sorted by relevance

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_absdiff.cpp28 const cl_char *inB = (const cl_char *)q; in verify_absdiff_char() local
33 cl_uchar r = inA[i] - inB[i]; in verify_absdiff_char()
34 if( inB[i] > inA[i] ) in verify_absdiff_char()
35 r = inB[i] - inA[i]; in verify_absdiff_char()
37 …(char%s) 0x%2.2x) = *0x%2.2x vs 0x%2.2x\n", i, sizeName, inA[i], sizeName, inB[i], r, outptr[i] );… in verify_absdiff_char()
45 const cl_uchar *inB = (const cl_uchar *)q; in verify_absdiff_uchar() local
50 cl_uchar r = inA[i] - inB[i]; in verify_absdiff_uchar()
51 if( inB[i] > inA[i] ) in verify_absdiff_uchar()
52 r = inB[i] - inA[i]; in verify_absdiff_uchar()
54 …uchar%s) 0x%2.2x) = *0x%2.2x vs 0x%2.2x\n", i, sizeName, inA[i], sizeName, inB[i], r, outptr[i] );… in verify_absdiff_uchar()
[all …]
Dtest_sub_sat.cpp38 static int verify_subsat_char( const cl_char *inA, const cl_char *inB, const cl_char *outptr, int n… in verify_subsat_char() argument
43 cl_int r = (cl_int) inA[i] - (cl_int) inB[i]; in verify_subsat_char()
48 …(char%s) 0x%2.2x) = *0x%2.2x vs 0x%2.2x\n", i, sizeName, inA[i], sizeName, inB[i], r, outptr[i] );… in verify_subsat_char()
53 static int verify_subsat_uchar( const cl_uchar *inA, const cl_uchar *inB, const cl_uchar *outptr, i… in verify_subsat_uchar() argument
58 cl_int r = (cl_int) inA[i] - (cl_int) inB[i]; in verify_subsat_uchar()
62 …uchar%s) 0x%2.2x) = *0x%2.2x vs 0x%2.2x\n", i, sizeName, inA[i], sizeName, inB[i], r, outptr[i] );… in verify_subsat_uchar()
67 static int verify_subsat_short( const cl_short *inA, const cl_short *inB, const cl_short *outptr, i… in verify_subsat_short() argument
72 cl_int r = (cl_int) inA[i] - (cl_int) inB[i]; in verify_subsat_short()
77 …short%s) 0x%4.4x) = *0x%4.4x vs 0x%4.4x\n", i, sizeName, inA[i], sizeName, inB[i], r, outptr[i] );… in verify_subsat_short()
82 static int verify_subsat_ushort( const cl_ushort *inA, const cl_ushort *inB, const cl_ushort *outpt… in verify_subsat_ushort() argument
[all …]
Dtest_add_sat.cpp37 static int verify_addsat_char( const cl_char *inA, const cl_char *inB, const cl_char *outptr, int n… in verify_addsat_char() argument
42 cl_int r = (cl_int) inA[i] + (cl_int) inB[i]; in verify_addsat_char()
47 …(char%s) 0x%2.2x) = *0x%2.2x vs 0x%2.2x\n", i, sizeName, inA[i], sizeName, inB[i], r, outptr[i] );… in verify_addsat_char()
52 static int verify_addsat_uchar( const cl_uchar *inA, const cl_uchar *inB, const cl_uchar *outptr, i… in verify_addsat_uchar() argument
57 cl_int r = (int) inA[i] + (int) inB[i]; in verify_addsat_uchar()
61 …uchar%s) 0x%2.2x) = *0x%2.2x vs 0x%2.2x\n", i, sizeName, inA[i], sizeName, inB[i], r, outptr[i] );… in verify_addsat_uchar()
66 static int verify_addsat_short( const cl_short *inA, const cl_short *inB, const cl_short *outptr, i… in verify_addsat_short() argument
71 cl_int r = (cl_int) inA[i] + (cl_int) inB[i]; in verify_addsat_short()
76 …short%s) 0x%4.4x) = *0x%4.4x vs 0x%4.4x\n", i, sizeName, inA[i], sizeName, inB[i], r, outptr[i] );… in verify_addsat_short()
81 static int verify_addsat_ushort( const cl_ushort *inA, const cl_ushort *inB, const cl_ushort *outpt… in verify_addsat_ushort() argument
[all …]
Dtest_integers.cpp723 char *inB = (char *)inDataB; in test_two_param_integer_kernel() local
729 bool test = verifyFn( inA, inB, &expected, vecAType ); in test_two_param_integer_kernel()
738 *( (cl_uchar *)inB ) , in test_two_param_integer_kernel()
746 *( (cl_ushort *)inB ), in test_two_param_integer_kernel()
754 *( (cl_uint *)inB ) ); in test_two_param_integer_kernel()
761 *( (cl_ulong *)inB ) ); in test_two_param_integer_kernel()
767 inB += get_explicit_type_size( vecBType ); in test_two_param_integer_kernel()
1388 char *inB = (char *)inDataB; in test_three_param_integer_kernel() local
1395 … bool test = verifyFn( inA, inB, inC, &expected, vecAType, vecBType, vecCType, destType ); in test_three_param_integer_kernel()
1404 *( (cl_uchar *)inB ), in test_three_param_integer_kernel()
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dsub.ll81 …rspace(1)* noalias %out, i64 addrspace(1)* noalias %inA, i64 addrspace(1)* noalias %inB) nounwind {
84 %b_ptr = getelementptr i64, i64 addrspace(1)* %inB, i32 %tid
97 …> addrspace(1)* %out, <2 x i64> addrspace(1)* noalias %inA, <2 x i64> addrspace(1)* noalias %inB) {
100 %b_ptr = getelementptr <2 x i64>, <2 x i64> addrspace(1)* %inB, i32 %tid
117 …> addrspace(1)* %out, <4 x i64> addrspace(1)* noalias %inA, <4 x i64> addrspace(1)* noalias %inB) {
120 %b_ptr = getelementptr <4 x i64>, <4 x i64> addrspace(1)* %inB, i32 %tid
Dadd_i64.ll9 …g(i64 addrspace(1)* noalias %out, i64 addrspace(1)* noalias %inA, i64 addrspace(1)* noalias %inB) {
12 %b_ptr = getelementptr i64, i64 addrspace(1)* %inB, i32 %tid
61 …ace(1)* noalias %out, <2 x i64> addrspace(1)* noalias %inA, <2 x i64> addrspace(1)* noalias %inB) {
64 %b_ptr = getelementptr <2 x i64>, <2 x i64> addrspace(1)* %inB, i32 %tid
Darray-ptr-calc-i64.ll10 …rspace(1)* noalias %out, [1025 x i32] addrspace(1)* noalias %inA, i32 addrspace(1)* noalias %inB) {
14 %b_ptr = getelementptr i32, i32 addrspace(1)* %inB, i32 %tid
Darray-ptr-calc-i32.ll31 …32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %inA, i32 addrspace(1)* noalias %inB) #0 {
36 %b_ptr = getelementptr inbounds i32, i32 addrspace(1)* %inB, i32 %tid
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dadd_i64.ll9 …g(i64 addrspace(1)* noalias %out, i64 addrspace(1)* noalias %inA, i64 addrspace(1)* noalias %inB) {
12 %b_ptr = getelementptr i64, i64 addrspace(1)* %inB, i32 %tid
61 …ace(1)* noalias %out, <2 x i64> addrspace(1)* noalias %inA, <2 x i64> addrspace(1)* noalias %inB) {
64 %b_ptr = getelementptr <2 x i64>, <2 x i64> addrspace(1)* %inB, i32 %tid
Dr600.sub.ll119 …rspace(1)* noalias %out, i64 addrspace(1)* noalias %inA, i64 addrspace(1)* noalias %inB) nounwind {
122 %b_ptr = getelementptr i64, i64 addrspace(1)* %inB, i32 %tid
131 …> addrspace(1)* %out, <2 x i64> addrspace(1)* noalias %inA, <2 x i64> addrspace(1)* noalias %inB) {
134 %b_ptr = getelementptr <2 x i64>, <2 x i64> addrspace(1)* %inB, i32 %tid
143 …> addrspace(1)* %out, <4 x i64> addrspace(1)* noalias %inA, <4 x i64> addrspace(1)* noalias %inB) {
146 %b_ptr = getelementptr <4 x i64>, <4 x i64> addrspace(1)* %inB, i32 %tid
Darray-ptr-calc-i64.ll10 …rspace(1)* noalias %out, [1025 x i32] addrspace(1)* noalias %inA, i32 addrspace(1)* noalias %inB) {
14 %b_ptr = getelementptr i32, i32 addrspace(1)* %inB, i32 %tid
Dsub.ll149 …rspace(1)* noalias %out, i64 addrspace(1)* noalias %inA, i64 addrspace(1)* noalias %inB) nounwind {
152 %b_ptr = getelementptr i64, i64 addrspace(1)* %inB, i32 %tid
175 …> addrspace(1)* %out, <2 x i64> addrspace(1)* noalias %inA, <2 x i64> addrspace(1)* noalias %inB) {
178 %b_ptr = getelementptr <2 x i64>, <2 x i64> addrspace(1)* %inB, i32 %tid
213 …> addrspace(1)* %out, <4 x i64> addrspace(1)* noalias %inA, <4 x i64> addrspace(1)* noalias %inB) {
216 %b_ptr = getelementptr <4 x i64>, <4 x i64> addrspace(1)* %inB, i32 %tid
Dadd_i128.ll9 …128 addrspace(1)* noalias %out, i128 addrspace(1)* noalias %inA, i128 addrspace(1)* noalias %inB) {
12 %b_ptr = getelementptr i128, i128 addrspace(1)* %inB, i32 %tid
Darray-ptr-calc-i32.ll27 …32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %inA, i32 addrspace(1)* noalias %inB) #0 {
32 %b_ptr = getelementptr inbounds i32, i32 addrspace(1)* %inB, i32 %tid
/external/webp/src/dsp/
Denc_sse41.c73 static int TTransform_SSE41(const uint8_t* inA, const uint8_t* inB, in TTransform_SSE41() argument
88 const __m128i inB_0 = _mm_loadu_si128((const __m128i*)&inB[BPS * 0]); in TTransform_SSE41()
89 const __m128i inB_1 = _mm_loadu_si128((const __m128i*)&inB[BPS * 1]); in TTransform_SSE41()
90 const __m128i inB_2 = _mm_loadu_si128((const __m128i*)&inB[BPS * 2]); in TTransform_SSE41()
91 const __m128i inB_3 = _mm_loadl_epi64((const __m128i*)&inB[BPS * 3]); in TTransform_SSE41()
Denc_sse2.c1097 static int TTransform_SSE2(const uint8_t* inA, const uint8_t* inB, in TTransform_SSE2() argument
1109 const __m128i inB_0 = _mm_loadl_epi64((const __m128i*)&inB[BPS * 0]); in TTransform_SSE2()
1110 const __m128i inB_1 = _mm_loadl_epi64((const __m128i*)&inB[BPS * 1]); in TTransform_SSE2()
1111 const __m128i inB_2 = _mm_loadl_epi64((const __m128i*)&inB[BPS * 2]); in TTransform_SSE2()
1112 const __m128i inB_3 = _mm_loadl_epi64((const __m128i*)&inB[BPS * 3]); in TTransform_SSE2()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveInputStream.java698 final long inB = current.entry.getMethod() == ZipArchiveOutputStream.DEFLATED in closeEntry() local
703 final int diff = (int) (current.bytesReadFromStream - inB); in closeEntry()
772 long inB = inf.getBytesRead(); in getBytesInflated() local
774 while (inB + TWO_EXP_32 <= current.bytesReadFromStream) { in getBytesInflated()
775 inB += TWO_EXP_32; in getBytesInflated()
778 return inB; in getBytesInflated()
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_build_options.cpp306 …ontext, cl_command_queue queue, cl_program program, cl_float inA, cl_float inB, cl_float *outValue… in get_float_result_from_program() argument
320 error = clSetKernelArg( kernel, 1, sizeof( cl_float ), &inB ); in get_float_result_from_program()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c427 #define IDCT16(in0, in1, in2, in3, in4, in5, in6, in7, in8, in9, inA, inB, \ argument
444 outD = inB; \
461 STEP8_0(outB, outC, inB, inC, cospi6_v, cospi26_v); \
474 outA = vec_sub(inB, inA); \
475 outB = vec_add(inA, inB); \
519 inB = outB; \
531 out8 = vec_add(in8, inB); \
534 outB = vec_sub(in8, inB); \
552 STEP16_1(outC, outB, inB, inC, cospi16_v); \
561 out4 = vec_add(in4, inB); \
[all …]
/external/skia/tests/
DSkSLInterpreterTest.cpp112 float inR, float inG, float inB, float inA, in test() argument
125 p.eval(1, &inR, &inG, &inB, &inA); in test()
127 float actual[4] = { inR, inG, inB, inA }; in test()
/external/OpenCL-CTS/test_conformance/relationals/
Dtest_relationals.cpp491 …char *inA = (char *)inDataA, *inB = (char *)inDataB, *inT = (char *)inDataTest, *out = (char *)out… in bitselect_verify_fn() local
497 out[ i ] = ( inA[ i ] & ~inT[ i ] ) | ( inB[ i ] & inT[ i ] ); in bitselect_verify_fn()