HomeSort by relevance Sort by last modified time
    Searched refs:normal_cdf (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
RandomTest.cpp 51 static double normal_cdf(double z) { function
146 double p = normal_cdf(z);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AutoFixFilter.java 36 private static final int normal_cdf[] = { field in class:AutoFixFilter
205 long temp = normal_cdf[i] * precision / histDim;

Completed in 294 milliseconds