/external/neven/Embedded/common/src/b_TensorEm/ |
D | CompactMat.c | 80 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/ |
D | vector_literals_invalid.cl | 5 typedef __attribute__(( ext_vector_type(8) )) int int8; 12 …int8 d = (int8)(a,(float4)(1)); // expected-error{{initializing 'int' with an expression of incomp…
|
D | vec_step.cl | 6 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/ |
D | vector_literals_valid.cl | 6 typedef __attribute__(( ext_vector_type(8) )) int int8; 18 int8 b = (int8)(1,2,a.xy,a);
|
/external/lldb/examples/python/ |
D | memory.py | 58 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/ |
D | Int8Arr.h | 45 int8* arrPtrE; 123 int8 valA );
|
D | Int8Arr.c | 94 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()
|
D | Phase.h | 39 typedef int8 phase8;
|
D | Basic.h | 53 typedef signed char int8; typedef
|
/external/google-breakpad/src/common/dwarf/ |
D | types.h | 38 typedef signed char int8; typedef
|
D | dwarf2reader.h | 73 int8 line_base;
|
/external/openfst/src/include/fst/ |
D | types.h | 28 typedef int8_t int8; typedef
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_types.h | 41 typedef int8_t int8; typedef
|
/external/ceres-solver/internal/ceres/ |
D | integral_types.h | 79 typedef Integer< 8>::type int8;
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-02.ll | 148 %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/ |
D | basic_types.h | 60 typedef signed char int8; typedef
|
D | row.h | 149 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,
|
D | planar_functions.h | 207 const int8* matrix_argb,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | basic_types.h | 63 typedef signed char int8; typedef
|
D | planar_functions.h | 218 const int8* matrix_argb, 229 const int8* matrix_rgb,
|
D | row.h | 373 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/ |
D | util.h | 67 typedef int8_t int8; typedef
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | agg_basics.h | 45 typedef AGG_INT8 int8; typedef
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.h | 160 typedef __int8 int8; typedef 170 typedef int8_t int8; typedef
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1470 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()
|