Home
last modified time | relevance | path

Searched refs:huge (Results 1 – 25 of 253) sorted by relevance

1234567891011

/external/python/cpython2/Lib/test/
Dtest_long_future.py55 huge = 1L << 40000
56 mhuge = -huge
57 self.assertEqual(huge / huge, 1.0)
59 self.assertEqual(huge / mhuge, -1.0)
60 self.assertEqual(mhuge / huge, -1.0)
61 self.assertEqual(1 / huge, 0.0)
62 self.assertEqual(1L / huge, 0.0)
65 self.assertEqual((666 * huge + (huge >> 1)) / huge, 666.5)
67 self.assertEqual((666 * huge + (huge >> 1)) / mhuge, -666.5)
68 self.assertEqual((666 * mhuge + (mhuge >> 1)) / huge, -666.5)
[all …]
/external/valgrind/
DANDROID_PATCH_AGAINST_UPSTREAM.txt1 Only in /huge-ssd/aosp-arm64/external/valgrind/: android
2 Only in /huge-ssd/aosp-arm64/external/valgrind/: Android.build_all.mk
3 Only in /huge-ssd/aosp-arm64/external/valgrind/: Android.build_host.mk
4 Only in /huge-ssd/aosp-arm64/external/valgrind/: Android.build_one.mk
5 Only in /huge-ssd/aosp-arm64/external/valgrind/: Android.clean.mk
6 Only in /huge-ssd/aosp-arm64/external/valgrind/: Android.mk
7 Only in /huge-ssd/aosp-arm64/external/valgrind/: ANDROID_PATCH_AGAINST_UPSTREAM.txt
8 Only in /huge-ssd/aosp-arm64/external/valgrind/: Android.test.mk
9 diff '--exclude=.git' -ru valgrind-3.13.0/config.h /huge-ssd/aosp-arm64/external/valgrind/config.h
11 +++ /huge-ssd/aosp-arm64/external/valgrind/config.h 2017-06-21 14:07:44.786099941 -0700
[all …]
/external/fdlibm/
De_pow.c75 huge = 1.0e300, variable
193 if(ix<=0x3fefffff) return (hy<0)? huge*huge:tiny*tiny;
194 if(ix>=0x3ff00000) return (hy>0)? huge*huge:tiny*tiny;
197 if(ix<0x3fefffff) return (hy<0)? s*huge*huge:s*tiny*tiny;
198 if(ix>0x3ff00000) return (hy>0)? s*huge*huge:s*tiny*tiny;
268 return s*huge*huge; /* overflow */
270 if(p_l+ovt>z-p_h) return s*huge*huge; /* overflow */
Ds_scalbn.c30 huge = 1.0e+300, variable
53 if (k > 0x7fe) return huge*ieee_copysign(huge,x); /* overflow */
58 return huge*ieee_copysign(huge,x); /*overflow*/
Ds_ceil.c26 static const double huge = 1.0e300; variable
28 static double huge = 1.0e300; variable
45 if(huge+x>0.0) {/* return 0*sign(x) if |x|<1 */
52 if(huge+x>0.0) { /* raise inexact flag */
63 if(huge+x>0.0) { /* raise inexact flag */
Ds_floor.c26 static const double huge = 1.0e300; variable
28 static double huge = 1.0e300; variable
45 if(huge+x>0.0) {/* return 0*sign(x) if |x|<1 */
53 if(huge+x>0.0) { /* raise inexact flag */
64 if(huge+x>0.0) { /* raise inexact flag */
De_cosh.c38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
40 static double one = 1.0, half=0.5, huge = 1.0e300; variable
88 return huge*huge;
De_exp.c85 huge = 1.0e+300, variable
123 if(x > o_threshold) return huge*huge; /* overflow */
140 if(huge+x>one) return one+x;/* trigger inexact */
De_atanh.c36 static const double one = 1.0, huge = 1e300; variable
38 static double one = 1.0, huge = 1e300; variable
60 if(ix<0x3e300000&&(huge+x)>zero) return x; /* x<2**-28 */
Ds_expm1.c116 huge = 1.0e+300, variable
153 if(x > o_threshold) return huge*huge; /* overflow */
Ds_asinh.c34 huge= 1.00000000000000000000e+300; variable
49 if(huge+x>one) return x; /* return x inexact except 0 */
Ds_atan.c83 huge = 1.0e300; variable
105 if(huge+x>one) return x; /* raise inexact */
De_asin.c53 huge = 1.000e+300, variable
87 if(huge+x>one) return x;/* return x with inexact if x!=0*/
/external/toolchain-utils/go/patch/
Dgo7.patch11 - t.Skip("skipping huge allocation in short mode")
13 + t.Skip("skipping test due to huge memory requirement")
14 huge := make([]byte, tooBig)
15 huge[0] = 7 // Make sure it's not all zeros.
107 + t.Skip("skipping test due to huge memory requirement")
118 + t.Skip("skipping test due to huge memory requirement")
/external/clang/test/Misc/
Dbackend-resource-limit-diagnostics.cl7 volatile local int huge[120000];
8 huge[0] = 2;
/external/jemalloc/src/
Dstats.c39 bool json, bool large, bool huge, unsigned i) in stats_arena_bins_print() argument
177 "\t\t\t\t]%s\n", (large || huge) ? "," : ""); in stats_arena_bins_print()
188 bool json, bool huge, unsigned i) in stats_arena_lruns_print() argument
241 "\t\t\t\t]%s\n", huge ? "," : ""); in stats_arena_lruns_print()
318 bool json, unsigned i, bool bins, bool large, bool huge) in stats_arena_print() argument
547 stats_arena_bins_print(write_cb, cbopaque, json, large, huge, in stats_arena_print()
551 stats_arena_lruns_print(write_cb, cbopaque, json, huge, i); in stats_arena_print()
552 if (huge) in stats_arena_print()
947 bool json, bool merged, bool unmerged, bool bins, bool large, bool huge) in stats_print_helper() argument
1023 narenas, bins, large, huge); in stats_print_helper()
[all …]
/external/v8/src/base/
Dieee754.cc1049 huge = 1.000e+300, in asin() local
1079 if (huge + x > one) return x; /* return x with inexact if x!=0*/ in asin()
1125 huge = 1.00000000000000000000e+300; in asinh() local
1133 if (huge + x > one) return x; /* return x inexact except 0 */ in asinh()
1199 static const double one = 1.0, huge = 1.0e300; in atan() local
1218 if (huge + x > one) return x; /* raise inexact */ in atan()
1514 huge = 1.0e+300, in exp() local
1536 if (x > o_threshold) return huge * huge; /* overflow */ in exp()
1559 if (huge + x > one) return one + x; /* trigger inexact */ in exp()
1603 static const double one = 1.0, huge = 1e300; in atanh() local
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dover-max-lds-size.ll7 @huge = internal unnamed_addr addrspace(3) global [100000 x i32] undef, align 4
11 %v0 = getelementptr inbounds [100000 x i32], [100000 x i32] addrspace(3)* @huge, i32 0, i32 0
/external/curl/tests/data/
Dtest5537 huge request header
35 HTTP post with huge request headers and post data from callback
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java110 CR huge = CR.valueOf(million.multiply(million).multiply(thousand)); in testCR() local
131 check_eq(tan.execute(atan.execute(huge)), huge, in testCR() local
/external/jemalloc/test/unit/
Dstats.c78 void *little, *large, *huge; in TEST_BEGIN() local
93 huge = mallocx(chunksize, 0); in TEST_BEGIN()
94 assert_ptr_not_null(huge, "Unexpected mallocx() failure"); in TEST_BEGIN()
98 dallocx(huge, 0); in TEST_BEGIN()
/external/jemalloc/
DChangeLog22 - Mark partially purged arena chunks as non-huge-page. This improves
23 interaction with Linux's transparent huge page functionality. (@jasone)
95 - Fix opt_zero-triggered in-place huge reallocation zeroing. (@jasone)
188 - Attempt mmap-based in-place huge reallocation. This can dramatically speed
189 up incremental huge reallocation. (@jasone)
234 - Fix xallocx(..., MALLOCX_ZERO) to zero trailing bytes of huge allocations
279 - Fix chunk purge hook calls for in-place huge shrinking reallocation to
344 - Refactor huge allocation to be managed by arenas, so that arenas now
348 + The "stats.arenas.<i>.huge.allocated", "stats.arenas.<i>.huge.nmalloc",
349 "stats.arenas.<i>.huge.ndalloc", and "stats.arenas.<i>.huge.nrequests"
[all …]
/external/e2fsprogs/tests/m_hugefile/
Dname1 create a hugefile fs with a single huge file
/external/markdown/tests/misc/
Dadjacent-headers.txt1 # this is a huge header #
/external/libmojo/mojo/public/interfaces/bindings/tests/data/validation/
Dconformance_msghdr_num_bytes_huge.data1 [u4]0xFFFFFFFF // num_bytes: Test whether a huge value will cause overflow.

1234567891011