summaryrefslogtreecommitdiff
path: root/target-ppc/dfp_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-24target-ppc: Fix compiler warningStefan Weil1-2/+1
2014-06-16target-ppc: Introduce DFP Shift SignificandTom Musta1-0/+95
2014-06-16target-ppc: Introduce DFP Insert Biased ExponentTom Musta1-0/+68
2014-06-16target-ppc: Introduce DFP Extract Biased ExponentTom Musta1-0/+31
2014-06-16target-ppc: Introduce DFP Encode BCD to DPDTom Musta1-0/+72
2014-06-16target-ppc: Introduce DFP Decode DPD to BCDTom Musta1-0/+66
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta1-0/+36
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta1-0/+26
2014-06-16target-ppc: Introduce Round to DFP Short/LongTom Musta1-0/+48
2014-06-16target-ppc: Introduce DFP Convert to Long/ExtendedTom Musta1-0/+33
2014-06-16target-ppc: Introduce DFP Round to IntegerTom Musta1-0/+40
2014-06-16target-ppc: Introduce DFP ReroundTom Musta1-0/+97
2014-06-16target-ppc: Introduce DFP QuantizeTom Musta1-0/+132
2014-06-16target-ppc: Introduce DFP Test SignificanceTom Musta1-0/+35
2014-06-16target-ppc: Introduce DFP Test ExponentTom Musta1-0/+32
2014-06-16target-ppc: Introduce DFP Test Data GroupTom Musta1-0/+55
2014-06-16target-ppc: Introduce DFP Test Data ClassTom Musta1-0/+28
2014-06-16target-ppc: Introduce DFP ComparesTom Musta1-0/+58
2014-06-16target-ppc: Introduce DFP DivideTom Musta1-0/+38
2014-06-16target-ppc: Introduce DFP MultiplyTom Musta1-0/+23
2014-06-16target-ppc: Introduce DFP SubtractTom Musta1-0/+18
2014-06-16target-ppc: Introduce DFP AddTom Musta1-3/+126
2014-06-16target-ppc: Introduce DFP Post Processor UtilitiesTom Musta1-0/+31
2014-06-16target-ppc: Introduce DFP Helper UtilitiesTom Musta1-0/+132