Searched refs:decToInt32 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/ |
H A D | decBasic.c | 72 static uInt decToInt32(const decFloat *, decContext *, enum rounding, 3483 return decToInt32(df, set, round, 0, 1);} in decFloatToUInt32() 3487 return decToInt32(df, set, round, 1, 1);} in decFloatToUInt32Exact() 3491 return (Int)decToInt32(df, set, round, 0, 0);} in decFloatToInt32() 3495 return (Int)decToInt32(df, set, round, 1, 0);} in decFloatToInt32Exact() 3788 static uInt decToInt32(const decFloat *df, decContext *set, function
|
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/ |
H A D | decBasic.c | 72 static uInt decToInt32(const decFloat *, decContext *, enum rounding, 3483 return decToInt32(df, set, round, 0, 1);} in decFloatToUInt32() 3487 return decToInt32(df, set, round, 1, 1);} in decFloatToUInt32Exact() 3491 return (Int)decToInt32(df, set, round, 0, 0);} in decFloatToInt32() 3495 return (Int)decToInt32(df, set, round, 1, 0);} in decFloatToInt32Exact() 3788 static uInt decToInt32(const decFloat *df, decContext *set, function
|
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/ |
H A D | decBasic.c | 72 static uInt decToInt32(const decFloat *, decContext *, enum rounding, 3483 return decToInt32(df, set, round, 0, 1);} in decFloatToUInt32() 3487 return decToInt32(df, set, round, 1, 1);} in decFloatToUInt32Exact() 3491 return (Int)decToInt32(df, set, round, 0, 0);} in decFloatToInt32() 3495 return (Int)decToInt32(df, set, round, 1, 0);} in decFloatToInt32Exact() 3788 static uInt decToInt32(const decFloat *df, decContext *set, function
|
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/ |
H A D | decBasic.c | 72 static uInt decToInt32(const decFloat *, decContext *, enum rounding, 3483 return decToInt32(df, set, round, 0, 1);} in decFloatToUInt32() 3487 return decToInt32(df, set, round, 1, 1);} in decFloatToUInt32Exact() 3491 return (Int)decToInt32(df, set, round, 0, 0);} in decFloatToInt32() 3495 return (Int)decToInt32(df, set, round, 1, 0);} in decFloatToInt32Exact() 3788 static uInt decToInt32(const decFloat *df, decContext *set, function
|