Searched refs:phi2 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-173907.js43 var phi2 = 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.
69 phi1 = phi2;
70 phi2 = t;
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 : phi2;
[all...]
H A Dregress-crbug-173907b.js43 var phi2 = 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.
69 phi1 = phi2;
70 phi2 = t;
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 : phi2;
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c1634 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
1643 phi2 = ft_angle_mean( angle_mid, angle_out );
1662 FT_Vector_From_Polar( &ctrl2, length2, phi2 + rotate );
/external/freetype/src/base/
H A Dftstroke.c1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
1642 phi2 = ft_angle_mean( angle_mid, angle_out );
1661 FT_Vector_From_Polar( &ctrl2, length2, phi2 + rotate );
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1474 llvm::PHINode *phi2 = Builder.CreatePHI(v.second->getType(), 2); local
1475 phi2->addIncoming(v.second, messageBB);
1476 phi2->addIncoming(llvm::Constant::getNullValue(v.second->getType()),
1478 msgRet = RValue::getComplex(phi, phi2);

Completed in 295 milliseconds