Searched refs:FP_FROM_INT_S (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | single.h | 66 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt) macro
|
/linux-2.4.37.9/include/math-emu/ |
D | single.h | 111 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt) macro
|
/linux-2.4.37.9/arch/sparc64/math-emu/ |
D | math.c | 438 case FXTOS: XR = rs2->d; FP_FROM_INT_S (SR, XR, 64, long); break; in do_mathemu() 441 case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break; in do_mathemu()
|
/linux-2.4.37.9/arch/alpha/math-emu/ |
D | math.c | 258 FP_FROM_INT_S(SR, (*(long*)&vb), 64, long); in alpha_fp_emul()
|
/linux-2.4.37.9/arch/sparc/math-emu/ |
D | math.c | 456 case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break; in do_one_mathemu()
|
/linux-2.4.37.9/arch/s390/math-emu/ |
D | math.c | 453 FP_FROM_INT_S(SR, si, 32, int); in emu_cefbr()
|