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

1 23 4 5 6

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_powf.c 30 huge = 1.0e30, variable
133 /* |y| is huge */
136 if(ix<0x3f7ffff8) return (hy<0)? sn*huge*huge:sn*tiny*tiny;
137 if(ix>0x3f800007) return (hy>0)? sn*huge*huge:sn*tiny*tiny;
210 return sn*huge*huge; /* overflow */
212 if(p_l+ovt>z-p_h) return sn*huge*huge; /* overflow *
    [all...]
e_coshl.c 40 static const volatile long double huge = 0x1p10000L, tiny = 0x1p-10000L; variable
129 RETURNI(huge*huge);
e_asinl.c 31 huge = 1.000e+300; variable
49 if(huge+x>one) return x;/* return x with inexact if x!=0*/
s_atan.c 71 huge = 1.0e300; variable
91 if(huge+x>one) return x; /* raise inexact */
s_atanl.c 30 huge = 1.0e300; variable
56 if(huge+x>one) return x; /* raise inexact */
s_ccosh.c 47 static const double huge = 0x1p1023; variable
82 h = huge * x;
s_ccoshf.c 39 static const float huge = 0x1p127; variable
73 h = huge * x;
s_csinh.c 47 static const double huge = 0x1p1023; variable
82 h = huge * x;
s_csinhf.c 39 static const float huge = 0x1p127; variable
73 h = huge * x;
e_asin.c 54 huge = 1.000e+300, variable
86 if(huge+x>one) return x;/* return x with inexact if x!=0*/
  /external/fdlibm/
s_expm1.c 116 huge = 1.0e+300, variable
145 /* filter out huge and non-finite argument */
153 if(x > o_threshold) return huge*huge; /* overflow */
178 // t = huge+x; /* return x with inexact flags when x!=0 */
179 // return x - (t-(huge+x));
s_atan.c 83 huge = 1.0e300; variable
105 if(huge+x>one) return x; /* raise inexact */
e_asin.c 53 huge = 1.000e+300, variable
87 if(huge+x>one) return x;/* return x with inexact if x!=0*/
  /device/google/contexthub/lib/libm/
sf_atan.c 65 huge = 1.0e30; variable
86 if(huge+x>one) return x; /* raise inexact */
  /libcore/ojluni/src/main/native/
jfdlibm.h 37 #define huge HUGE_NUMBER macro
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 45 huge = 0x1p10000L, variable
79 RETURNP(huge * huge);
221 RETURNP(huge * huge);
  /external/v8/test/mjsunit/compiler/
alloc-object-huge.js 32 // Test that huge constructors (more than 256 this assignments) are
35 // Test huge constructor when being inlined into hydrogen.
37 return new huge();
46 // Test huge constructor with specialized constructor stub.
47 var o = new huge();
51 // The huge constructor, nothing interesting beyond this point.
52 function huge() { class
  /external/crcalc/tests/src/com/hp/creals/
CRTest.java 110 CR huge = CR.valueOf(million.multiply(million).multiply(thousand)); local
131 check_eq(tan.execute(atan.execute(huge)), huge, local
  /external/jemalloc/src/
stats.c 45 void *cbopaque, unsigned i, bool bins, bool large, bool huge);
214 "huge: size ind allocated nmalloc ndalloc"
257 unsigned i, bool bins, bool large, bool huge)
331 CTL_M2_GET("stats.arenas.0.huge.allocated", i, &huge_allocated, size_t);
332 CTL_M2_GET("stats.arenas.0.huge.nmalloc", i, &huge_nmalloc, uint64_t);
333 CTL_M2_GET("stats.arenas.0.huge.ndalloc", i, &huge_ndalloc, uint64_t);
334 CTL_M2_GET("stats.arenas.0.huge.nrequests", i, &huge_nrequests,
337 "huge: %12zu %12"FMTu64" %12"FMTu64
364 if (huge)
380 bool huge = true local
    [all...]
  /bionic/tests/
sys_mman_test.cpp 224 const size_t huge = size_t(PTRDIFF_MAX) + 1; variable
227 ASSERT_EQ(MAP_FAILED, mmap(nullptr, huge, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0));
233 ASSERT_EQ(MAP_FAILED, mremap(map, PAGE_SIZE, huge, MREMAP_MAYMOVE));
  /external/jemalloc/test/unit/
stats.c 52 assert_d_eq(mallctl("stats.arenas.0.huge.allocated", &allocated, &sz,
55 assert_d_eq(mallctl("stats.arenas.0.huge.nmalloc", &nmalloc, &sz, NULL,
57 assert_d_eq(mallctl("stats.arenas.0.huge.ndalloc", &ndalloc, &sz, NULL,
59 assert_d_eq(mallctl("stats.arenas.0.huge.nrequests", &nrequests, &sz,
78 void *little, *large, *huge; local
93 huge = mallocx(chunksize, 0);
94 assert_ptr_not_null(huge, "Unexpected mallocx() failure");
98 dallocx(huge, 0);
254 assert_d_eq(mallctl("stats.arenas.0.huge.allocated", &allocated, &sz,
257 assert_d_eq(mallctl("stats.arenas.0.huge.nmalloc", &nmalloc, &sz
    [all...]
  /external/dbus/test/name-test/
tmp-session-like-system.conf 73 having the bus enforce a limit is nicer than a huge memory leak. But the
  /external/skia/samplecode/
SampleFuzz.cpp 48 static float huge() { function
82 case 5: v = huge(); break;
  /external/v8/test/webkit/
dfg-int-overflow-large-constants-in-a-line.js 25 "Tests that our optimization to elide overflow checks understands that if we keep adding huge numbers, we could end up creating a number that is not precisely representable using doubles."
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
relbrlt.d 49 0*157e00e4 <huge>:

Completed in 1186 milliseconds

1 23 4 5 6