Home
last modified time | relevance | path

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

1234

/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/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
Db2BlockAllocator.cpp143 b2Block* block = (b2Block*)((int8*)chunk->blocks + blockSize * i); in Allocate()
144 b2Block* next = (b2Block*)((int8*)chunk->blocks + blockSize * (i + 1)); in Allocate()
147 b2Block* last = (b2Block*)((int8*)chunk->blocks + blockSize * (blockCount - 1)); in Allocate()
184 b2Assert( (int8*)p + blockSize <= (int8*)chunk->blocks || in Free()
185 (int8*)chunk->blocks + b2_chunkSize <= (int8*)p); in Free()
189 …if ((int8*)chunk->blocks <= (int8*)p && (int8*)p + blockSize <= (int8*)chunk->blocks + b2_chunkSiz… in Free()
Db2Settings.h28 typedef signed char int8; typedef
/external/vulkan-validation-layers/libs/glm/gtx/
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);
Dbit.inl567 GLM_FUNC_QUALIFIER int16 bitfieldInterleave(int8 x, int8 y)
571 int8 i;
645 GLM_FUNC_QUALIFIER int32 bitfieldInterleave(int8 x, int8 y, int8 z)
649 int8 i;
726 GLM_FUNC_QUALIFIER int32 bitfieldInterleave(int8 x, int8 y, int8 z, int8 w)
730 int8 i;
/external/vulkan-validation-layers/libs/glm/gtc/
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 int8; typedef
[all …]
/external/vulkan-validation-layers/libs/glm/detail/
Dglm.cpp79 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, lowp>;
158 template struct tvec4<int8, mediump>;
169 template struct tvec4<int8, highp>;
Dtype_int.hpp42 typedef std::int8_t int8; typedef
69 typedef signed char int8;
89 typedef detail::int8 int8; typedef
178 GLM_STATIC_ASSERT(sizeof(glm::int8) == 1, "int8 size isn't 1 byte on this platform");
/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/dng_sdk/source/
Ddng_types.h41 typedef int8_t int8; typedef
53 typedef signed char int8; typedef
Ddng_stream.h362 int8 Get_int8 () in Get_int8()
364 return (int8) Get_uint8 (); in Get_int8()
370 void Put_int8 (int8 x) in Put_int8()
Ddng_pixel_buffer.h299 const int8 * ConstPixel_int8 (int32 row,
306 return (const int8 *) ConstPixel (row, col, plane);
316 int8 * DirtyPixel_int8 (int32 row,
323 return (int8 *) DirtyPixel (row, col, plane);
/external/pdfium/third_party/libtiff/
Dtif_dirread.c76 static enum TIFFReadDirEntryErr TIFFReadDirEntrySbyteArray(TIFF* tif, TIFFDirEntry* direntry, int8*…
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; in TIFFReadDirEntryByte()
302 int8 m; in TIFFReadDirEntryShort()
388 int8 m; in TIFFReadDirEntryLong()
471 int8 m; in TIFFReadDirEntryLong8()
[all …]
/external/opencv3/3rdparty/libtiff/
Dtif_dirread.c76 static enum TIFFReadDirEntryErr TIFFReadDirEntrySbyteArray(TIFF* tif, TIFFDirEntry* direntry, int8*…
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; in TIFFReadDirEntryByte()
302 int8 m; in TIFFReadDirEntryShort()
388 int8 m; in TIFFReadDirEntryLong()
471 int8 m; in TIFFReadDirEntryLong8()
[all …]
/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;
/external/vulkan-validation-layers/libs/glm/
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 int8; typedef
[all …]
/external/google-breakpad/src/common/dwarf/
Dtypes.h38 typedef signed char int8; typedef
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h41 typedef int8_t int8; typedef
/external/libyuv/files/unit_test/
Dbasictypes_test.cc27 int8 i8 = -1; in TEST_F()
/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

1234