Searched refs:real_value_truncate (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dreal.h332 extern REAL_VALUE_TYPE real_value_truncate (enum machine_mode,
H A Dconvert.c102 return build_real (type, real_value_truncate (TYPE_MODE (type), orig));
H A Dbuiltins.c7052 dconstroot = real_value_truncate (TYPE_MODE (type), dconstroot);
7104 real_value_truncate (TYPE_MODE (type), dconstthird);
7124 dconstroot = real_value_truncate (TYPE_MODE (type), dconstroot);
7146 dconstroot = real_value_truncate (TYPE_MODE (type), dconstroot);
7165 = real_value_truncate (TYPE_MODE (type), dconstthird);
7582 real_value_truncate (TYPE_MODE (type), *value);
7612 real_value_truncate (TYPE_MODE (type), dconste));
7634 exponent = build_real (type, real_value_truncate (TYPE_MODE (type),
7776 = real_value_truncate (TYPE_MODE (type), dconstthird);
H A Dsimplify-rtx.c958 d = real_value_truncate (mode, d);
986 d = real_value_truncate (mode, d);
1261 d = real_value_truncate (mode, d);
H A Dreal.c2496 real_value_truncate (enum machine_mode mode, REAL_VALUE_TYPE a)
2491 real_value_truncate (enum machine_mode mode, REAL_VALUE_TYPE a) function

Completed in 181 milliseconds