Lines Matching +full:fs +full:- +full:extra
4 * Use of this source code is governed by a BSD-style license that can be
32 skvx::float4 fs(1,2,3,4); in onDraw() local
33 while (loops --> 0) { in onDraw()
34 fs = skvx::cast<float>(skvx::cast<T>(fs)); in onDraw()
36 fs.store(const_cast<float*>(blackhole)); in onDraw()
50 skvx::float4 fs(1,2,3,4); in onDraw() local
51 while (loops --> 0) { in onDraw()
52 fs = floor(fs); in onDraw()
54 fs.store(const_cast<float*>(blackhole)); in onDraw()
67 dc = c1 - c0, in onDraw()
74 auto a = c0 + dc*fx + 0.5f, // add an extra 0.5f to get rounding for free. in onDraw()