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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 2351 build_fixed (tree type, FIXED_VALUE_TYPE f)
2564 return build_fixed (type, FCONST1 (TYPE_MODE (type)));
2617 return build_fixed (type,
2656 return build_fixed (type, FCONST0 (TYPE_MODE (type)));
2348 build_fixed (tree type, FIXED_VALUE_TYPE f) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 2367 build_fixed (tree type, FIXED_VALUE_TYPE f)
2576 return build_fixed (type, FCONST1 (TYPE_MODE (type)));
2629 return build_fixed (type,
2668 return build_fixed (type, FCONST0 (TYPE_MODE (type)));
2364 build_fixed (tree type, FIXED_VALUE_TYPE f) function

Completed in 38 milliseconds