Home
last modified time | relevance | path

Searched refs:inB (Results 1 – 17 of 17) 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.cpp28 static int verify_subsat_char( const cl_char *inA, const cl_char *inB, const cl_char *outptr, int n… in verify_subsat_char() argument
33 cl_int r = (cl_int) inA[i] - (cl_int) inB[i]; in verify_subsat_char()
38 …(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()
43 static int verify_subsat_uchar( const cl_uchar *inA, const cl_uchar *inB, const cl_uchar *outptr, i… in verify_subsat_uchar() argument
48 cl_int r = (cl_int) inA[i] - (cl_int) inB[i]; in verify_subsat_uchar()
52 …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()
57 static int verify_subsat_short( const cl_short *inA, const cl_short *inB, const cl_short *outptr, i… in verify_subsat_short() argument
62 cl_int r = (cl_int) inA[i] - (cl_int) inB[i]; in verify_subsat_short()
67 …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()
72 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.cpp28 static int verify_addsat_char( const cl_char *inA, const cl_char *inB, const cl_char *outptr, int n… in verify_addsat_char() argument
33 cl_int r = (cl_int) inA[i] + (cl_int) inB[i]; in verify_addsat_char()
38 …(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()
43 static int verify_addsat_uchar( const cl_uchar *inA, const cl_uchar *inB, const cl_uchar *outptr, i… in verify_addsat_uchar() argument
48 cl_int r = (int) inA[i] + (int) inB[i]; in verify_addsat_uchar()
52 …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()
57 static int verify_addsat_short( const cl_short *inA, const cl_short *inB, const cl_short *outptr, i… in verify_addsat_short() argument
62 cl_int r = (cl_int) inA[i] + (cl_int) inB[i]; in verify_addsat_short()
67 …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()
72 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.cpp718 char *inB = (char *)inDataB; in test_two_param_integer_kernel() local
724 bool test = verifyFn( inA, inB, &expected, vecAType ); in test_two_param_integer_kernel()
733 *( (cl_uchar *)inB ) , in test_two_param_integer_kernel()
741 *( (cl_ushort *)inB ), in test_two_param_integer_kernel()
749 *( (cl_uint *)inB ) ); in test_two_param_integer_kernel()
756 *( (cl_ulong *)inB ) ); in test_two_param_integer_kernel()
762 inB += get_explicit_type_size( vecBType ); in test_two_param_integer_kernel()
1383 char *inB = (char *)inDataB; in test_three_param_integer_kernel() local
1390 … bool test = verifyFn( inA, inB, inC, &expected, vecAType, vecBType, vecCType, destType ); in test_three_param_integer_kernel()
1399 *( (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/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.c1098 static int TTransform_SSE2(const uint8_t* inA, const uint8_t* inB, in TTransform_SSE2() argument
1110 const __m128i inB_0 = _mm_loadl_epi64((const __m128i*)&inB[BPS * 0]); in TTransform_SSE2()
1111 const __m128i inB_1 = _mm_loadl_epi64((const __m128i*)&inB[BPS * 1]); in TTransform_SSE2()
1112 const __m128i inB_2 = _mm_loadl_epi64((const __m128i*)&inB[BPS * 2]); in TTransform_SSE2()
1113 const __m128i inB_3 = _mm_loadl_epi64((const __m128i*)&inB[BPS * 3]); in TTransform_SSE2()
/external/ComputeLibrary/tests/validation/reference/
DSpaceToBatch.cpp64 unsigned int inB = outB % batch_in; in space_to_batch() local
75 …const auto in_pos = ((inB * channel + c) * height_in + ((outH * block_height + shift_h) - padding_… in space_to_batch()
/external/armnn/src/backends/reference/workloads/
DSpaceToBatchNd.cpp63 unsigned int inB = outB % inputBatchSize; in SpaceToBatchNd() local
95 inB, in SpaceToBatchNd()
/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/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.cpp141 float inR, float inG, float inB, float inA, in test() argument
154 p.eval(1, &inR, &inG, &inB, &inA); in test()
156 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()