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

/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFrame.idl63 uuid(B4B22EF7-DD43-4d01-A992-99C4A8B1F845),
/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/elfutils/tests/
H A Drun-strings-test.sh136 testfile4: d01 __cxa_finalize
/external/icu4c/test/intltest/
H A Dcalregts.cpp1270 UDate d01 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 56); local
1279 if (cal->getTime(status) != d01)

Completed in 167 milliseconds