Home
last modified time | relevance | path

Searched refs:calculate_count (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/sksl/analysis/
H A DSkSLGetLoopUnrollInfo.cpp27 static int calculate_count(double start, double end, double delta, bool forwards, bool inclusive) { in calculate_count() function
182 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()
187 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()
192 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()
197 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()

Completed in 1 milliseconds