Home
last modified time | relevance | path

Searched refs:w_2 (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/math/special_functions/detail/
Dibeta_inverse.hpp334 T w_2 = w * w; in temme_method_3_ibeta_inverse() local
335 T w_3 = w_2 * w; in temme_method_3_ibeta_inverse()
336 T w_4 = w_2 * w_2; in temme_method_3_ibeta_inverse()
337 T w_5 = w_3 * w_2; in temme_method_3_ibeta_inverse()
363 e1 += (w_3 + 9 * w_2 + 21 * w + 5) * d / (36 * w_2 * w1); in temme_method_3_ibeta_inverse()
364 e1 -= (w_4 - 13 * w_3 + 69 * w_2 + 167 * w + 46) * d_2 / (1620 * w1_2 * w_3); in temme_method_3_ibeta_inverse()
365 e1 -= (7 * w_5 + 21 * w_4 + 70 * w_3 + 26 * w_2 - 93 * w - 31) * d_3 / (6480 * w1_3 * w_4); in temme_method_3_ibeta_inverse()
366 …e1 -= (75 * w_6 + 202 * w_5 + 188 * w_4 - 888 * w_3 - 1345 * w_2 + 118 * w + 138) * d_4 / (272160 … in temme_method_3_ibeta_inverse()
368 T e2 = (28 * w_4 + 131 * w_3 + 402 * w_2 + 581 * w + 208) * (w - 1) / (1620 * w1 * w_3); in temme_method_3_ibeta_inverse()
369 …e2 -= (35 * w_6 - 154 * w_5 - 623 * w_4 - 1636 * w_3 - 3983 * w_2 - 3514 * w - 925) * d / (12960 *… in temme_method_3_ibeta_inverse()
[all …]
/third_party/flutter/skia/src/core/
DSkGeometry.cpp1161 double w_2 = w_d * 2; in chop() local
1163 mPt.fX = SkDoubleToScalar((fPts[0].fX + w_2 * fPts[1].fX + fPts[2].fX) * scale_half); in chop()
1164 mPt.fY = SkDoubleToScalar((fPts[0].fY + w_2 * fPts[1].fY + fPts[2].fY) * scale_half); in chop()
/third_party/skia/src/core/
DSkGeometry.cpp1360 double w_2 = w_d * 2; in chop() local
1362 mPt.fX = SkDoubleToScalar((fPts[0].fX + w_2 * fPts[1].fX + fPts[2].fX) * scale_half); in chop()
1363 mPt.fY = SkDoubleToScalar((fPts[0].fY + w_2 * fPts[1].fY + fPts[2].fY) * scale_half); in chop()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fragment_program4.txt603 t' = (t * w_1) / (t * w_1 + (1-t) * w_2)
605 and w_1 and w_2 are the w clip coordinates of P_1 and P_2,
606 respectively. If w_1 or w_2 is either zero or negative, the value of the
/third_party/openGLES/extensions/NV/
DNV_fragment_program4.txt603 t' = (t * w_1) / (t * w_1 + (1-t) * w_2)
605 and w_1 and w_2 are the w clip coordinates of P_1 and P_2,
606 respectively. If w_1 or w_2 is either zero or negative, the value of the
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_gpu_shader4.txt2402 t' = (t * w_1) / (t * w_1 + (1-t) * w_2)
2404 and w_1 and w_2 are the w clip coordinates of P_1 and P_2,
2405 respectively. If w_1 or w_2 is either zero or negative, the value of the
/third_party/openGLES/extensions/EXT/
DEXT_gpu_shader4.txt2402 t' = (t * w_1) / (t * w_1 + (1-t) * w_2)
2404 and w_1 and w_2 are the w clip coordinates of P_1 and P_2,
2405 respectively. If w_1 or w_2 is either zero or negative, the value of the