Home
last modified time | relevance | path

Searched refs:nzero (Results 1 – 3 of 3) 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/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.py600 nzero = math.copysign(0.0, -1)
601 self.assertTrue(approx_equal(nzero, 0.0, tol=0.1, rel=0.1))
604 nzero = Decimal("-0.0")
605 self.assertTrue(approx_equal(nzero, Decimal(0), tol=0.1, rel=0.1))