Home
last modified time | relevance | path

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

/external/skqp/bench/
DMatrix44Bench.cpp238 SetConcatMatrix44Bench(bool fastPath) in SetConcatMatrix44Bench() argument
239 : INHERITED(fastPath ? "setconcat_fast" : "setconcat_general") in SetConcatMatrix44Bench()
241 if (fastPath) { in SetConcatMatrix44Bench()
/external/kotlinx.coroutines/benchmarks/src/jmh/java/benchmarks/flow/scrabble/optimizations/
DFlowableCharSequence.java58 fastPath(); in request()
66 void fastPath() { in fastPath() method in FlowableCharSequence.CharSequenceSubscription
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp129 bool fastPath = numWholeNumberDigits <= 15; // when the number gets too complex, set to false in lFloatConst() local
131 if (fastPath) { in lFloatConst()
195 fastPath = false; in lFloatConst()
196 if (fastPath) { in lFloatConst()
242 fastPath = false; in lFloatConst()
244 if (fastPath) { in lFloatConst()
325 if (fastPath) { in lFloatConst()