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

1 2

  /external/srec/srec/clib/
matrix_i.c 105 double big, dumm, sum, temp; local
112 big = 0;
114 if ((temp = (double) fabs(mat[ii][jj])) > big) big = temp;
115 if (big <= SIGNIFICANT)
120 vv[ii] = 1 / big;
133 big = 0;
140 if ((dumm = (double)(vv[ii] * fabs(sum))) >= big)
142 big = dumm;
  /dalvik/libcore/math/src/test/java/tests/api/java/math/
BigDecimalTest.java 51 BigDecimal big = new BigDecimal(value); local
52 assertTrue("the BigDecimal value is not initialized properly", big
54 && big.scale() == 0);
67 BigDecimal big = new BigDecimal(value2, 5); local
68 assertTrue("the BigDecimal value is not initialized properly", big
70 && big.scale() == 5);
71 assertTrue("the BigDecimal value is not represented properly", big
88 BigDecimal big = new BigDecimal(123E04); local
91 big.toString().equals("1230000"));
92 big = new BigDecimal(123.375)
142 BigDecimal big = new BigDecimal("345.23499600293850"); local
254 BigDecimal big = new BigDecimal("-1234"); local
    [all...]
  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigDecimalConstructorsTest.java 1528 BigDecimal big = new BigDecimal(value); local
1552 BigDecimal big = new BigDecimal(123E04); local
1586 BigDecimal big = new BigDecimal("345.23499600293850"); local
    [all...]
  /external/v8/test/mjsunit/
html-string-funcs.js 34 var simple = { big: 'big', blink: 'blink', bold: 'b',
function-names.js 119 "fontsize", "big", "blink", "bold", "fixed", "italics", "small",
undeletable-functions.js 99 "big", "blink", "bold", "fixed", "italics", "small", "strike", "sub", "sup",
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-76054.js 46 status = 'big()';
47 actual = s.big();
  /frameworks/base/tools/localize/
localize_test.cpp 167 test_one_pseudo(bool big, const char* expected)
178 pseudolocalize_xliff(xliff, big);
localize.cpp 591 " --big Pad strings so they get longer.\n"
702 bool big = false; local
706 if (0 == strcmp("--big", argv[index])) {
707 big = true;
732 return do_pseudo(infile, outfile, big);
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
NumberFormatTest.java 78 java.math.BigInteger big; local
80 big = new java.math.BigInteger(String.valueOf(Long.MAX_VALUE))
82 out = format.format(big, new StringBuffer(), pos);
87 big = new java.math.BigInteger(String.valueOf(Long.MIN_VALUE))
89 out = format.format(big, new StringBuffer(), pos);
    [all...]
DecimalFormatTest.java 812 java.math.BigInteger big; local
814 big = new java.math.BigInteger(String.valueOf(Long.MAX_VALUE))
816 out = format.format(big, new StringBuffer(), pos);
822 big = new java.math.BigInteger(String.valueOf(Long.MIN_VALUE))
824 out = format.format(big, new StringBuffer(), pos);
828 // format big decimal
834 // format big decimal
    [all...]
  /external/webkit/WebCore/css/
wml.css 218 big {
html.css 557 big {
  /external/svox/pico/lib/
picocep.c 511 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/icu4c/test/testdata/
testdata.mak 23 # icu26e_testtypes.res is the same, but icuswapped to big-endian EBCDIC
  /external/guava/src/com/google/common/primitives/
generate.sh 290 * Returns a big-endian representation of {@code value} in a ?-element byte
308 * Returns the {@code primtyp} value whose big-endian representation is
  /external/freetype/src/sfnt/
ttsbit0.c 318 FT_Bool big )
334 if ( big )
851 case 2: /* big metrics, constant image size */
  /external/elfutils/
elfutils.spec 221 - upgrade to 0.82 (strip tests fixed on big-endian).
  /external/v8/src/
string.js 772 return "<big>" + this + "</big>";
899 "big", StringBig,
runtime.js 430 // big enough, but sanity check the value to avoid overflow when
  /build/core/tasks/
cts.mk 238 # Please see big comment above on why this line depends on javalib.jar instead of classes.jar
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
FormatterTest.java 3103 BigInteger big = new BigInteger("100"); local
    [all...]
  /external/clearsilver/
config.guess 780 big) echo mips-unknown-linux-gnu && exit 0 ;;
    [all...]
  /external/zlib/contrib/masmx86/
gvmat32.asm 488 ; now we restore edx, ecx and esi, for the big loop
509 ; now we restore ecx and esi, for the big loop :
  /external/icu4c/data/
makedata.mak 169 # Does a big endian version exist either?

Completed in 695 milliseconds

1 2