Home
last modified time | relevance | path

Searched defs:zero (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_log10.c76 static const double zero = 0.0; variable
De_atan2.c55 zero = 0.0, variable
De_log2.c38 static const double zero = 0.0; variable
De_log.c100 static const double zero = 0.0; variable
De_rem_pio2.c64 zero = 0.00000000000000000000e+00, /* 0x00000000, 0x00000000 */ variable
Dk_rem_pio2.c151 zero = 0.0, variable
De_pow.c88 zero = 0.0, variable
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
De_atan2f.c25 zero = 0.0, variable
/device/google/contexthub/firmware/lib/libm/
Def_atan2.c25 zero = 0.0, variable
Def_rem_pio2.c87 zero = 0.0000000000e+00, /* 0x00000000 */ variable
Dkf_rem_pio2.c50 zero = 0.0, variable
Def_pow.c30 zero = 0.0, variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_math.c25 static const double zero = 0.0; variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_math.c25 static const double zero = 0.0; variable
/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp318 char zero = 0; in closeHub() local
/device/google/dragon/audio/hal/dsp/
Ddrc.c125 float *zero, float *pole) in emphasis_stage_roots()
/device/generic/goldfish/fingerprint/
Dfingerprint.c142 uint64_t zero = 0; in openForWrite() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
D_warnings.c224 PyObject *altkey, *zero = NULL; in update_registry() local
Dbltinmodule.c1803 PyObject *zero = PyLong_FromLong(0); in handle_range_longs() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
D_warnings.c224 PyObject *altkey, *zero = NULL; in update_registry() local
Dbltinmodule.c1813 PyObject *zero = PyLong_FromLong(0); in handle_range_longs() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py1679 def zero(self): function