Home
last modified time | relevance | path

Searched refs:FP_MSKS_FLD (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dieeefp.h90 #define FP_MSKS_FLD 0x3f /* exception masks field */ macro
138 if ((_cw & FP_MSKS_FLD) != FP_MSKS_FLD) { in __fnldcw()
208 return ((~_cw & FP_MSKS_FLD) >> FP_MSKS_OFF); in fpgetmask()
218 _p = (~_cw & FP_MSKS_FLD) >> FP_MSKS_OFF; in fpsetmask()
219 _newcw = _cw & ~FP_MSKS_FLD; in fpsetmask()
220 _newcw |= (~_m << FP_MSKS_OFF) & FP_MSKS_FLD; in fpsetmask()
/f-stack/freebsd/amd64/include/
H A Dieeefp.h90 #define FP_MSKS_FLD 0x3f /* exception masks field */ macro
156 if ((_cw & FP_MSKS_FLD) != FP_MSKS_FLD) { in __fnldcw()
247 return ((~_cw & FP_MSKS_FLD) >> FP_MSKS_OFF); in __fpgetmask()
258 _p = (~_cw & FP_MSKS_FLD) >> FP_MSKS_OFF; in __fpsetmask()
259 _newcw = _cw & ~FP_MSKS_FLD; in __fpsetmask()
260 _newcw |= (~_m << FP_MSKS_OFF) & FP_MSKS_FLD; in __fpsetmask()