HomeSort by relevance Sort by last modified time
    Searched refs:int8 (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.c 73 #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 ) *dpL * ( int32 )inPtrL[ 0 ] )
    [all...]
  /prebuilts/go/darwin-x86/test/bench/shootout/
meteor-contest.go 46 func boolInt(b bool) int8 {
104 var piece_def = [10][4]int8{
105 [4]int8{E, E, E, SE},
106 [4]int8{SE, E, NE, E},
107 [4]int8{E, E, SE, SW},
108 [4]int8{E, E, SW, SE},
109 [4]int8{SE, E, NE, S},
110 [4]int8{E, E, SW, E},
111 [4]int8{E, SE, SE, NE},
112 [4]int8{E, SE, SE, W}
    [all...]
  /prebuilts/go/linux-x86/test/bench/shootout/
meteor-contest.go 46 func boolInt(b bool) int8 {
104 var piece_def = [10][4]int8{
105 [4]int8{E, E, E, SE},
106 [4]int8{SE, E, NE, E},
107 [4]int8{E, E, SE, SW},
108 [4]int8{E, E, SW, SE},
109 [4]int8{SE, E, NE, S},
110 [4]int8{E, E, SW, E},
111 [4]int8{E, SE, SE, NE},
112 [4]int8{E, SE, SE, W}
    [all...]
  /external/google-breakpad/src/common/dwarf/
types.h 38 typedef signed char int8; typedef
  /system/extras/perfprofd/quipper/base/
basictypes.h 22 typedef int8_t int8; typedef
49 const int8 kint8min = -0x7F - 1;
50 const int8 kint8max = 0x7F;
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 41 typedef int8_t int8; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 66 typedef int8_t int8; typedef
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
  /external/vulkan-validation-layers/libs/glm/gtx/
bit.hpp 122 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/dng_sdk/source/
dng_types.h 41 typedef int8_t int8; typedef
53 typedef signed char int8; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 132 int8 phy_noise; /* noise (in dBm) */
165 int8 phy_noise; /* noise (in dBm) */
207 int8 phy_noise; /* noise (in dBm) */
341 int8 nprobes; /* 0, passive, otherwise active */
342 int8 split_scan; /* split scan */
343 int8 band; /* band */
344 int8 pad;
370 int8 bss_type; /* default: any,
777 int8 type;
778 int8 flags
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Phase.h 39 typedef int8 phase8;
Int8Arr.h 44 /** pointer to array of int8 */
45 int8* arrPtrE;
123 int8 valA );
Int8Arr.c 94 const int8* ptr1L = ptrA->arrPtrE;
95 const int8* ptr2L = srcPtrA->arrPtrE;
187 ptrA->sizeE / 2; /* int8 = 0.5 word size*/
239 int8 valA )
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 42 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");
glm.cpp 42 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, lowp>
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
type_precision.hpp 75 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 in namespace:glm
    [all...]
  /external/ceres-solver/internal/ceres/
integral_types.h 79 typedef Integer< 8>::type int8; typedef in namespace:ceres::internal
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 39 typedef signed char int8; typedef in namespace:le_fx
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Compass.h 49 int8 status;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 60 typedef char int8; typedef
  /prebuilts/misc/common/swig/include/2.0.11/go/
typemaps.i 79 INPUT_TYPEMAP(signed char, int8);
181 OUTPUT_TYPEMAP(signed char, int8);
278 INOUT_TYPEMAP(signed char, int8);
  /external/libyuv/files/include/libyuv/
basic_types.h 60 typedef signed char int8; typedef

Completed in 845 milliseconds

1 2 3 4