Searched refs:nzero (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtsputil.cpp38 double nzero = 0.0;
40 nzero *= -1;
73 remainderTest(pinf, nzero, 1.25);
75 remainderTest(ninf, nzero, 1.25);
104 double nzero = 0.0; local
106 nzero *= -1;
115 maxMinTest(pinf, nzero, pinf, TRUE);
116 maxMinTest(pinf, nzero, nzero, FALSE);
121 maxMinTest(ninf, nzero, nzer
323 volatile double nzero = 0.0; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_table.c672 int *nzero, int flags)
710 if (nzero != NULL)
711 *nzero = xzero;
1375 pfr_clr_tstats(user_addr_t tbl, int size, int *nzero, int flags) argument
1402 if (nzero != NULL)
1403 *nzero = xzero;
671 pfr_clr_astats(struct pfr_table *tbl, user_addr_t _addr, int size, int *nzero, int flags) argument
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c3520 static double nzero = 1000.0; local
3521 if(nzero!=0.0) nzero = (One()/VpGetDoubleNegInf());
3522 return nzero;

Completed in 114 milliseconds