HomeSort by relevance Sort by last modified time
    Searched full:signed (Results 1 - 25 of 8148) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_h_normal/
name 1 Normal (signed) HTREE directory
  /external/jsoncpp/test/data/
test_integer_01.json 1 // Max signed integer
test_integer_02.json 1 // Min signed integer
test_integer_01.expected 1 // Max signed integer
test_integer_02.expected 1 // Min signed integer
test_real_02.json 1 // -2^32 => out of signed integer range, switch to double
test_real_03.json 1 // -2^32 => out of signed integer range, switch to double
test_real_02.expected 1 // -2^32 => out of signed integer range, switch to double
test_real_03.expected 1 // -2^32 => out of signed integer range, switch to double
  /frameworks/wilhelm/tools/hashgen/
part4.c 1 static const signed char hash_to_MPH[] = {
  /cts/tests/systemAppTest/prebuilts/
readme.txt 1 This directory will contain signed CtsSystemAppTestCases.apk.
  /external/clang/test/CodeGen/
2006-09-18-fwrite-cast-crash.c 5 unsigned fwrite(signed char *, unsigned , unsigned , signed char *);
6 static signed char str301[39];
7 static void Usage(signed char *ltmp_611_6) {
10 ltmp_6203_92 = /*tail*/ ((unsigned (*) (signed char *, unsigned , unsigned ,
2008-10-13-FrontendCrash.c 5 func_48 (signed char p_49)
7 signed char l_340;
24-bit.c 5 struct ibtt0 { signed ibt0:10; unsigned short ibt1; } ibt5;
6 struct ibtt1 { signed ibt2:3; signed ibt3:9; signed ibt4:9; } ibt6;
  /external/e2fsprogs/include/nonunix/linux/
types.h 10 typedef signed __int8 __s8;
12 typedef signed __int64 __s64;
15 typedef signed __int16 __s16;
18 typedef signed __int32 __s32;
21 typedef signed __int64 __s64;
  /external/libexif/contrib/watcom/
_stdint.h 8 typedef signed char int8_t;
9 typedef signed short int16_t;
10 typedef signed long int32_t;
  /hardware/intel/common/libmix/mix_audio/src/
pvt.h 6 typedef signed char s8;
7 typedef signed short s16;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/include/
stdint.h 10 typedef signed char int8_t;
11 typedef signed short int16_t;
12 typedef signed int int32_t;
13 typedef signed long long int64_t;
  /external/clang/test/Sema/
pr9812.c 6 bool signed; // expected-error {{'bool' cannot be signed or unsigned}} expected-warning {{declaration does not declare anything}}
16 bool signed; // expected-error {{'type-name' cannot be signed or unsigned}} expected-warning {{declaration does not declare anything}}
17 _Bool signed; // expected-error {{'_Bool' cannot be signed or unsigned}} expected-warning {{declaration does not declare anything}}
  /external/clang/test/SemaCXX/
pr9812.cpp 5 bool signed; // expected-error {{'bool' cannot be signed or unsigned}} expected-warning {{declaration does not declare anything}}
bitfield.cpp 7 typedef signed Signed;
12 typedef __typeof__(+t.n) Signed; // ... but promotes to signed.
14 typedef __typeof__(t.n + 0) Signed; // Arithmetic promotes.
19 typedef __typeof__(+(t.n = 0)) Signed; // ... which is a bit-field.
20 typedef __typeof__(+(t.n += 0)) Signed;
21 typedef __typeof__(+(t.n *= 0)) Signed;
25 typedef __typeof__(+(++t.n)) Signed;
26 typedef __typeof__(+(--t.n)) Signed;
    [all...]
  /external/fec/
sumsq.c 1 /* Compute the sum of the squares of a vector of signed shorts
10 unsigned long long sumsq_port(signed short *,int);
13 unsigned long long sumsq_mmx(signed short *,int);
14 unsigned long long sumsq_sse(signed short *,int);
15 unsigned long long sumsq_sse2(signed short *,int);
19 unsigned long long sumsq_av(signed short *,int);
22 unsigned long long sumsq(signed short *in,int cnt){
peakval.c 8 int peakval_port(signed short *b,int cnt);
10 int peakval_mmx(signed short *b,int cnt);
11 int peakval_sse(signed short *b,int cnt);
12 int peakval_sse2(signed short *b,int cnt);
16 int peakval_av(signed short *b,int cnt);
19 int peakval(signed short *b,int cnt){
peakval_av.c 1 /* Return the largest absolute value of a vector of signed shorts
11 signed short peakval_av(signed short *in,int cnt){
12 vector signed short x;
14 union { vector signed char cv; vector signed short hv; signed short s[8]; signed char c[16];} s;
15 vector signed short smallest,largest;
17 smallest = (vector signed short)(0)
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 163 signed y1 = (signed)src_ptr[2 * x + 1] - 16;
164 signed y2 = (signed)src_ptr[2 * x + 3] - 16;
165 signed u = (signed)src_ptr[2 * x] - 128;
166 signed v = (signed)src_ptr[2 * x + 2] - 128;
168 signed u_b = u * 517;
169 signed u_g = -u * 100
    [all...]

Completed in 1022 milliseconds

1 2 3 4 5 6 7 8 91011>>