HomeSort by: relevance | last modified time | path
    Searched refs:dconst2 (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
real.h 471 extern REAL_VALUE_TYPE dconst2;
dfp.cc 119 if (memcmp (r, &dconst2, sizeof (*r)) == 0)
range-op-float.cc 2393 real_arithmetic (&lb, RDIV_EXPR, &tem, &dconst2);
2411 real_arithmetic (&ub, RDIV_EXPR, &tem, &dconst2);
tree-chrec.cc 198 ? build_real (type, dconst2)
emit-rtl.cc 108 REAL_VALUE_TYPE dconst2; variable
6402 real_from_integer (&dconst2, double_mode, 2, SIGNED);
6419 (i == 0 ? &dconst0 : i == 1 ? &dconst1 : &dconst2);
tree-ssa-math-opts.cc 2123 real_arithmetic (&c2, MULT_EXPR, &c, &dconst2);
5998 &dconst2)
match.pd 4938 (mult @0 { build_real (type, dconst2); })
7594 x = build_real (type, dconst2);
tree-inline.cc 4516 &dconst2)))
tree-vect-patterns.cc 2422 && real_equal (&TREE_REAL_CST (exp), &dconst2)))
expmed.cc 3611 && real_equal (CONST_DOUBLE_REAL_VALUE (scalar_op1), &dconst2))
omp-expand.cc 2613 build_real (double_type_node, dconst2));
2619 build_real (double_type_node, dconst2));
  /src/external/gpl3/gcc.old/dist/gcc/
real.h 454 extern REAL_VALUE_TYPE dconst2;
dfp.cc 119 if (memcmp (r, &dconst2, sizeof (*r)) == 0)
tree-chrec.cc 198 ? build_real (type, dconst2)
emit-rtl.cc 107 REAL_VALUE_TYPE dconst2; variable
6232 real_from_integer (&dconst2, double_mode, 2, SIGNED);
6243 (i == 0 ? &dconst0 : i == 1 ? &dconst1 : &dconst2);
tree-ssa-math-opts.cc 2119 real_arithmetic (&c2, MULT_EXPR, &c, &dconst2);
4999 &dconst2)
match.pd 3897 (mult @0 { build_real (type, dconst2); })
6035 x = build_real (type, dconst2);
tree-inline.cc 4486 &dconst2)))
tree-vect-patterns.cc 1703 && real_equal (&TREE_REAL_CST (exp), &dconst2)))
expmed.cc 3595 && real_equal (CONST_DOUBLE_REAL_VALUE (scalar_op1), &dconst2))
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc 825 if (real_identical (r, &dconst2))
836 if (real_identical (r, &dconst2))
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 980 if (real_identical (r, &dconst2))
991 if (real_identical (r, &dconst2))
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 3658 real_value res = dconst2;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 3092 real_value res = dconst2;
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 10233 real_arithmetic (&real, RDIV_EXPR, &real, &dconst2);
10253 real_arithmetic (&real, RDIV_EXPR, &real, &dconst2);

Completed in 105 milliseconds

1 2