Searched defs:d01 (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPathOpenVG.cpp251 double d01 = hypot(v01.width(), v01.height()); local
253 double angle = (piDouble - fabs(asin(cross / (d01 * d21)))) * 0.5;
255 double rate = span / d01;
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.cpp671 double d01 = v01.length(); local
673 double angle = (piDouble - fabs(asin(cross / (d01 * d21)))) * 0.5;
675 double rate = span / d01;
/external/icu4c/test/intltest/
H A Dcalregts.cpp1235 UDate d01 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 56); local
1244 if (cal->getTime(status) != d01)

Completed in 533 milliseconds