HomeSort by: relevance | last modified time | path
    Searched defs:dconst0 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc 106 REAL_VALUE_TYPE dconst0; variable
6400 real_from_integer (&dconst0, double_mode, 0, SIGNED);
6404 dconstm0 = dconst0;
6419 (i == 0 ? &dconst0 : i == 1 ? &dconst1 : &dconst2);
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 105 REAL_VALUE_TYPE dconst0; variable
6230 real_from_integer (&dconst0, double_mode, 0, SIGNED);
6243 (i == 0 ? &dconst0 : i == 1 ? &dconst1 : &dconst2);

Completed in 30 milliseconds