Searched refs:ydiff (Results 1 – 3 of 3) sorted by relevance
/external/skqp/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 49 const Sk4f& ynext, Sk4f* xdiff, Sk4f* ydiff, Sk4f* invLengths) { in compute_edge_vectors() argument 51 *ydiff = ynext - y; in compute_edge_vectors() 52 *invLengths = fma(*xdiff, *xdiff, *ydiff * *ydiff).rsqrt(); in compute_edge_vectors() 54 *ydiff *= *invLengths; in compute_edge_vectors() 61 const Sk4f& ydiff, const Sk4f& invLengths, const Sk4f& mask, in outset_masked_vertices() argument 69 *y += fma(maskedOutsetCW, nextCW(ydiff), maskedOutset * ydiff); in outset_masked_vertices() 86 const Sk4f& ydiff, const Sk4f& invLengths, in outset_vertices() argument 90 *y += fma(outsetCW, nextCW(ydiff), -outset * ydiff); in outset_vertices() 107 static void adjust_non_rectilinear_outset(const Sk4f& xdiff, const Sk4f& ydiff, Sk4f* outset) { in adjust_non_rectilinear_outset() argument 110 Sk4f cosTheta = fma(xdiff, nextCW(xdiff), ydiff * nextCW(ydiff)); in adjust_non_rectilinear_outset() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | GraggBulirschStoerStepInterpolator.java | 250 final double ydiff = y1[i] - currentState[i]; in computeCoefficients() local 251 final double aspl = ydiff - yp1; in computeCoefficients() 252 final double bspl = yp0 - ydiff; in computeCoefficients() 255 polynoms[1][i] = ydiff; in computeCoefficients() 268 final double ph1 = ydiff + 0.25 * (aspl - bspl); in computeCoefficients()
|
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |