Home
last modified time | relevance | path

Searched refs:normal_cdf (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tests/
DRandomTest.cpp51 static double normal_cdf(double z) { in normal_cdf() function
146 double p = normal_cdf(z); in test_single_gorilla()
/third_party/flutter/skia/tests/
DRandomTest.cpp51 static double normal_cdf(double z) { in normal_cdf() function
146 double p = normal_cdf(z); in test_single_gorilla()
/third_party/libabigail/tests/lib/
Dcatch.hpp7030 inline double normal_cdf(double x) { in normal_cdf() function
7066 return std::lround(normal_cdf(x) * n); }; in bootstrap()