HomeSort by relevance Sort by last modified time
    Searched defs:Hz (Results 1 - 6 of 6) sorted by null

  /external/linux-tools-perf/util/
svghelper.c 311 static char *HzToHuman(unsigned long hz)
314 unsigned long long Hz;
318 Hz = hz;
321 sprintf(buffer, "%9lli", Hz);
323 if (Hz > 1000)
324 sprintf(buffer, " %6lli Mhz", (Hz+500)/1000);
326 if (Hz > 1500000)
327 sprintf(buffer, " %6.2f Ghz", (Hz+5000.0)/1000000);
329 if (Hz == turbo_frequency
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java 828 float Hz = Ex*Ay - Ey*Ax;
829 final float normH = (float)Math.sqrt(Hx*Hx + Hy*Hy + Hz*Hz);
838 Hz *= invH;
843 final float Mx = Ay*Hz - Az*Hy;
844 final float My = Az*Hx - Ax*Hz;
848 R[0] = Hx; R[1] = Hy; R[2] = Hz;
852 R[0] = Hx; R[1] = Hy; R[2] = Hz; R[3] = 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 158 milliseconds