Searched refs:mmx (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp102 mmx : 1, member in struct:VM_Version::StdCpuid1Edx::__anon57
157 mmx : 1, member in struct:VM_Version::ExtCpuid1Edx::__anon62
399 if (_cpuid_info.std_cpuid1_edx.bits.mmx != 0 || (is_amd() &&
400 _cpuid_info.ext_cpuid1_edx.bits.mmx != 0))
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DStroker.java224 float mmx = nx * scale, mmy = ny * scale;
226 // if (isCW(omx, omy, mx, my) != isCW(mmx, mmy, mx, my)) then we've
230 mmx = -mmx;
233 drawBezApproxForArc(cx, cy, omx, omy, mmx, mmy, rev);
234 drawBezApproxForArc(cx, cy, mmx, mmy, mx, my, rev);

Completed in 33 milliseconds