OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:approxInvert
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/opts/
SkNx_neon.h
57
SkNx
approxInvert
() const {
63
float32x2_t est1 = this->
approxInvert
().fVec,
138
SkNx
approxInvert
() const {
144
float32x4_t est1 = this->
approxInvert
().fVec,
SkXfermode_opts.h
136
otherwise = sa * Sk4f::Min(da, (d*sa)*(sa-s).
approxInvert
()) + s*ida + d*isa;
152
otherwise = sa*(da-Sk4f::Min(da, (da-d)*sa*s.
approxInvert
())) + s*ida + d*isa;
SkNx_sse.h
61
SkNx
approxInvert
() const { return _mm_rcp_ps(fVec); }
112
SkNx
approxInvert
() const { return _mm_rcp_ps(fVec); }
/external/skia/src/core/
SkNx.h
55
OP(invert) OP(
approxInvert
)
133
SkNx
approxInvert
() const { return this->invert(); }
/external/skia/tests/
SkNxTest.cpp
61
assert_nearly_eq(0.001f, fours.
approxInvert
(), 0.25, 0.25, 0.25, 0.25);
Completed in 58 milliseconds