Home
last modified time | relevance | path

Searched refs:ydiff (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.cpp49 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/
DGraggBulirschStoerStepInterpolator.java250 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/igt-gpu-tools/lib/
Digt_frame.c338 unsigned int xdiff = 0, ydiff = 0; in igt_check_checkerboard_frame_match() local
346 ydiff += abs(XR24_COLOR_VALUE(ref_data, ref_stride, x, y + span, c) - in igt_check_checkerboard_frame_match()
351 ydiff > edge_threshold); in igt_check_checkerboard_frame_match()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/
Darm_math.h6761 float32_t xdiff, ydiff; in arm_bilinear_interp_f32() local
6800 ydiff = Y - yIndex; in arm_bilinear_interp_f32()
6803 out = b1 + b2 * xdiff + b3 * ydiff + b4 * xdiff * ydiff; in arm_bilinear_interp_f32()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/
Darm_math.h6761 float32_t xdiff, ydiff; in arm_bilinear_interp_f32() local
6800 ydiff = Y - yIndex; in arm_bilinear_interp_f32()
6803 out = b1 + b2 * xdiff + b3 * ydiff + b4 * xdiff * ydiff; in arm_bilinear_interp_f32()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...