Searched refs:phi1 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-173907.js42 var phi1 = v + K;
45 spill(); // At this point initial values for phi1 and phi2 are spilled.
56 // All registers are blocked and phis for phi1 and phi2 are spilled because
67 // Now swap values of phi1 and phi2 to create cycle between phis.
68 var t = phi1;
69 phi1 = phi2;
73 // Now we want to get values of phi1 and phi2. However we would like to
74 // do it in a way that does not produce any uses of phi1&phi2 that have
76 result[0] = (O === 0) ? phi1 : phi2;
77 result[1] = (O !== 0) ? phi1
[all...]
H A Dregress-crbug-173907b.js42 var phi1 = v + K;
45 spill(); // At this point initial values for phi1 and phi2 are spilled.
56 // All registers are blocked and phis for phi1 and phi2 are spilled because
67 // Now swap values of phi1 and phi2 to create cycle between phis.
68 var t = phi1;
69 phi1 = phi2;
73 // Now we want to get values of phi1 and phi2. However we would like to
74 // do it in a way that does not produce any uses of phi1&phi2 that have
76 result[0] = (O === 0) ? phi1 : phi2;
77 result[1] = (O !== 0) ? phi1
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-phi-reducer.cc131 Node* phi1 = R.Phi(b, a); local
132 R.CheckReduce(phi1, phi1);
162 Node* phi1 = R.Phi(b, a, a); local
163 R.CheckReduce(phi1, phi1);
202 Node* phi1 = R.Phi(b, a, a, a); local
203 R.CheckReduce(phi1, phi1);
/external/opencv/cv/src/
H A Dcvhough.cpp293 float phi, phi1; local
316 for( ti1 = 1, phi = theta_it - halfPi, phi1 = (theta_it + t) * itheta;
317 ti1 < halftn; ti1++, phi += theta_it, phi1 += scale_factor )
321 i += cvFloor( phi1 );
/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
1641 phi1 = ft_angle_mean( angle_in, angle_mid );
1657 FT_Vector_From_Polar( &ctrl1, length1, phi1 + rotate );
/external/freetype/src/base/
H A Dftstroke.c1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
1641 phi1 = ft_angle_mean( angle_in, angle_mid );
1657 FT_Vector_From_Polar( &ctrl1, length1, phi1 + rotate );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftstroke.c1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
1641 phi1 = ft_angle_mean( angle_in, angle_mid );
1657 FT_Vector_From_Polar( &ctrl1, length1, phi1 + rotate );

Completed in 2377 milliseconds