Searched refs:agrees (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | PathOpsAngleIdeas.cpp | 752 static double mDistance(skiatest::Reporter* reporter, bool agrees, const SkDQuad& q1, in mDistance() argument 754 if (1 && agrees) { in mDistance() 780 " dir%c 1a=%1.9g 1b=%1.9g 2a=%1.9g 2b=%1.9g\n", agrees ? 'T' : 'F', in mDistance() 788 SkDebugf("%c dist=%1.9g r=%1.9g\n", agrees ? 'T' : 'F', use1 ? dist1 : dist2, in mDistance() 832 bool agrees = bruteForceCheck(reporter, quad1, quad2, ccw); 833 maxR = std::min(maxR, mDistance(reporter, agrees, quad1, quad2)); 834 if (agrees) { 848 agrees = bruteForceCheck(reporter, q1, q2, ccw); 849 maxR = std::min(maxR, mDistance(reporter, agrees, q1, q2)); 850 if (agrees) { [all...] |
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 307 // For 0/inf/nan, make sure the sign bit agrees with input and return
|
H A D | gk110.asm | 274 // For 0/inf/nan, make sure the sign bit agrees with input and return
|
H A D | gk104.asm | 733 // For 0/inf/nan, make sure the sign bit agrees with input and return
|
Completed in 5 milliseconds