Searched refs:build_real_truncate (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | real.h | 496 extern tree build_real_truncate (tree, REAL_VALUE_TYPE);
|
H A D | match.pd | 4838 x = build_real_truncate (type, dconst_e ()); 4876 x = build_real_truncate (type, dconst_third ()); 4950 (exps (mult @0 { build_real_truncate (type, dconst_third ()); }))) 5157 (pows @0 { build_real_truncate (type, dconst_sixth ()); })) 5161 (pows @0 { build_real_truncate (type, dconst_sixth ()); })) 5165 (pows @0 { build_real_truncate (type, dconst_ninth ()); })) 5173 (pows @0 (mult @1 { build_real_truncate (type, dconst_third ()); }))) 5181 (pows @0 (mult @1 { build_real_truncate (type, dconst_third ()); }))) 5190 (mult (abs @0) { build_real_truncate (type, dconst_sqrt2 ()); })) 5195 (mult (abs @0) { build_real_truncate (type, dconst_sqrt2 ()); }))
|
H A D | tree.c | 2170 build_real_truncate (tree type, REAL_VALUE_TYPE d) in build_real_truncate() function 12820 return build_real_truncate (type, orig); in strip_float_extensions()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | real.h | 495 extern tree build_real_truncate (tree, REAL_VALUE_TYPE);
|
H A D | match.pd | 6027 x = build_real_truncate (type, dconst_e ()); 6065 x = build_real_truncate (type, dconst_third ()); 6139 (exps (mult @0 { build_real_truncate (type, dconst_third ()); }))) 6356 (pows @0 { build_real_truncate (type, dconst_sixth ()); })) 6360 (pows @0 { build_real_truncate (type, dconst_sixth ()); })) 6364 (pows @0 { build_real_truncate (type, dconst_ninth ()); })) 6372 (pows @0 (mult @1 { build_real_truncate (type, dconst_third ()); }))) 6380 (pows @0 (mult @1 { build_real_truncate (type, dconst_third ()); }))) 6389 (mult (abs @0) { build_real_truncate (type, dconst_sqrt2 ()); })) 6394 (mult (abs @0) { build_real_truncate (type, dconst_sqrt2 ()); }))
|
H A D | tree.cc | 2423 build_real_truncate (tree type, REAL_VALUE_TYPE d) in build_real_truncate() function 11936 return build_real_truncate (type, orig); in strip_float_extensions()
|
H A D | ChangeLog-2015 | 13923 * real.h (build_real_truncate): Declare. 13924 * tree.c (build_real_truncate): New function.
|