Searched refs:FP_ADD_D (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dfadd.c31 FP_ADD_D(R, A, B);
H A Dfadds.c32 FP_ADD_D(R, A, B);
H A Dfsub.c34 FP_ADD_D(R, A, B);
H A Dfsubs.c35 FP_ADD_D(R, A, B);
H A Dfmadd.c41 FP_ADD_D(R, T, B);
H A Dfmadds.c42 FP_ADD_D(R, T, B);
H A Dfmsub.c44 FP_ADD_D(R, T, B);
H A Dfmsubs.c45 FP_ADD_D(R, T, B);
H A Dfnmadd.c41 FP_ADD_D(R, T, B);
H A Dfnmadds.c42 FP_ADD_D(R, T, B);
H A Dfnmsub.c44 FP_ADD_D(R, T, B);
H A Dfnmsubs.c45 FP_ADD_D(R, T, B);
H A Ddouble.h67 #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) macro
114 #define FP_ADD_D(R,X,Y) _FP_ADD(D,1,R,X,Y) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/math-emu/
H A Ddouble.h110 #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) macro
182 #define FP_ADD_D(R,X,Y) _FP_ADD(D,1,R,X,Y) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/math-emu/
H A Dmath.c201 FP_ADD_D(DR, DA, DB);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/math-emu/
H A Dmath.c20 * of the three IEEE formats. FP_ADD_D(R,A,B) is for adding doubles,
25 * and define FP_ADD_D & co appropriately].
425 case FADDD: FP_ADD_D (DR, DA, DB); break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/math-emu/
H A Dmath.c416 case FADDD: FP_ADD_D (DR, DA, DB); break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/math-emu/
H A Dmath.c176 FP_ADD_D(DR, DA, DB);
191 FP_ADD_D(DR, DA, DB);
1184 FP_ADD_D(DR, DR, DC);
1200 FP_ADD_D(DR, DR, DC);

Completed in 189 milliseconds