Home
last modified time | relevance | path

Searched refs:big (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/external/skia/tests/
DInfRectTest.cpp26 SkScalar big = SkIntToScalar(100); in TestInfRect() local
28 SkRect rect = SkRect::MakeXYWH(small, small, big, big); in TestInfRect()
31 check_invalid(reporter, small, small, big, invalid); in TestInfRect()
32 check_invalid(reporter, small, small, invalid, big); in TestInfRect()
33 check_invalid(reporter, small, invalid, big, big); in TestInfRect()
34 check_invalid(reporter, invalid, small, big, big); in TestInfRect()
35 check_invalid(reporter, small, small, big, -invalid); in TestInfRect()
36 check_invalid(reporter, small, small, -invalid, big); in TestInfRect()
37 check_invalid(reporter, small, -invalid, big, big); in TestInfRect()
38 check_invalid(reporter, -invalid, small, big, big); in TestInfRect()
DMathTest.cpp193 float big = 3.40282e+038; in unittest_isfinite() local
201 SkFixed big = SK_FixedMax; in unittest_isfinite()
205 REPORTER_ASSERT(reporter, !SkScalarIsNaN(big)); in unittest_isfinite()
206 REPORTER_ASSERT(reporter, !SkScalarIsNaN(-big)); in unittest_isfinite()
210 REPORTER_ASSERT(reporter, SkScalarIsFinite(big)); in unittest_isfinite()
211 REPORTER_ASSERT(reporter, SkScalarIsFinite(-big)); in unittest_isfinite()
/external/llvm/include/llvm/Support/
DEndian.h24 enum endianness {big, little}; enumerator
106 class packed_endian_specific_integral<value_type, big, unaligned> {
126 class packed_endian_specific_integral<value_type, big, aligned> {
174 <uint8_t, big, unaligned> ubig8_t;
176 <uint16_t, big, unaligned> ubig16_t;
178 <uint32_t, big, unaligned> ubig32_t;
180 <uint64_t, big, unaligned> ubig64_t;
183 <int8_t, big, unaligned> big8_t;
185 <int16_t, big, unaligned> big16_t;
187 <int32_t, big, unaligned> big32_t;
[all …]
/external/apache-harmony/math/src/test/java/tests/api/java/math/
DBigDecimalTest.java39 BigDecimal big = new BigDecimal(value); in test_ConstructorLjava_math_BigInteger() local
40 assertTrue("the BigDecimal value is not initialized properly", big in test_ConstructorLjava_math_BigInteger()
42 && big.scale() == 0); in test_ConstructorLjava_math_BigInteger()
49 BigDecimal big = new BigDecimal(value2, 5); in test_ConstructorLjava_math_BigIntegerI() local
50 assertTrue("the BigDecimal value is not initialized properly", big in test_ConstructorLjava_math_BigIntegerI()
52 && big.scale() == 5); in test_ConstructorLjava_math_BigIntegerI()
53 assertTrue("the BigDecimal value is not represented properly", big in test_ConstructorLjava_math_BigIntegerI()
61 BigDecimal big = new BigDecimal(123E04); in test_ConstructorD() local
64 big.toString().equals("1230000")); in test_ConstructorD()
65 big = new BigDecimal(1.2345E-12); in test_ConstructorD()
[all …]
/external/srec/srec/clib/
Dmatrix_i.c105 double big, dumm, sum, temp; in ludcmp() local
112 big = 0; in ludcmp()
114 if ((temp = (double) fabs(mat[ii][jj])) > big) big = temp; in ludcmp()
115 if (big <= SIGNIFICANT) in ludcmp()
120 vv[ii] = 1 / big; in ludcmp()
133 big = 0; in ludcmp()
140 if ((dumm = (double)(vv[ii] * fabs(sum))) >= big) in ludcmp()
142 big = dumm; in ludcmp()
/external/llvm/test/CodeGen/Generic/
D2010-11-04-BigByval.ll4 %big = type [131072 x i8]
6 declare void @foo(%big* byval align 1)
8 define void @bar(%big* byval align 1 %x) {
9 call void @foo(%big* byval align 1 %x)
/external/llvm/unittests/Support/
DEndianTest.cpp24 unsigned char big[] = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
27 EXPECT_EQ(BigAsHost, (endian::read_be<int32_t, unaligned>(big))); in TEST()
31 EXPECT_EQ((endian::read_be<int32_t, unaligned>(big + 1)), in TEST()
62 unsigned char big[] = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
65 reinterpret_cast<big32_t *>(big + 1); in TEST()
/external/webkit/Source/WebCore/css/
Dmathml.css127big"], mstyle[mathsize="big"], mo[mathsize="big"], mn[mathsize="big"], mi[mathsize="big"], mtext[m…
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DNumberFormatTest.java63 java.math.BigInteger big; in test_formatLjava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition() local
65 big = new java.math.BigInteger(String.valueOf(Long.MAX_VALUE)) in test_formatLjava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition()
67 out = format.format(big, new StringBuffer(), pos); in test_formatLjava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition()
72 big = new java.math.BigInteger(String.valueOf(Long.MIN_VALUE)) in test_formatLjava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition()
74 out = format.format(big, new StringBuffer(), pos); in test_formatLjava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition()
/external/valgrind/main/massif/tests/
DMakefile.am11 big-alloc.post.exp big-alloc.stderr.exp big-alloc.vgtest \
45 big-alloc \
DMakefile.in49 check_PROGRAMS = alloc-fns$(EXEEXT) basic$(EXEEXT) big-alloc$(EXEEXT) \
71 big_alloc_SOURCES = big-alloc.c
72 big_alloc_OBJECTS = big-alloc.$(OBJEXT)
142 SOURCES = alloc-fns.c basic.c big-alloc.c culling1.c culling2.c \
147 DIST_SOURCES = alloc-fns.c basic.c big-alloc.c culling1.c culling2.c \
439 big-alloc.post.exp big-alloc.stderr.exp big-alloc.vgtest \
517 big-alloc$(EXEEXT): $(big_alloc_OBJECTS) $(big_alloc_DEPENDENCIES)
518 @rm -f big-alloc$(EXEEXT)
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/big-alloc.Po@am__quote@
Dbig-alloc.vgtest1 prog: big-alloc
/external/expat/conftools/
Dac_c_bigendian_cross.m425 not big endian
29 /* Are we little or big endian? From Harbison&Steele. */
55 echo $ac_n ' big endian probe OK, ' 1>&AC_FD_MSG
/external/e2fsprogs/tests/f_badsymlinks/
Dexpect.113 Inode 21 is too big. Truncate? yes
15 Block #1 (22) causes symlink to be too big. CLEARED.
/external/e2fsprogs/tests/f_lotsbad/
Dexpect.14 Inode 13 is too big. Truncate? yes
6 Block #16580876 (74) causes directory to be too big. CLEARED.
/external/e2fsprogs/tests/f_big_sparse/
Dname1 big sparse file
/external/llvm/test/CodeGen/PowerPC/
Di128-and-beyond.ll3 ; These static initializers are too big to hand off to assemblers
/external/llvm/test/CodeGen/X86/
Di128-and-beyond.ll3 ; These static initializers are too big to hand off to assemblers
/external/v8/test/mjsunit/
Dhtml-string-funcs.js34 var simple = { big: 'big', blink: 'blink', bold: 'b', property
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-tags/
Dgtkhtml4 big
Ddillo7 big
/external/valgrind/main/perf/
DREADME20 that inefficiencies in heap allocation can make a big
62 malloc/free calls and so changes that make a big improvement
/external/llvm/docs/HistoricalNotes/
D2001-02-13-Reference-MemoryResponse.txt21 also really concerned that LLVM is becoming big and complex and (perhaps)
42 how big the bytecode files are before expanding them further. I am pretty
/external/markdown/tests/misc/
Dsome-test.txt29 big time
/external/llvm/test/CodeGen/Thumb2/
D2010-02-24-BigStack.ll2 ; This test creates a big stack frame without spilling any callee-saved registers.

12345678910>>...16