Searched refs:pzero (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | tsputil.cpp | 39 double pzero = 0.0; 105 double pzero = 0.0; in testMaxMin() local 115 maxMinTest(pinf, pzero, pinf, TRUE); in testMaxMin() 116 maxMinTest(pinf, pzero, pzero, FALSE); in testMaxMin() 121 maxMinTest(ninf, pzero, pzero, TRUE); in testMaxMin() 122 maxMinTest(ninf, pzero, ninf, FALSE); in testMaxMin() 137 maxMinTest(nan, pzero, nan, TRUE); in testMaxMin() 138 maxMinTest(nan, pzero, nan, FALSE); in testMaxMin() 163 maxMinTest(pzero, DBL_MAX, DBL_MAX, TRUE); in testMaxMin() 164 maxMinTest(pzero, -DBL_MAX, pzero, TRUE); in testMaxMin() [all …]
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | j0.c | 59 static double pzero(double), qzero(double); 94 cc = pzero(x)*cc-qzero(x)*ss; in common() 263 static double pzero(double x) in pzero() function
|
/third_party/musl/src/math/ |
D | j0.c | 59 static double pzero(double), qzero(double); 94 cc = pzero(x)*cc-qzero(x)*ss; in common() 263 static double pzero(double x) in pzero() function
|
/third_party/boost/boost/math/distributions/ |
D | non_central_t.hpp | 348 value_type pzero = non_central_t_cdf( in non_central_t_quantile() local 356 s = boost::math::sign(p - pzero); in non_central_t_quantile() 358 s = boost::math::sign(pzero - q); in non_central_t_quantile()
|