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

123

/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
/external/vulkan-validation-layers/libs/glm/gtx/
H A Dbit.hpp122 GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y);
164 GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z);
206 GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z, int8 w);
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h41 typedef int8_t int8; typedef
/external/dng_sdk/source/
H A Ddng_types.h41 typedef int8_t int8; typedef
53 typedef signed char int8; typedef
H A Ddng_pixel_buffer.h293 /// Get read-only int8 * to pixel data starting at a specific pixel in the buffer.
297 /// \retval Pointer to pixel data as int8 *.
299 const int8 * ConstPixel_int8 (int32 row,
306 return (const int8 *) ConstPixel (row, col, plane);
310 /// Get a writable int8 * to pixel data starting at a specific pixel in the buffer.
314 /// \retval Pointer to pixel data as int8 *.
316 int8 * DirtyPixel_int8 (int32 row,
323 return (int8 *) DirtyPixel (row, col, plane);
H A Ddng_stream.h362 int8 Get_int8 ()
364 return (int8) Get_uint8 ();
370 void Put_int8 (int8 x)
/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 )
/external/syslinux/gpxe/src/include/
H A Dstdint.h27 typedef int8_t int8; typedef
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_int.hpp42 typedef std::int8_t int8; typedef in namespace:glm::detail
69 typedef signed char int8;
89 typedef detail::int8 int8; typedef in namespace:glm
178 GLM_STATIC_ASSERT(sizeof(glm::int8) == 1, "int8 size isn't 1 byte on this platform");
H A Dglm.cpp42 template struct tvec1<int8, lowp>;
54 template struct tvec1<int8, mediump>;
66 template struct tvec1<int8, highp>;
79 template struct tvec2<int8, lowp>;
90 template struct tvec2<int8, mediump>;
101 template struct tvec2<int8, highp>;
113 template struct tvec3<int8, lowp>;
124 template struct tvec3<int8, mediump>;
135 template struct tvec3<int8, highp>;
147 template struct tvec4<int8, low
[all...]
/external/flatbuffers/python/flatbuffers/
H A Dpacker.py32 int8 = struct.Struct("<b") variable
H A Dnumber_types.py77 name = "int8"
78 packer_type = packer.int8
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dtype_precision.hpp75 typedef detail::int8 lowp_int8;
91 typedef detail::int8 lowp_int8_t;
107 typedef detail::int8 lowp_i8;
123 typedef detail::int8 mediump_int8;
139 typedef detail::int8 mediump_int8_t;
155 typedef detail::int8 mediump_i8;
171 typedef detail::int8 highp_int8;
187 typedef detail::int8 highp_int8_t;
203 typedef detail::int8 highp_i8;
220 typedef detail::int8 int typedef in namespace:glm
[all...]
/external/clang/test/CodeGen/
H A Darm-swiftcall.c68 typedef int int8 __attribute__((ext_vector_type(8))); typedef
411 TEST(int8)
/external/libyuv/files/unit_test/
H A Dbasictypes_test.cc27 int8 i8 = -1;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h63 typedef signed char int8; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h63 typedef signed char int8; typedef
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c76 static enum TIFFReadDirEntryErr TIFFReadDirEntrySbyteArray(TIFF* tif, TIFFDirEntry* direntry, int8** value);
93 static void TIFFReadDirEntryCheckedSbyte(TIFF* tif, TIFFDirEntry* direntry, int8* value);
105 static enum TIFFReadDirEntryErr TIFFReadDirEntryCheckRangeByteSbyte(int8 value);
121 static enum TIFFReadDirEntryErr TIFFReadDirEntryCheckRangeShortSbyte(int8 value);
134 static enum TIFFReadDirEntryErr TIFFReadDirEntryCheckRangeLongSbyte(int8 value);
144 static enum TIFFReadDirEntryErr TIFFReadDirEntryCheckRangeLong8Sbyte(int8 value);
209 int8 m;
302 int8 m;
388 int8 m;
471 int8
[all...]
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
H A Dspirv_convert.h1207 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8(half8);
1208 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_rtz(half8);
1209 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_rte(half8);
1210 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_rtp(half8);
1211 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_rtn(half8);
1212 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_sat(half8);
1213 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_sat_rtz(half8);
1214 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_sat_rte(half8);
1215 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_sat_rtp(half8);
1216 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_sat_rt
[all...]
/external/vulkan-validation-layers/libs/glm/
H A Dfwd.hpp132 typedef detail::int8 lowp_int8;
148 typedef detail::int8 lowp_int8_t;
164 typedef detail::int8 lowp_i8;
180 typedef detail::int8 mediump_int8;
196 typedef detail::int8 mediump_int8_t;
212 typedef detail::int8 mediump_i8;
228 typedef detail::int8 highp_int8;
244 typedef detail::int8 highp_int8_t;
260 typedef detail::int8 highp_i8;
277 typedef detail::int8 int typedef in namespace:glm
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dmathlimits.cc122 DEF_SIGNED_INT_LIMITS(int8)
/external/regex-re2/util/
H A Dutil.h67 typedef int8_t int8; typedef in namespace:re2

Completed in 705 milliseconds

123