OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hz
(Results
1 - 8
of
8
) 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
797
float
Hz
= Ex*Ay - Ey*Ax;
798
final float normH = (float)Math.sqrt(Hx*Hx + Hy*Hy +
Hz
*
Hz
);
807
Hz
*= invH;
812
final float Mx = Ay*
Hz
- Az*Hy;
813
final float My = Az*Hx - Ax*
Hz
;
817
R[0] = Hx; R[1] = Hy; R[2] =
Hz
;
821
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/tools/common/osgi/
osgi.jar
/external/qemu-pc-bios/bochs/bios/
rombios.c
[
all
...]
Completed in 1366 milliseconds