Searched refs:nzero (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tsputil.cpp | 38 double nzero = 0.0; 40 nzero *= -1; 104 double nzero = 0.0; in testMaxMin() local 106 nzero *= -1; in testMaxMin() 115 maxMinTest(pinf, nzero, pinf, TRUE); in testMaxMin() 116 maxMinTest(pinf, nzero, nzero, FALSE); in testMaxMin() 121 maxMinTest(ninf, nzero, nzero, TRUE); in testMaxMin() 122 maxMinTest(ninf, nzero, ninf, FALSE); in testMaxMin() 137 maxMinTest(nan, nzero, nan, TRUE); in testMaxMin() 138 maxMinTest(nan, nzero, nan, FALSE); in testMaxMin() [all …]
|
/external/jemalloc/src/ |
D | arena.c | 2930 size_t nzero = (uintptr_t)zpast - (uintptr_t)zbase; in arena_ralloc_large_grow() local 2931 assert(nzero > 0); in arena_ralloc_large_grow() 2932 memset(zbase, 0, nzero); in arena_ralloc_large_grow()
|