Home
last modified time | relevance | path

Searched refs:fpformat (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Doc/library/
Dfpformat.rst2 :mod:`fpformat` --- Floating point conversions
5 .. module:: fpformat
10 The :mod:`fpformat` module has been removed in Python 3.
15 The :mod:`fpformat` module defines functions for dealing with floating point
23 The :mod:`fpformat` module defines the following functions and an exception:
58 >>> import fpformat
59 >>> fpformat.fix(1.23, 1)
Dstrings.rst30 fpformat.rst
/external/python/cpython2/Lib/test/
Dtest_fpformat.py7 fpformat = import_module('fpformat', deprecated=True) variable
8 fix, sci, NotANumber = fpformat.fix, fpformat.sci, fpformat.NotANumber
/external/libunwind/src/x86/
DGos-freebsd.c145 unw_word_t fpstate, fpformat; in x86_get_scratch_loc() local
290 &fpformat)) < 0) in x86_get_scratch_loc()
292 if (fpformat == FREEBSD_UC_MCONTEXT_FPFMT_NODEV || in x86_get_scratch_loc()
293 (is_xmmstate && fpformat != FREEBSD_UC_MCONTEXT_FPFMT_XMM)) in x86_get_scratch_loc()
/external/python/cpython2/Misc/
Dcheatsheet1887 fpformat General floating point formatting functions.
DNEWS9927 - The fpformat module has been deprecated for removal in Python 3.0.
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2931 :mod:`fpformat`,