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

  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortranspec.cc 200 int need_math = (MATH_LIBRARY[0] != '\0'); local
333 if (saw_library == 1 && need_math) /* -l<library>. */
380 if (saw_library == 1 && need_math)
402 if (need_math)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortranspec.cc 200 int need_math = (MATH_LIBRARY[0] != '\0'); local
333 if (saw_library == 1 && need_math) /* -l<library>. */
380 if (saw_library == 1 && need_math)
402 if (need_math)
  /src/external/gpl3/gcc/dist/gcc/cp/
g++spec.cc 129 int need_math = (MATH_LIBRARY[0] != '\0'); local
182 need_math = 0;
304 num_args = (argc + added + need_math + need_experimental
432 else if (library > 0 && need_math)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
g++spec.cc 127 int need_math = (MATH_LIBRARY[0] != '\0'); local
170 need_math = 0;
292 num_args = argc + added + need_math + (library > 0) * 4 + 1;
413 else if (library > 0 && need_math)
  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 4181 '!need_math', but for offloading compilation still need
4190 int need_math = (MATH_LIBRARY[0] != '\0');
4191 if (/* '-lm' */ (need_math && strcmp (arg, MATH_LIBRARY) == 0))
4169 int need_math = (MATH_LIBRARY[0] != '\\0'); local

Completed in 35 milliseconds