Searched refs:FPU_CONTROL_BITS (Results 1 – 2 of 2) sorted by relevance
23 #define FPU_CONTROL_BITS 0xcfc00000UL macro31 fsr &= ~FPU_CONTROL_BITS; in fesetmode()35 fsr |= *modep & FPU_CONTROL_BITS; in fesetmode()
22 #define FPU_CONTROL_BITS (_FPU_HPPA_MASK_RM | 0x20 | _FPU_HPPA_MASK_INT) macro29 cw &= ~FPU_CONTROL_BITS; in fesetmode()33 cw |= *modep & FPU_CONTROL_BITS; in fesetmode()
Completed in 4 milliseconds