Home
last modified time | relevance | path

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

/third_party/libunwind/src/x86/
DGos-freebsd.c159 unw_word_t fpstate, fpformat; in x86_get_scratch_loc() local
304 &fpformat)) < 0) in x86_get_scratch_loc()
306 if (fpformat == FREEBSD_UC_MCONTEXT_FPFMT_NODEV || in x86_get_scratch_loc()
307 (is_xmmstate && fpformat != FREEBSD_UC_MCONTEXT_FPFMT_XMM)) in x86_get_scratch_loc()
/third_party/python/Doc/whatsnew/
D2.6.rst2935 :mod:`fpformat`,
/third_party/python/Misc/
DHISTORY16774 - The fpformat module has been removed.