Searched refs:decFloatAdd (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecQuad.c76 #define decFloatAdd decQuadAdd macro
H A DdecDouble.c82 #define decFloatAdd decDoubleAdd macro
H A DdecBasic.c1088 /* decFloatAdd -- add two decFloats */
1112 decFloat * decFloatAdd(decFloat *result, function
1578 } /* decFloatAdd */
2066 /* decFloatAdd, but the code is different because the code there */
2129 /* calculation does not have to be as pessimistic as in decFloatAdd */
2716 decFloatAdd(result, dfl, &delta, set);
2760 decFloatAdd(result, dfl, &delta, set);
3463 if (DFISNAN(dfr)) return decFloatAdd(result, dfl, dfr, set);
3466 return decFloatAdd(result, dfl, &temp, set); /* and add to the lhs */
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecQuad.c76 #define decFloatAdd decQuadAdd macro
H A DdecDouble.c82 #define decFloatAdd decDoubleAdd macro
H A DdecBasic.c1088 /* decFloatAdd -- add two decFloats */
1112 decFloat * decFloatAdd(decFloat *result, function
1578 } /* decFloatAdd */
2066 /* decFloatAdd, but the code is different because the code there */
2129 /* calculation does not have to be as pessimistic as in decFloatAdd */
2716 decFloatAdd(result, dfl, &delta, set);
2760 decFloatAdd(result, dfl, &delta, set);
3463 if (DFISNAN(dfr)) return decFloatAdd(result, dfl, dfr, set);
3466 return decFloatAdd(result, dfl, &temp, set); /* and add to the lhs */
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecDouble.c82 #define decFloatAdd decDoubleAdd macro
H A DdecQuad.c76 #define decFloatAdd decQuadAdd macro
H A DdecBasic.c1088 /* decFloatAdd -- add two decFloats */
1112 decFloat * decFloatAdd(decFloat *result, function
1578 } /* decFloatAdd */
2066 /* decFloatAdd, but the code is different because the code there */
2129 /* calculation does not have to be as pessimistic as in decFloatAdd */
2716 decFloatAdd(result, dfl, &delta, set);
2760 decFloatAdd(result, dfl, &delta, set);
3463 if (DFISNAN(dfr)) return decFloatAdd(result, dfl, dfr, set);
3466 return decFloatAdd(result, dfl, &temp, set); /* and add to the lhs */
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecDouble.c82 #define decFloatAdd decDoubleAdd macro
H A DdecQuad.c76 #define decFloatAdd decQuadAdd macro
H A DdecBasic.c1088 /* decFloatAdd -- add two decFloats */
1112 decFloat * decFloatAdd(decFloat *result, function
1578 } /* decFloatAdd */
2066 /* decFloatAdd, but the code is different because the code there */
2129 /* calculation does not have to be as pessimistic as in decFloatAdd */
2716 decFloatAdd(result, dfl, &delta, set);
2760 decFloatAdd(result, dfl, &delta, set);
3463 if (DFISNAN(dfr)) return decFloatAdd(result, dfl, dfr, set);
3466 return decFloatAdd(result, dfl, &temp, set); /* and add to the lhs */

Completed in 493 milliseconds