Home
last modified time | relevance | path

Searched refs:_fpmul_parts (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Ddp-bit.c643 _fpmul_parts ( fp_number_type * a, in _fpmul_parts() function
823 res = _fpmul_parts (&a, &b, &tmp); in multiply()
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dfp-bit.c753 _fpmul_parts ( fp_number_type * a,
929 res = _fpmul_parts (&a, &b, &tmp);
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200215377 * config/fp-bit.c (_fpmul_parts, _fpdiv_parts): Mark with
28970 (_fpmul_parts, _fpdiv_parts): Only round to nearest if
DChangeLog-19989811 * config/fp-bit.c (_fpmul_parts): Move variables `x', `ylow',
DChangeLog-20001255 * fp-bit.c (_fpmul_parts): Use USItype variables as inputs
DChangeLog-200130421 * config/fp-bit.c (_fpmul_parts): Don't assume 32-bits SI.
DChangeLog-200934856 (_fpmul_parts): Likewise.
DChangeLog-200334657 (_fpmul_parts): Support TFmode. Compute exponent adjustment
DChangeLog-200439271 (_fpmul_parts): Ditto. Remove #if 0:d code.