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

1 2 3

  /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...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 66 typedef int8_t int8; typedef
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
  /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 )
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_radio.h 615 int8 desiredTone;
616 int8 desiredGain;
736 int8 calibrationsResult[NUMBER_OF_CALIBRATIONS_E]; /* Calibrations status */
743 int8 CurrentTemperature; /* current temperature in Celsius */
    [all...]
public_types.h 66 #ifndef int8
67 typedef signed char int8; typedef
public_event_mbox.h 214 int8 RSSISNRTriggerMetric[NUM_OF_RSSI_SNR_TRIGGERS]; /* RSSI and SNR Multiple Triggers Array */
  /external/chromium/base/
basictypes.h 20 typedef signed char int8; typedef
69 const int8 kint8min = (( int8) 0x80);
70 const int8 kint8max = (( int8) 0x7F);
lazy_instance.h 116 int8 buf_[sizeof(Type)]; // Preallocate the space for the Type instance.
scoped_variant_win.h 90 void Set(int8 i8);
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.h 212 int8 edata[1];
228 int8 join_only;
261 int8 ioctl_buf[WLC_IOCTL_SMLEN];
262 int8 scan_buf[WL_ISCAN_BUF_MAX];
278 int8 fw_name[WL_FILE_NAME_MAX];
279 int8 nvram_name[WL_FILE_NAME_MAX];
366 extern void * wl_cfg80211_request_fw(int8 *file_name); /* request fw /nvram downloading */
367 extern int32 wl_cfg80211_read_fw(int8 *buf, uint32 size); /* read fw image */
369 extern int8 * wl_cfg80211_get_fwname(void); /* get firmware name for the dongle */
370 extern int8 * wl_cfg80211_get_nvramname(void); /* get nvram name for the dongle *
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
pvgsmamrdecoder.cpp 50 return GSMInitDecode(&iDecState, (int8*)"Decoder");
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h 618 int8 desiredTone;
619 int8 desiredGain;
741 int8 calibrationsResult[NUMBER_OF_CALIBRATIONS_E]; /* Calibrations status */
748 int8 CurrentTemperature; /* current temperature in Celsius */
    [all...]
public_types.h 66 #ifndef int8
67 typedef signed char int8; typedef
public_event_mbox.h 214 int8 RSSISNRTriggerMetric[NUM_OF_RSSI_SNR_TRIGGERS]; /* RSSI and SNR Multiple Triggers Array */
  /external/bluetooth/bluez/tools/
ubcsp.h 49 typedef signed char int8; typedef
131 int8 delay;
  /external/qemu/fpu/
softfloat-macros.h 107 int8 negCount = ( - count ) & 63;
144 int8 negCount = ( - count ) & 63;
179 int8 negCount = ( - count ) & 63;
237 int8 negCount = ( - count ) & 63;
314 int8 negCount;
371 int8 carry0, carry1;
427 int8 borrow0, borrow1;
588 int8 index;
612 static int8 countLeadingZeros32( bits32 a )
614 static const int8 countLeadingZerosHigh[] =
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_radio.h 94 int8 parameter[MAX_RADIO_PARAM_LEN];
public_types.h 60 #ifndef int8
61 typedef signed char int8; typedef
public_descriptors.h 371 int8 rssi; /* RSSI value in db */
public_event_mbox.h 188 int8 averageRssiLevel; /* Average RSSI value. */
  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 32 typedef signed char int8; typedef in namespace:ime_pinyin
  /hardware/broadcom/wlan/bcm4329/src/include/
typedefs.h 187 typedef signed char int8; typedef

Completed in 402 milliseconds

1 2 3