Home
last modified time | relevance | path

Searched refs:build_real_truncate (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreal.h496 extern tree build_real_truncate (tree, REAL_VALUE_TYPE);
H A Dmatch.pd4838 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 Dtree.c2170 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 Dreal.h495 extern tree build_real_truncate (tree, REAL_VALUE_TYPE);
H A Dmatch.pd6027 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 Dtree.cc2423 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 DChangeLog-201513923 * real.h (build_real_truncate): Declare.
13924 * tree.c (build_real_truncate): New function.