Searched refs:fc (Results 1 – 5 of 5) sorted by relevance
/sysdeps/unix/sysv/linux/alpha/ |
A D | setfpucw.c | 32 unsigned long fpcr, swcr, fc = (int)fpu_control; in __setfpucw() local 48 fpcr = ((conv_rnd >> ((fc >> 8) & 3)) & 3) << FPCR_ROUND_SHIFT; in __setfpucw() 51 swcr = convert_bit (~fc, _FPU_MASK_IM, FE_INVALID >> SWCR_ENABLE_SHIFT); in __setfpucw() 52 swcr |= convert_bit (~fc, _FPU_MASK_DM, FE_UNDERFLOW >> SWCR_ENABLE_SHIFT); in __setfpucw() 53 swcr |= convert_bit (~fc, _FPU_MASK_ZM, FE_DIVBYZERO >> SWCR_ENABLE_SHIFT); in __setfpucw() 54 swcr |= convert_bit (~fc, _FPU_MASK_OM, FE_OVERFLOW >> SWCR_ENABLE_SHIFT); in __setfpucw() 55 swcr |= convert_bit (~fc, _FPU_MASK_PM, FE_INEXACT >> SWCR_ENABLE_SHIFT); in __setfpucw() 58 __fpu_control = fc; in __setfpucw()
|
/sysdeps/s390/fpu/ |
A D | get-rounding-mode.h | 31 fpu_control_t fc; in get_rounding_mode() local 33 _FPU_GETCW (fc); in get_rounding_mode() 34 return fc & FPC_RM_MASK; in get_rounding_mode()
|
/sysdeps/hppa/ |
A D | get-rounding-mode.h | 30 fpu_control_t fc; in get_rounding_mode() local 31 _FPU_GETCW (fc); in get_rounding_mode() 32 return fc & _FPU_HPPA_MASK_RM; in get_rounding_mode()
|
/sysdeps/generic/ |
A D | get-rounding-mode.h | 78 fpu_control_t fc; in get_rounding_mode() local 94 _FPU_GETCW (fc); in get_rounding_mode() 95 switch (fc & mask) in get_rounding_mode()
|
/sysdeps/unix/sysv/linux/netinet/ |
A D | if_tr.h | 39 uint8_t fc; /* frame control field */ member
|
Completed in 5 milliseconds