HomeSort by: relevance | last modified time | path
    Searched refs:OMP_DEPEND_KIND (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
libgomp_f.h.in 87 || @OMP_DEPEND_KIND@ != sizeof (omp_depend_t))
configure 638 OMP_DEPEND_KIND
16974 if ac_fn_c_compute_int "$LINENO" "2*sizeof (__INTPTR_TYPE__)" "OMP_DEPEND_KIND" ""; then :
16977 OMP_DEPEND_KIND=0
17048 if test $OMP_DEPEND_KIND -eq 16; then
17050 as_fn_error $? "unsupported system, cannot find Fortran int kind=16, needed for omp_depend_kind" "$LINENO" 5
17053 if test $OMP_DEPEND_KIND -ne 8; then
17054 as_fn_error $? "unsupported system, cannot find Fortran integer kind for omp_depend_kind" "$LINENO" 5
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp_f.h.in 87 || @OMP_DEPEND_KIND@ != sizeof (omp_depend_t))
configure 638 OMP_DEPEND_KIND
17044 if ac_fn_c_compute_int "$LINENO" "2*sizeof (__INTPTR_TYPE__)" "OMP_DEPEND_KIND" ""; then :
17047 OMP_DEPEND_KIND=0
17118 if test $OMP_DEPEND_KIND -eq 16; then
17120 as_fn_error $? "unsupported system, cannot find Fortran int kind=16, needed for omp_depend_kind" "$LINENO" 5
17123 if test $OMP_DEPEND_KIND -ne 8; then
17124 as_fn_error $? "unsupported system, cannot find Fortran integer kind for omp_depend_kind" "$LINENO" 5

Completed in 96 milliseconds