Searched refs:__FPU_TRAP_P (Results 1 – 5 of 5) sorted by relevance
29 if (!exc || !__FPU_TRAP_P(exc)) in fp_pack_d()43 if (!exc || !__FPU_TRAP_P(exc)) { in fp_pack_ds()47 if (!exc || !__FPU_TRAP_P(exc)) in fp_pack_ds()
34 if (!err || !__FPU_TRAP_P(err)) { in stfs()
43 if (__FPU_TRAP_P(EFLAG_DIVZERO)) in fdiv()
44 if (__FPU_TRAP_P(EFLAG_DIVZERO)) in fdivs()
179 #define __FPU_TRAP_P(bits) \ macro184 if(!__exc || !__FPU_TRAP_P(__exc)) \