Home
last modified time | relevance | path

Searched refs:int8 (Results 1 – 25 of 42) sorted by relevance

12

/external/neven/Embedded/common/src/b_TensorEm/
DCompactMat.c80 sumL += ( ( int8 ) dpL[ 0 ] * ( int32 )inPtrL[ 0 ] ); in bts_CompactMat_fltDotPrdRow()
81 sumL += ( ( int8 )( dpL[ 0 ] >> 8 ) * ( int32 )inPtrL[ 1 ] ); in bts_CompactMat_fltDotPrdRow()
82 sumL += ( ( int8 ) dpL[ 1 ] * ( int32 )inPtrL[ 2 ] ); in bts_CompactMat_fltDotPrdRow()
83 sumL += ( ( int8 )( dpL[ 1 ] >> 8 ) * ( int32 )inPtrL[ 3 ] ); in bts_CompactMat_fltDotPrdRow()
84 sumL += ( ( int8 ) dpL[ 2 ] * ( int32 )inPtrL[ 4 ] ); in bts_CompactMat_fltDotPrdRow()
85 sumL += ( ( int8 )( dpL[ 2 ] >> 8 ) * ( int32 )inPtrL[ 5 ] ); in bts_CompactMat_fltDotPrdRow()
86 sumL += ( ( int8 ) dpL[ 3 ] * ( int32 )inPtrL[ 6 ] ); in bts_CompactMat_fltDotPrdRow()
87 sumL += ( ( int8 )( dpL[ 3 ] >> 8 ) * ( int32 )inPtrL[ 7 ] ); in bts_CompactMat_fltDotPrdRow()
93 sumL += ( ( int8 ) *dpL * ( int32 )inPtrL[ 0 ] ); in bts_CompactMat_fltDotPrdRow()
94 sumL += ( ( int8 )( *dpL >> 8 ) * ( int32 )inPtrL[ 1 ] ); in bts_CompactMat_fltDotPrdRow()
[all …]
/external/clang/test/SemaOpenCL/
Dvector_literals_invalid.cl5 typedef __attribute__(( ext_vector_type(8) )) int int8;
12int8 d = (int8)(a,(float4)(1)); // expected-error{{initializing 'int' with an expression of incomp…
Dvec_step.cl6 typedef int int8 __attribute__((ext_vector_type(8)));
9 void foo(int3 arg1, int8 arg2) {
25 int res10[vec_step(int8) == 8 ? 1 : -1];
/external/clang/test/CodeGenOpenCL/
Dvector_literals_valid.cl6 typedef __attribute__(( ext_vector_type(8) )) int int8;
18 int8 b = (int8)(1,2,a.xy,a);
/external/lldb/examples/python/
Dmemory.py58 int8 = int(value, 0)
59 parser.values.data += struct.pack('1B',int8)
70 int8 = int(value, 0)
71 parser.values.data += struct.pack('1b',int8)
/external/neven/Embedded/common/src/b_BasicEm/
DInt8Arr.h45 int8* arrPtrE;
123 int8 valA );
DInt8Arr.c94 const int8* ptr1L = ptrA->arrPtrE; in bbs_Int8Arr_equal()
95 const int8* ptr2L = srcPtrA->arrPtrE; in bbs_Int8Arr_equal()
239 int8 valA ) in bbs_Int8Arr_fill()
DPhase.h39 typedef int8 phase8;
DBasic.h53 typedef signed char int8; typedef
/external/google-breakpad/src/common/dwarf/
Dtypes.h38 typedef signed char int8; typedef
Ddwarf2reader.h73 int8 line_base;
/external/openfst/src/include/fst/
Dtypes.h28 typedef int8_t int8; typedef
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h41 typedef int8_t int8; typedef
/external/ceres-solver/internal/ceres/
Dintegral_types.h79 typedef Integer< 8>::type int8;
/external/llvm/test/CodeGen/SystemZ/
Dfp-move-02.ll148 %int8 = bitcast double %biased8 to i64
164 %or8 = or i64 %or7, %int8
208 %int8 = load volatile i64 , i64 *@iptr
209 %masked8 = and i64 %int8, %mask
259 %int8 = phi i64 [ 0, %entry ], [ %add8, %loop ]
271 %add8 = add i64 %int8, %bias
/external/libyuv/files/include/libyuv/
Dbasic_types.h60 typedef signed char int8; typedef
Drow.h149 typedef __declspec(align(16)) int8 vec8[16];
157 typedef int8 __attribute__((vector_size(16))) vec8;
165 typedef int8 vec8[16];
683 void ARGBColorMatrixRow_C(uint8* dst_argb, const int8* matrix_argb, int width);
684 void ARGBColorMatrixRow_SSSE3(uint8* dst_argb, const int8* matrix_argb,
Dplanar_functions.h207 const int8* matrix_argb,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dbasic_types.h63 typedef signed char int8; typedef
Dplanar_functions.h218 const int8* matrix_argb,
229 const int8* matrix_rgb,
Drow.h373 typedef __declspec(align(16)) int8 vec8[16];
379 typedef __declspec(align(32)) int8 lvec8[32];
389 typedef int8 __attribute__((vector_size(16))) vec8;
395 typedef int8 __attribute__((vector_size(32))) lvec8;
404 typedef int8 vec8[16];
410 typedef int8 lvec8[32];
1708 const int8* matrix_argb, int width);
1710 const int8* matrix_argb, int width);
1712 const int8* matrix_argb, int width);
/external/regex-re2/util/
Dutil.h67 typedef int8_t int8; typedef
/external/pdfium/core/src/fxge/agg/agg23/
Dagg_basics.h45 typedef AGG_INT8 int8; typedef
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h160 typedef __int8 int8; typedef
170 typedef int8_t int8; typedef
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1470 const int8* matrix_argb, in ARGBColorMatrix()
1474 const int8* matrix_argb, int width) = ARGBColorMatrixRow_C; in ARGBColorMatrix()
1512 const int8* matrix_rgb, in RGBColorMatrix()
1514 SIMD_ALIGNED(int8 matrix_argb[16]); in RGBColorMatrix()

12