Home
last modified time | relevance | path

Searched refs:__FPU_TRAP_P (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/ppc/math-emu/
Dtypes.c29 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()
Dstfs.c34 if (!err || !__FPU_TRAP_P(err)) { in stfs()
Dfdiv.c43 if (__FPU_TRAP_P(EFLAG_DIVZERO)) in fdiv()
Dfdivs.c44 if (__FPU_TRAP_P(EFLAG_DIVZERO)) in fdivs()
Dsfp-machine.h179 #define __FPU_TRAP_P(bits) \ macro
184 if(!__exc || !__FPU_TRAP_P(__exc)) \