OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fpformat
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fpformat.py
2
Tests for
fpformat
module
7
fpformat
= import_module('
fpformat
', deprecated=True)
variable
8
fix, sci, NotANumber =
fpformat
.fix,
fpformat
.sci,
fpformat
.NotANumber
12
# Test the old and obsolescent
fpformat
module.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fpformat.py
2
Tests for
fpformat
module
7
fpformat
= import_module('
fpformat
', deprecated=True)
variable
8
fix, sci, NotANumber =
fpformat
.fix,
fpformat
.sci,
fpformat
.NotANumber
12
# Test the old and obsolescent
fpformat
module.
/external/libunwind/src/x86/
Gos-freebsd.c
145
unw_word_t fpstate,
fpformat
;
local
290
&
fpformat
)) < 0)
292
if (
fpformat
== FREEBSD_UC_MCONTEXT_FPFMT_NODEV ||
293
(is_xmmstate &&
fpformat
!= FREEBSD_UC_MCONTEXT_FPFMT_XMM))
Completed in 98 milliseconds