Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreal.h459 #define dconst_third() (*dconst_third_ptr ()) macro
H A Dmatch.pd4876 x = build_real_truncate (type, dconst_third ());
4950 (exps (mult @0 { build_real_truncate (type, dconst_third ()); })))
5173 (pows @0 (mult @1 { build_real_truncate (type, dconst_third ()); })))
5181 (pows @0 (mult @1 { build_real_truncate (type, dconst_third ()); })))
5365 && (tmp = real_value_truncate (TYPE_MODE (type), dconst_third ()),
H A Dtree-ssa-math-opts.c1937 dconst1_3 = real_value_truncate (mode, dconst_third ()); in gimple_expand_builtin_pow()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreal.h458 #define dconst_third() (*dconst_third_ptr ()) macro
H A Dmatch.pd6065 x = build_real_truncate (type, dconst_third ());
6139 (exps (mult @0 { build_real_truncate (type, dconst_third ()); })))
6372 (pows @0 (mult @1 { build_real_truncate (type, dconst_third ()); })))
6380 (pows @0 (mult @1 { build_real_truncate (type, dconst_third ()); })))
6636 && (tmp = real_value_truncate (TYPE_MODE (type), dconst_third ()),
H A Dtree-ssa-math-opts.cc2071 dconst1_3 = real_value_truncate (mode, dconst_third ()); in gimple_expand_builtin_pow()
H A DChangeLog-200810449 * real.h (dconst_e, dconst_third, dconst_sqrt2, dconst_e_ptr,