Home
last modified time | relevance | path

Searched defs:pzero (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtsputil.cpp105 double pzero = 0.0; in testMaxMin() local
324 volatile double pzero = 0.0; in testZero() local
/external/cronet/stable/third_party/icu/source/test/intltest/
Dtsputil.cpp105 double pzero = 0.0; in testMaxMin() local
324 volatile double pzero = 0.0; in testZero() local
/external/cronet/tot/third_party/icu/source/test/intltest/
Dtsputil.cpp105 double pzero = 0.0; in testMaxMin() local
324 volatile double pzero = 0.0; in testZero() local
/external/musl/src/math/
Dj0.c263 static double pzero(double x) in pzero() function
/external/trusty/musl/src/math/
Dj0.c263 static double pzero(double x) in pzero() function
/external/fdlibm/
De_j0.c321 static double pzero(double x) in pzero() function
/external/rust/android-crates-io/crates/libm/src/math/
Dj0.rs283 fn pzero(x: f64) -> f64 { in pzero() function