Home
last modified time | relevance | path

Searched refs:degrees (Results 1 – 5 of 5) sorted by relevance

/device/google/dragon/audio/hal/dsp/tests/
Dplot_fftl.m35 xlabel('Frequency'), ylabel('Phase (degrees)'), grid;
/device/generic/goldfish/camera/
DExif.cpp231 static void convertGpsCoordinate(float degrees, float (*result)[3]) { in convertGpsCoordinate() argument
232 float absDegrees = fabs(degrees); in convertGpsCoordinate()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DTHERMAL.ASL59 …// An Integer containing the current temperature of the thermal zone (in tenths of degrees Kelvi…
/device/generic/goldfish/gps/
Dgps_qemu.c323 int degrees = (int)(floor(val) / 100); in convert_from_hhmm() local
324 double minutes = val - degrees*100.; in convert_from_hhmm()
325 double dcoord = degrees + minutes / 60.0; in convert_from_hhmm()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_math.py350 self.assertRaises(TypeError, math.degrees)
351 self.ftest('degrees(pi)', math.degrees(math.pi), 180.0)
352 self.ftest('degrees(pi/2)', math.degrees(math.pi/2), 90.0)
353 self.ftest('degrees(-pi/4)', math.degrees(-math.pi/4), -45.0)