Home
last modified time | relevance | path

Searched refs:nzero (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtsputil.cpp40 double nzero = 0.0;
42 nzero *= -1;
106 double nzero = 0.0; in testMaxMin() local
108 nzero *= -1; in testMaxMin()
117 maxMinTest(pinf, nzero, pinf, TRUE); in testMaxMin()
118 maxMinTest(pinf, nzero, nzero, FALSE); in testMaxMin()
123 maxMinTest(ninf, nzero, nzero, TRUE); in testMaxMin()
124 maxMinTest(ninf, nzero, ninf, FALSE); in testMaxMin()
139 maxMinTest(nan, nzero, nan, TRUE); in testMaxMin()
140 maxMinTest(nan, nzero, nan, FALSE); in testMaxMin()
[all …]
/external/syzkaller/prog/
Dprio.go163 nzero := 0
172 nzero++
175 if nzero != 0 {
176 min /= 2 * float32(nzero)
/external/jemalloc_new/src/
Dlarge.c211 size_t nzero = (uintptr_t)zpast - (uintptr_t)zbase; in large_ralloc_no_move_expand() local
212 assert(nzero > 0); in large_ralloc_no_move_expand()
213 memset(zbase, 0, nzero); in large_ralloc_no_move_expand()
/external/python/cpython3/Lib/test/
Dtest_statistics.py578 nzero = math.copysign(0.0, -1)
579 self.assertTrue(approx_equal(nzero, 0.0, tol=0.1, rel=0.1))
582 nzero = Decimal("-0.0")
583 self.assertTrue(approx_equal(nzero, Decimal(0), tol=0.1, rel=0.1))
/external/jemalloc/src/
Darena.c3141 size_t nzero = (uintptr_t)zpast - (uintptr_t)zbase; in arena_ralloc_large_grow() local
3142 assert(nzero > 0); in arena_ralloc_large_grow()
3143 memset(zbase, 0, nzero); in arena_ralloc_large_grow()