Searched refs:__fp (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/sh3/include/
H A Dieeefp.h60 int __fp = 0; local
63 __fp |= FP_X_DZ;
65 __fp |= FP_X_IMP;
67 __fp |= FP_X_INV;
69 __fp |= FP_X_OFL;
71 __fp |= FP_X_UFL;
72 return __fp;
76 __FEE(fp_except __fp) argument
80 if (__fp & FP_X_DZ)
82 if (__fp
112 __FER(fp_rnd __fp) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsetjmp.d114 void * __fp;
122 long __fp;
139 long __fp;
355 void * __fp;
363 long __fp;
380 long __fp;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dlocale.cc321 _M_install_facet(const locale::id* __idp, const facet* __fp) argument
323 if (__fp)
365 __fp->_M_add_reference();
379 const facet* __fp2 = __fp->_M_sso_shim(p[1]);
392 const facet* __fp2 = __fp->_M_cow_shim(p[0]);
403 __fpr = __fp;
410 _M_facets[__index] = __fp;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dlocale.cc321 _M_install_facet(const locale::id* __idp, const facet* __fp) argument
323 if (__fp)
365 __fp->_M_add_reference();
379 const facet* __fp2 = __fp->_M_sso_shim(p[1]);
392 const facet* __fp2 = __fp->_M_cow_shim(p[0]);
403 __fpr = __fp;
410 _M_facets[__index] = __fp;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstd_function.h217 _M_not_empty_function(_Tp* __fp) argument
218 { return __fp != nullptr; }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstd_function.h225 _M_not_empty_function(_Tp* __fp) noexcept
226 { return __fp != nullptr; }
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mac.cc685 *bp = ucontext->uc_mcontext->__ss.__fp;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cc658 *bp = ucontext->uc_mcontext->__ss.__fp;

Completed in 331 milliseconds