Searched defs:ln (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
H A Dext.h44 const char *ln; /* Long description */ member in struct:ext_s
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A D_warnings.c128 Py_ssize_t ln; local
138 /* Python code: action, msg, cat, mod, ln = item */
148 ln = PyInt_AsSsize_t(ln_obj);
150 (ln == -1 && PyErr_Occurred()))
153 if (good_msg && is_subclass && good_mod && (ln == 0 || lineno == ln))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A D_warnings.c128 Py_ssize_t ln; local
138 /* Python code: action, msg, cat, mod, ln = item */
148 ln = PyInt_AsSsize_t(ln_obj);
150 (ln == -1 && PyErr_Occurred()))
153 if (good_msg && is_subclass && good_mod && (ln == 0 || lineno == ln))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Ddecimal.py2311 # unlike exp, ln and log10, the power function respects the
3036 """Compute a lower bound for the adjusted exponent of self.ln().
3037 In other words, compute r such that self.ln() >= 10**r. Assumes
3041 # for 0.1 <= x <= 10 we use the inequalities 1-1/x <= ln(x) <= x-1
3044 # argument >= 10; we use 23/10 = 2.3 as a lower bound for ln(10)
3060 def ln(self, context=None): member in class:Decimal
3066 # ln(NaN) = NaN
3071 # ln(0.0) == -Infinity
3075 # ln(Infinity) = Infinity
3079 # ln(1.
4458 def ln(self, a): member in class:Context
[all...]

Completed in 102 milliseconds