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

  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 106 REAL_VALUE_TYPE dconst1; variable
6231 real_from_integer (&dconst1, double_mode, 1, SIGNED);
6234 dconstm1 = dconst1;
6237 dconsthalf = dconst1;
6243 (i == 0 ? &dconst0 : i == 1 ? &dconst1 : &dconst2);

Completed in 142 milliseconds