summaryrefslogtreecommitdiff
path: root/gcc/real.c
Commit message (Expand)AuthorAgeFilesLines
...
* (emovo): Use separate variable for loop index.kenner1994-01-311-1/+2
* (FLOAT_WORDS_BIG_ENDIAN, HOST_FLOAT_WORDS_BIG_ENDIAN): Use everywherekenner1993-10-131-57/+72
* (debug_real): New function.rms1993-10-111-4/+18
* Whitespace changes.rms1993-10-111-125/+127
* (asctoeg): Fix backward condition in last change.rms1993-10-111-2/+2
* (asctoeg): Allocate local buffer dynamically. Countrms1993-10-091-9/+9
* (real_value_truncate): Correct etrunci argument in case SImode.rms1993-10-061-1/+1
* (GET_REAL, PUT_REAL): Add TFmode versions.wilson1993-08-131-231/+1192
* (ltoe, ultoe, eifrac, euifrac): Handle 64-bit longs.rms1993-06-161-70/+88
* (ereal_from_float, ereal_from_double): New functions.rms1993-06-131-0/+64
* (ereal_to_int): Fix potentially wrong-endian argument passed to eisnan.rms1993-05-221-1/+1
* (target_isnan): Use GET_REAL macro to get argument.rms1993-05-221-1/+4
* (emdnorm): Fix typo affecting roundoff behavior in XFmode.rms1993-05-211-1/+1
* (e24toe, e53toe, e64toe): Fix sign in conversionsrms1993-05-201-4/+9
* (enan): Add forward decl.rms1993-05-111-0/+1
* (mtherr): Don't put newlines in error message string.rms1993-05-091-1/+1
* (NAN): Define for support of Not-a-Number bit patterns.rms1993-05-091-120/+597
* Take out previous change.rms1993-05-021-7/+0
* (EDOM, ERANGE): Define only if not defined. (Less risky.)rms1993-05-021-0/+7
* Do not define EDOM/ERANGE.meissner1993-05-021-3/+0
* Deleted casts to void.rms1993-05-021-25/+73
* Eliminate extern needed warning messages that the MIPS compiler generates.meissner1993-04-011-2/+2
* entered into RCSrms1993-03-311-9/+1
* Initial revisionrms1993-03-311-0/+4455