/external/neven/Embedded/common/src/b_TensorEm/ |
D | CompactMat.c | 80 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/chromium/base/ |
D | basictypes.h | 21 typedef signed char int8; typedef 73 const int8 kint8min = (( int8) 0x80); 74 const int8 kint8max = (( int8) 0x7F);
|
D | lazy_instance.h | 150 return static_cast<int8*>(static_cast<void*>(p)) == buf_; 170 int8 buf_[sizeof(Type)]; // Preallocate the space for the Type instance.
|
/external/qemu/fpu/ |
D | softfloat-macros.h | 123 int8 negCount = ( - count ) & 63; in shift64ExtraRightJamming() 160 int8 negCount = ( - count ) & 63; in shift128Right() 195 int8 negCount = ( - count ) & 63; in shift128RightJamming() 253 int8 negCount = ( - count ) & 63; in shift128ExtraRightJamming() 330 int8 negCount; in shortShift192Left() 387 int8 carry0, carry1; in add192() 443 int8 borrow0, borrow1; in sub192() 604 int8 index; in estimateSqrt32() 628 static int8 countLeadingZeros32( uint32_t a ) in countLeadingZeros32() 637 static const int8 countLeadingZerosHigh[] = { in countLeadingZeros32() [all …]
|
D | softfloat.c | 114 int8 roundingMode; in roundAndPackInt32() 116 int8 roundIncrement, roundBits; in roundAndPackInt32() 164 int8 roundingMode; in roundAndPackInt64() 261 int8 shiftCount; in normalizeFloat32Subnormal() 312 int8 roundingMode; in roundAndPackFloat32() 314 int8 roundIncrement, roundBits; in roundAndPackFloat32() 378 int8 shiftCount; in normalizeRoundAndPackFloat32() 443 int8 shiftCount; in normalizeFloat64Subnormal() 494 int8 roundingMode; in roundAndPackFloat64() 560 int8 shiftCount; in normalizeRoundAndPackFloat64() [all …]
|
D | softfloat.h | 58 typedef int8_t int8; typedef 244 void float_raise( int8 flags STATUS_PARAM);
|
/external/bluetooth/bluez/test/ |
D | service-record.dtd | 6 …quence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|i… 8 …quence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|i… 46 <!ELEMENT int8 EMPTY> element 47 <!ATTLIST int8 value CDATA #REQUIRED> 48 <!ATTLIST int8 name CDATA>
|
/external/clang/test/SemaOpenCL/ |
D | vector_literals_invalid.cl | 5 typedef __attribute__(( ext_vector_type(8) )) int int8; 12 …int8 d = (int8)(a,(float4)(1)); // expected-error{{initializing 'int' with an expression of incomp…
|
D | vec_step.cl | 6 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/ |
D | vector_literals_valid.cl | 6 typedef __attribute__(( ext_vector_type(8) )) int int8; 18 int8 b = (int8)(1,2,a.xy,a);
|
/external/neven/Embedded/common/src/b_BasicEm/ |
D | Int8Arr.h | 45 int8* arrPtrE; 123 int8 valA );
|
D | Int8Arr.c | 94 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()
|
D | Phase.h | 39 typedef int8 phase8;
|
D | Basic.h | 53 typedef signed char int8; typedef
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_nfc_pn531.c | 36 ret = WpsNfcOpenDevice((int8 *) path); in init_nfc_pn531() 63 int8 *data; in read_nfc_pn531()
|
/external/bluetooth/bluez/tools/ |
D | ubcsp.h | 49 typedef signed char int8; typedef 131 int8 delay;
|
/external/genext2fs/ |
D | genext2fs.c | 275 typedef signed char int8; typedef 506 #define decl8(x) int8 x; 1274 …for(d = (directory*)b; (int8*)d + sizeof(*d) < (int8*)b + BLOCKSIZE; d = (directory*)((int8*)d + d… in add2dir() 1292 d = (directory*) (((int8*)d) + d->d_rec_len); in add2dir() 1331 …for(d = (directory*)b; (int8*)d + sizeof(*d) < (int8*)b + BLOCKSIZE; d = (directory*)((int8*)d + d… in find_dir() 1916 …for(d = (directory*)b; (int8*)d + sizeof(*d) < (int8*)b + BLOCKSIZE; d = (directory*)((int8*)d + s… in swap_goodfs() 1950 …for(d = (directory*)b; (int8*)d + sizeof(*d) < (int8*)b + BLOCKSIZE; d = (directory*)((int8*)d + d… in swap_badfs() 2225 …for(d = (directory*)b; (int8*)d + sizeof(*d) < (int8*)b + BLOCKSIZE; d = (directory*)((int8*)d + d… in print_dir()
|
/external/chromium/crypto/third_party/nss/ |
D | README.chromium | 12 definition of the NSPR 1.0 types int8 - int64 and uint8 - uint64 to avoid
|
/external/chromium/base/win/ |
D | scoped_variant.h | 94 void Set(int8 i8);
|
D | scoped_variant.cc | 120 void ScopedVariant::Set(int8 i8) { in Set()
|
D | scoped_variant_unittest.cc | 129 var.Set(static_cast<int8>('v')); in TEST()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | basictypes.h | 50 typedef char int8; typedef
|
/external/chromium/base/third_party/icu/ |
D | icu_utf.h | 25 typedef int8 UBool;
|
/external/chromium/net/spdy/ |
D | spdy_protocol_test.cc | 158 int8 flags = frame.flags(); in TEST() 176 int8 all_flags = ~0; in TEST()
|
/external/bluetooth/bluez/lib/bluetooth/ |
D | sdp.h | 497 int8_t int8; member
|