Searched refs:build_real_truncate (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | real.h | 487 extern tree build_real_truncate (tree, REAL_VALUE_TYPE);
|
H A D | match.pd | 3960 x = build_real_truncate (type, dconst_e ()); 3998 x = build_real_truncate (type, dconst_third ()); 4072 (exps (mult @0 { build_real_truncate (type, dconst_third ()); }))) 4216 (pows @0 { build_real_truncate (type, dconst_sixth ()); })) 4220 (pows @0 { build_real_truncate (type, dconst_sixth ()); })) 4224 (pows @0 { build_real_truncate (type, dconst_ninth ()); })) 4232 (pows @0 (mult @1 { build_real_truncate (type, dconst_third ()); }))) 4240 (pows @0 (mult @1 { build_real_truncate (type, dconst_third ()); }))) 4249 (mult (abs @0) { build_real_truncate (type, dconst_sqrt2 ()); })) 4254 (mult (abs @0) { build_real_truncate (type, dconst_sqrt2 ()); }))
|
H A D | tree.c | 2104 build_real_truncate (tree type, REAL_VALUE_TYPE d) in build_real_truncate() function 12215 return build_real_truncate (type, orig); in strip_float_extensions()
|