Home
last modified time | relevance | path

Searched defs:double (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_common/guest/hals/gps/
Dgps_vsoc.cpp168 static int gce_gps_inject_location(double /*latitude*/, double /*longitude*/, in gce_gps_inject_location() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_doctest.py51 def double(self): member in SampleClass
120 def double(self): member in SampleNewStyleClass
Dtest_decorators.py132 def double(x): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmathmodule.c683 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1()
716 math_1a(PyObject *arg, double (*func) (double)) in math_1a()
759 math_2(PyObject *args, double (*func) (double, double), char *funcname) in math_2() argument
1276 loghelper(PyObject* arg, double (*func)(double), char *funcname) in loghelper() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmathmodule.c683 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1()
716 math_1a(PyObject *arg, double (*func) (double)) in math_1a()
759 math_2(PyObject *args, double (*func) (double, double), char *funcname) in math_2() argument
1276 loghelper(PyObject* arg, double (*func)(double), char *funcname) in loghelper() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenType.py193 double = Type("double", "d") variable