Searched defs:big (Results 26 - 36 of 36) sorted by relevance

12

/external/libunwind/tests/
H A DGperf-trace.c46 static char big[64*MB]; /* should be >> max. cache size */ variable
161 dummy += sum (big, sizeof (big)); /* flush the cache */
176 dummy += sum (big, sizeof (big)); /* flush cache */
227 memset (big, 0xaa, sizeof (big));
/external/clang/test/CodeGen/
H A Datomic-ops.c339 // Tests for atomic operations on big values. These should call the functions
344 int big[128]; member in struct:foo
397 g.big[12] = 12;
/external/clang/test/CodeGenCXX/
H A Dx86_64-arguments.cpp41 // A struct with anything before a member function will be too big and
157 char big[17]; member in class:test8::A
/external/guava/guava-tests/test/com/google/common/math/
H A DLongMathTest.java685 private static boolean fitsInLong(BigInteger big) { argument
686 return big.bitLength() <= 63;
/external/llvm/include/llvm/Support/
H A DEndian.h23 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
40 if (endian != native && sys::IsBigEndianHost != (endian == big))
159 <uint16_t, big, unaligned> ubig16_t;
161 <uint32_t, big, unaligned> ubig32_t;
163 <uint64_t, big, unaligned> ubig64_t;
166 <int16_t, big, unaligned> big16_t;
168 <int32_t, big, unaligned> big32_t;
170 <int64_t, big, unaligned> big64_t;
173 <uint16_t, big, aligned> aligned_ubig16_t;
175 <uint32_t, big, aligne
[all...]
/external/skia/bench/
H A DMathBench.cpp13 // float big = sk_fsel(x, 0x1.0p+23, -0x1.0p+23);
14 float big = sk_fsel(x, (float)(1 << 23), -(float)(1 << 23)); local
15 return (x + big) - big;
/external/skia/tests/
H A DMathTest.cpp43 // float big = sk_fsel(x, 0x1.0p+23, -0x1.0p+23);
44 float big = sk_fsel(x, (float)(1 << 23), -(float)(1 << 23)); local
45 return (float)(x + big) - big;
312 float big = 3.40282e+038f; local
320 REPORTER_ASSERT(reporter, !SkScalarIsNaN(big));
321 REPORTER_ASSERT(reporter, !SkScalarIsNaN(-big));
325 REPORTER_ASSERT(reporter, SkScalarIsFinite(big));
326 REPORTER_ASSERT(reporter, SkScalarIsFinite(-big));
H A DPathTest.cpp52 const float big = SkBits2Float(0x4b7f1bd7); /* 16718807.000000 */ local
56 const SkRect rectx = SkRect::MakeLTRB(min, min, max, big);
57 const SkRect recty = SkRect::MakeLTRB(min, min, big, max);
2821 // translate at a relatively big offset
/external/svox/pico/lib/
H A Dpicocep.c511 picoos_int32 big; local
516 big = 1 << (pow - 1);
518 a = (a + big) >> pow;
520 a = -1 * ((-1 * a + big) >> pow);
540 picoos_int32 big; local
542 big = 1 << bigpow;
544 /* a = floor(x/big); */
553 /* least significant 2 bytes of x i.e. x modulo big */
554 /* c = floor(y/big); */
586 * - N : number of binary decimal digits (N=log2(big))
[all...]
/external/vogar/lib/
H A Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 562 milliseconds

12