Searched refs:_ex (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/amd64/include/
H A Dieeefp.h271 unsigned _ex, _mxcsr; local
275 _ex = (_sw & FP_STKY_FLD) >> FP_STKY_OFF;
277 _ex |= (_mxcsr & SSE_STKY_FLD) >> SSE_STKY_OFF;
278 return ((fp_except_t)_ex);
/freebsd-11-stable/sys/i386/include/
H A Dieeefp.h226 unsigned _ex; local
230 _ex = (_sw & FP_STKY_FLD) >> FP_STKY_OFF;
231 return ((fp_except_t)_ex);
/freebsd-11-stable/usr.bin/find/
H A Dfind.h95 struct _ex { struct in union:_plandata::__anon13761
/freebsd-11-stable/sys/modules/
H A DMakefile124 ${_ex} \
792 _ex= ex macro

Completed in 83 milliseconds