Searched refs:REAL_EXP (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dreal.c512 exp = REAL_EXP (r) - shift;
591 dexp = REAL_EXP (a) - REAL_EXP (b);
599 exp = REAL_EXP (a);
762 int exp = (REAL_EXP (a) - (2*SIGSZ-1-i)*(HOST_BITS_PER_LONG/2)
763 + (REAL_EXP (b) - (1-j)*(HOST_BITS_PER_LONG/2)));
877 exp = REAL_EXP (a) - REAL_EXP (b) + 1;
952 if (REAL_EXP (a) > REAL_EXP (
[all...]
H A Dreal.h57 #define REAL_EXP(REAL) \ macro
H A Dbuiltins.c7083 SET_REAL_EXP (&dconstroot, REAL_EXP (&dconstroot) - 1);
7155 SET_REAL_EXP (&dconstroot, REAL_EXP (&dconstroot) - 1);
7299 SET_REAL_EXP (&cst, REAL_EXP (&cst) - 2);
H A Demit-rtl.c5231 SET_REAL_EXP (&dconsthalf, REAL_EXP (&dconsthalf) - 1);

Completed in 84 milliseconds