Searched defs:FP_MUL_S (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ppc/math-emu/ | ||
D | single.h | 58 #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) macro |
/linux-2.4.37.9/include/math-emu/ | ||
D | single.h | 101 #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) macro |