HomeSort by relevance Sort by last modified time
    Searched refs:huge (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_exp2l.c 43 huge = 0x1p10000L, variable
376 return (huge * huge); /* overflow */
  /external/opencv3/3rdparty/libpng/
pngmem.c 191 png_byte huge * hptr;
266 hptr = (png_byte huge *)table;
269 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j0.c 70 huge = 1e300, variable
118 if(huge+x>one) { /* raise inexact if x != 0 */
e_j0f.c 31 huge = 1e30, variable
79 if(huge+x>one) { /* raise inexact if x != 0 */
e_j1.c 70 huge = 1e300, variable
120 if(huge+x>one) return 0.5*x;/* inexact if x!=0 necessary */
e_j1f.c 31 huge = 1e30, variable
81 if(huge+x>one) return (float)0.5*x;/* inexact if x!=0 necessary */
s_exp2.c 47 huge = 0x1p1000, variable
360 return (huge * huge); /* overflow */
  /external/fdlibm/
e_j0.c 72 huge = 1e300, variable
124 if(huge+x>one) { /* raise inexact if x != 0 */
e_j1.c 72 huge = 1e300, variable
126 if(huge+x>one) return 0.5*x;/* inexact if x!=0 necessary */
  /external/v8/test/mjsunit/regress/
regress-regexp-construct-result.js 28 // Create a huge regexp with many alternative capture groups, most of
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 715 goto huge;
1095 goto huge;
1098 goto huge;
1102 goto huge;
1116 huge:
  /external/jemalloc/src/
huge.c 73 * virtual address space. Force all huge allocations to
96 /* Insert node into huge. */
99 ql_tail_insert(&arena->huge, node, ql_link);
171 /* Update the size of the huge allocation. */
232 /* Update the size of the huge allocation. */
267 /* Update the size of the huge allocation. */
298 /* Both allocations must be huge to avoid a move. */
390 ql_remove(&arena->huge, node, ql_link);
  /external/chromium-trace/catapult/dashboard/dashboard/
email_sheriff_test.py 131 """Tests the email content for "freakin huge" alert."""
  /external/curl/src/
mkhelp.pl 153 /* This mumbo-jumbo is the huge help text compressed with gzip.
  /external/jemalloc/
Android.mk 87 src/huge.c \
  /external/jemalloc/include/jemalloc/internal/
size_classes.sh 221 * HUGE_MAXCLASS: Maximum (huge) size class.
  /art/test/003-omnibus-opcodes/src/
IntMath.java 545 static void checkConsts(byte small, short medium, int large, long huge) {
553 Main.assertTrue(huge == 0x9922334455667788L); // const-wide
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/
ref.css 26 big.huge { font-size : larger; }
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_long.py 749 huge = 1L << 30000
750 mhuge = -huge
751 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math}
752 for test in ["float(huge)", "float(mhuge)",
753 "complex(huge)", "complex(mhuge)",
754 "complex(huge, 1)", "complex(mhuge, 1)",
755 "complex(1, huge)", "complex(1, mhuge)",
756 "1. + huge", "huge + 1.", "1. + mhuge", "mhuge + 1."
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_long.py 749 huge = 1L << 30000
750 mhuge = -huge
751 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math}
752 for test in ["float(huge)", "float(mhuge)",
753 "complex(huge)", "complex(mhuge)",
754 "complex(huge, 1)", "complex(mhuge, 1)",
755 "complex(1, huge)", "complex(1, mhuge)",
756 "1. + huge", "huge + 1.", "1. + mhuge", "mhuge + 1."
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 749 huge = 1L << 30000
750 mhuge = -huge
751 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math}
752 for test in ["float(huge)", "float(mhuge)",
753 "complex(huge)", "complex(mhuge)",
754 "complex(huge, 1)", "complex(mhuge, 1)",
755 "complex(1, huge)", "complex(1, mhuge)",
756 "1. + huge", "huge + 1.", "1. + mhuge", "mhuge + 1."
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 749 huge = 1L << 30000
750 mhuge = -huge
751 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math}
752 for test in ["float(huge)", "float(mhuge)",
753 "complex(huge)", "complex(mhuge)",
754 "complex(huge, 1)", "complex(mhuge, 1)",
755 "complex(1, huge)", "complex(1, mhuge)",
756 "1. + huge", "huge + 1.", "1. + mhuge", "mhuge + 1."
    [all...]
  /external/eigen/Eigen/src/Core/util/
Memory.h 90 std::size_t huge = -1;
91 new int[huge];
    [all...]
  /external/skia/samplecode/
SampleFilterFuzz.cpp 74 static float huge() { function
100 case 5: v = huge(); break;
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 132 // Delete a huge number of holes.

Completed in 1685 milliseconds

1 2 34 5 6