OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hz
(Results
1 - 10
of
10
) 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
/external/webrtc/src/modules/audio_processing/test/
apmtest.m
287
fprintf('Using %d
Hz
\n', fs);
/external/qemu-pc-bios/vgabios/
clext.c
778
mov al, #0x01 ;; High Refresh 75
Hz
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump
[
all
...]
/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
/external/qemu-pc-bios/bochs/bios/
rombios.c
[
all
...]
Completed in 518 milliseconds