Home
last modified time | relevance | path

Searched defs:marginOfError (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp115 U_CAPI double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError) { in uprv_getMeanTime()
197 U_CAPI double uprv_getSieveTime(double *marginOfError) { in uprv_getSieveTime()
DhowExpensiveIs.cpp175 virtual int32_t runTests(double *subTime, double *marginOfError) { in runTests()
245 virtual int32_t runTests(double *subTime, double *marginOfError) { in runTests()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_timer.c72 const Uint32 marginOfError = 25; in timer_delayAndGetTicks() local