Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/math/
Dm_dotprod_tmp.h64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
70 coord[2] * plane2 + in TAG()
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
91 coord[2] * plane2 + in TAG()
/third_party/boost/boost/geometry/strategies/spherical/
Dintersection.hpp314 plane2 = calc_policy.get_plane(b1v, b2v); in apply() local
319 calculate_dist(b1v, b2v, plane2, dist_b1_b2); in apply()
329 sides.set<0>(plane2.side_value(a1v), plane2.side_value(a2v)); in apply()
377 if (! b_is_point && ! detail::vec_normalize(plane2.normal, len2)) in apply()
424 calc_t dot_n1n2 = dot_product(plane1.normal, plane2.normal); in apply()
442plane2, a1v, a2v, dist_b1_b2, degen_neq_coords); in apply()
456 … calculate_collinear_data(b1, b2, a1, a2, b1v, b2v, plane2, a1v, a2v, dist_b1_b2, dist_b1_a1); in apply()
457 … calculate_collinear_data(b1, b2, a2, a1, b1v, b2v, plane2, a2v, a1v, dist_b1_b2, dist_b1_a2); in apply()
524 plane1, plane2, calc_policy, in apply()
626 Plane const& plane2, // in in calculate_ip_data()
[all …]
/third_party/boost/boost/geometry/strategies/geographic/
Dintersection_elliptic.hpp98 plane<Point3d> const& plane2, in intersection_points()
103 Point3d id = cross_product(plane1.normal, plane2.normal); in intersection_points()
198 plane<Point3d> const& plane2, in intersection_points()
202 plane2.origin, plane2.normal, in intersection_points()
/third_party/skia/third_party/externals/libwebp/extras/
Dget_disto.c169 uint8_t* const plane2 = plane1 + w * h; in SSIMScaleChannel() local
176 plane2[x + y * w] = src2[x * x_stride + y * stride2]; in SSIMScaleChannel()
181 const double ssim = SSIMGetClipped(plane1, w, plane2, w, x, y, w, h); in SSIMScaleChannel()
/third_party/flutter/skia/third_party/externals/libwebp/extras/
Dget_disto.c169 uint8_t* const plane2 = plane1 + w * h; in SSIMScaleChannel() local
176 plane2[x + y * w] = src2[x * x_stride + y * stride2]; in SSIMScaleChannel()
181 const double ssim = SSIMGetClipped(plane1, w, plane2, w, x, y, w, h); in SSIMScaleChannel()
/third_party/icu/icu4c/source/test/cintltst/
Dbocu1tst.c945 static const UChar plane2[]={ 0xd845, 0xdddd }; variable
965 { plane2, UPRV_LENGTHOF(plane2) },