Home
last modified time | relevance | path

Searched refs:decFloat (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/libdecnumber/
DdecBasic.c60 static decFloat *decDivide(decFloat *, const decFloat *,
61 const decFloat *, decContext *, uInt);
62 static decFloat *decCanonical(decFloat *, const decFloat *);
63 static void decFiniteMultiply(bcdnum *, uByte *, const decFloat *,
64 const decFloat *);
65 static decFloat *decInfinity(decFloat *, const decFloat *);
66 static decFloat *decInvalid(decFloat *, decContext *);
67 static decFloat *decNaNs(decFloat *, const decFloat *, const decFloat *,
69 static Int decNumCompare(const decFloat *, const decFloat *, Flag);
70 static decFloat *decToIntegral(decFloat *, const decFloat *, decContext *,
[all …]
DdecCommon.c98 static decFloat * decFinalize(decFloat *, bcdnum *, decContext *);
242 static decFloat * decFinalize(decFloat *df, bcdnum *num, in decFinalize()
589 decFloat * decFloatFromBCD(decFloat *df, Int exp, const uByte *bcdar, in decFloatFromBCD()
676 decFloat * decFloatFromPacked(decFloat *df, Int exp, const uByte *packed) { in decFloatFromPacked()
720 decFloat * decFloatFromPackedChecked(decFloat *df, Int exp, in decFloatFromPackedChecked()
788 decFloat * decFloatFromString(decFloat *result, const char *string, in decFloatFromString()
1031 decFloat * decFloatFromWider(decFloat *result, const decFloatWider *wider, in decFloatFromWider()
1071 Int decFloatGetCoefficient(const decFloat *df, uByte *bcdar) { in decFloatGetCoefficient()
1091 Int decFloatGetExponent(const decFloat *df) { in decFloatGetExponent()
1108 decFloat * decFloatSetCoefficient(decFloat *df, const uByte *bcdar, in decFloatSetCoefficient()
[all …]
DdecSingle.c51 #define decFloat decSingle /* Type name */ macro
DdecQuad.c48 #define decFloat decQuad /* Type name */ macro
DdecDouble.c53 #define decFloat decDouble /* Type name */ macro
DChangeLog301 * decNumberLocal.h (DFWORD, DFBYTE, DFWWORD): access decFloat via
/netbsd/src/external/gpl3/gcc/dist/libdecnumber/
DdecBasic.c60 static decFloat *decDivide(decFloat *, const decFloat *,
61 const decFloat *, decContext *, uInt);
62 static decFloat *decCanonical(decFloat *, const decFloat *);
63 static void decFiniteMultiply(bcdnum *, uByte *, const decFloat *,
64 const decFloat *);
65 static decFloat *decInfinity(decFloat *, const decFloat *);
66 static decFloat *decInvalid(decFloat *, decContext *);
67 static decFloat *decNaNs(decFloat *, const decFloat *, const decFloat *,
69 static Int decNumCompare(const decFloat *, const decFloat *, Flag);
70 static decFloat *decToIntegral(decFloat *, const decFloat *, decContext *,
[all …]
DdecCommon.c98 static decFloat * decFinalize(decFloat *, bcdnum *, decContext *);
242 static decFloat * decFinalize(decFloat *df, bcdnum *num, in decFinalize()
589 decFloat * decFloatFromBCD(decFloat *df, Int exp, const uByte *bcdar, in decFloatFromBCD()
676 decFloat * decFloatFromPacked(decFloat *df, Int exp, const uByte *packed) { in decFloatFromPacked()
720 decFloat * decFloatFromPackedChecked(decFloat *df, Int exp, in decFloatFromPackedChecked()
788 decFloat * decFloatFromString(decFloat *result, const char *string, in decFloatFromString()
1031 decFloat * decFloatFromWider(decFloat *result, const decFloatWider *wider, in decFloatFromWider()
1071 Int decFloatGetCoefficient(const decFloat *df, uByte *bcdar) { in decFloatGetCoefficient()
1091 Int decFloatGetExponent(const decFloat *df) { in decFloatGetExponent()
1108 decFloat * decFloatSetCoefficient(decFloat *df, const uByte *bcdar, in decFloatSetCoefficient()
[all …]
DdecSingle.c51 #define decFloat decSingle /* Type name */ macro
DdecQuad.c48 #define decFloat decQuad /* Type name */ macro
DdecDouble.c53 #define decFloat decDouble /* Type name */ macro
DChangeLog381 * decNumberLocal.h (DFWORD, DFBYTE, DFWWORD): access decFloat via
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Ddfp-bit.c57 typedef decFloat* (*dfp_binary_func)
58 (decFloat *, const decFloat *, const decFloat *, decContext *);
64 static inline decFloat
65 dfp_binary_op (dfp_binary_func op, decFloat arg_a, decFloat arg_b) in dfp_binary_op()
67 decFloat result; in dfp_binary_op()
133 union { DFP_C_TYPE c; decFloat f; } a, b, result; in dnn_binary_op()
147 dfp_compare_op (dfp_binary_func op, decFloat arg_a, decFloat arg_b) in dfp_compare_op()
150 decFloat res; in dfp_compare_op()
192 union { DFP_C_TYPE c; decFloat f; } a, b; in dnn_compare_op()
470 union { DFP_C_TYPE c; decFloat f; } u; in DFP_TO_INT()
[all …]
Ddfp-bit.h369 #define decFloat decDouble macro
383 #define decFloat decDouble macro
395 #define decFloat decQuad macro
449 #define decFloat decDouble macro
468 #define decFloat decQuad macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20077084 (dfp_binary_op): Use decFloat functions instead of decNumber
7087 (dnn_binary_op): Call dfp_binary_op with decFloat rather than
7089 (dfp_compare_op): Use decFloat functions insteadof decNumber
7092 (dnn_binary_op): Call dfp_compare_op with decFloat rather than
7095 call to dxx_binary_op and decFloat function.
7097 calls to dxx_binary_op and decFloat function.
7098 * config/dfp-bit.h: Include decFloat header files.
7099 (decFloat, DFP_BINARY_OP, DFP_COMPARE_OP, DEC_FLOAT_ADD,