Searched defs:binary_search (Results 1 - 3 of 3) sorted by relevance

/external/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp54 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t, function
221 double newT = binary_search(cubic, step, pt, t, &iters);
269 double newT = binary_search(cubic, 0.1, pt, t, &iters);
/external/skqp/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp54 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t, function
221 double newT = binary_search(cubic, step, pt, t, &iters);
269 double newT = binary_search(cubic, 0.1, pt, t, &iters);
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp417 binary_search(i);
422 void binary_search(int32_t random) { function in class:CmdBinSearch

Completed in 304 milliseconds