Searched refs:FP_TO_INT_S (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | single.h | 65 #define FP_TO_INT_S(r,X,rsz,rsg) _FP_TO_INT(S,1,r,X,rsz,rsg) macro
|
/linux-2.4.37.9/include/math-emu/ |
D | single.h | 109 #define FP_TO_INT_S(r,X,rsz,rsg) _FP_TO_INT(S,1,r,X,rsz,rsg) macro
|
/linux-2.4.37.9/arch/sparc64/math-emu/ |
D | math.c | 428 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_mathemu() 431 case FSTOX: FP_TO_INT_S (XR, SB, 64, 1); break; in do_mathemu()
|
/linux-2.4.37.9/arch/sparc/math-emu/ |
D | math.c | 452 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_one_mathemu()
|