Searched refs:int8 (Results 1 - 25 of 38) sorted by relevance

12

/external/neven/Embedded/common/src/b_TensorEm/
H A DCompactMat.c73 #ifndef HW_TMS320C5x /* platforms that don't have int8 must use the 'default' implementation */
80 sumL += ( ( int8 ) dpL[ 0 ] * ( int32 )inPtrL[ 0 ] );
81 sumL += ( ( int8 )( dpL[ 0 ] >> 8 ) * ( int32 )inPtrL[ 1 ] );
82 sumL += ( ( int8 ) dpL[ 1 ] * ( int32 )inPtrL[ 2 ] );
83 sumL += ( ( int8 )( dpL[ 1 ] >> 8 ) * ( int32 )inPtrL[ 3 ] );
84 sumL += ( ( int8 ) dpL[ 2 ] * ( int32 )inPtrL[ 4 ] );
85 sumL += ( ( int8 )( dpL[ 2 ] >> 8 ) * ( int32 )inPtrL[ 5 ] );
86 sumL += ( ( int8 ) dpL[ 3 ] * ( int32 )inPtrL[ 6 ] );
87 sumL += ( ( int8 )( dpL[ 3 ] >> 8 ) * ( int32 )inPtrL[ 7 ] );
93 sumL += ( ( int8 ) *dp
[all...]
/external/google-breakpad/src/common/dwarf/
H A Dtypes.h38 typedef signed char int8; typedef
H A Ddwarf2reader.h73 int8 line_base;
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h41 typedef int8_t int8; typedef
/external/openfst/src/include/fst/
H A Dtypes.h28 typedef int8_t int8; typedef
/external/neven/Embedded/common/src/b_BasicEm/
H A DPhase.h39 typedef int8 phase8;
H A DInt8Arr.h44 /** pointer to array of int8 */
45 int8* arrPtrE;
123 int8 valA );
H A DInt8Arr.c94 const int8* ptr1L = ptrA->arrPtrE;
95 const int8* ptr2L = srcPtrA->arrPtrE;
187 ptrA->sizeE / 2; /* int8 = 0.5 word size*/
239 int8 valA )
H A DBasic.h53 typedef signed char int8; typedef
/external/ceres-solver/internal/ceres/
H A Dintegral_types.h79 typedef Integer< 8>::type int8; typedef in namespace:ceres::internal
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h60 typedef signed char int8; typedef
H A 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,
H A Dplanar_functions.h207 const int8* matrix_argb,
/external/lldb/examples/python/
H A Dmemory.py58 int8 = int(value, 0)
59 parser.values.data += struct.pack('1B',int8)
69 if opt_str == "--int8":
70 int8 = int(value, 0)
71 parser.values.data += struct.pack('1b',int8)
90 parser.add_option('--int8', action="callback", callback=append_data_callback, type='string', metavar='INT', dest='data', help='Specify a 8 bit signed integer value to search for in memory.', default='')
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h63 typedef signed char int8; typedef
H A Dplanar_functions.h204 const int8* matrix_argb,
215 const int8* matrix_rgb,
H A Drow.h370 typedef __declspec(align(16)) int8 vec8[16];
376 typedef __declspec(align(32)) int8 lvec8[32];
386 typedef int8 __attribute__((vector_size(16))) vec8;
394 typedef int8 vec8[16];
1591 const int8* matrix_argb, int width);
1593 const int8* matrix_argb, int width);
1595 const int8* matrix_argb, int width);
/external/regex-re2/util/
H A Dutil.h67 typedef int8_t int8; typedef in namespace:re2
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_basics.h45 typedef AGG_INT8 int8; typedef in namespace:agg
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h160 typedef __int8 int8; typedef in namespace:google::protobuf
170 typedef int8_t int8; typedef in namespace:google::protobuf
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m270 'int8');
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc1407 const int8* matrix_argb,
1411 const int8* matrix_argb, int width) = ARGBColorMatrixRow_C;
1449 const int8* matrix_rgb,
1451 SIMD_ALIGNED(int8 matrix_argb[16]);
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h898 if (static_cast<int8>(buffer_[0]) > 0) {
/external/libyuv/files/source/
H A Dplanar_functions.cc1165 const int8* matrix_argb,
1171 void (*ARGBColorMatrixRow)(uint8* dst_argb, const int8* matrix_argb,
/external/v8/src/compiler/
H A Dtyper.cc32 Type* int8 = NATIVE_TYPE(SignedSmall, UntaggedInt8); local
42 Type* int8_array = Type::Array(int8, zone);

Completed in 636 milliseconds

12