| /src/external/gpl3/gcc/dist/libgfortran/generated/ |
| eoshift1_16.c | 36 const char * const restrict pbound, 205 if (pbound) 208 memcpy (dest, pbound, size); 269 const char * const restrict pbound, 272 eoshift1 (ret, array, h, pbound, pwhich, "\0", 1); 290 const char * const restrict pbound, 295 eoshift1 (ret, array, h, pbound, pwhich, " ", 1); 313 const char * const restrict pbound, 319 eoshift1 (ret, array, h, pbound, pwhich,
|
| eoshift1_4.c | 36 const char * const restrict pbound, 205 if (pbound) 208 memcpy (dest, pbound, size); 269 const char * const restrict pbound, 272 eoshift1 (ret, array, h, pbound, pwhich, "\0", 1); 290 const char * const restrict pbound, 295 eoshift1 (ret, array, h, pbound, pwhich, " ", 1); 313 const char * const restrict pbound, 319 eoshift1 (ret, array, h, pbound, pwhich,
|
| eoshift1_8.c | 36 const char * const restrict pbound, 205 if (pbound) 208 memcpy (dest, pbound, size); 269 const char * const restrict pbound, 272 eoshift1 (ret, array, h, pbound, pwhich, "\0", 1); 290 const char * const restrict pbound, 295 eoshift1 (ret, array, h, pbound, pwhich, " ", 1); 313 const char * const restrict pbound, 319 eoshift1 (ret, array, h, pbound, pwhich,
|
| /src/external/gpl3/gcc.old/dist/libgfortran/generated/ |
| eoshift1_16.c | 36 const char * const restrict pbound, 205 if (pbound) 208 memcpy (dest, pbound, size); 269 const char * const restrict pbound, 272 eoshift1 (ret, array, h, pbound, pwhich, "\0", 1); 290 const char * const restrict pbound, 295 eoshift1 (ret, array, h, pbound, pwhich, " ", 1); 313 const char * const restrict pbound, 319 eoshift1 (ret, array, h, pbound, pwhich,
|
| eoshift1_4.c | 36 const char * const restrict pbound, 205 if (pbound) 208 memcpy (dest, pbound, size); 269 const char * const restrict pbound, 272 eoshift1 (ret, array, h, pbound, pwhich, "\0", 1); 290 const char * const restrict pbound, 295 eoshift1 (ret, array, h, pbound, pwhich, " ", 1); 313 const char * const restrict pbound, 319 eoshift1 (ret, array, h, pbound, pwhich,
|
| eoshift1_8.c | 36 const char * const restrict pbound, 205 if (pbound) 208 memcpy (dest, pbound, size); 269 const char * const restrict pbound, 272 eoshift1 (ret, array, h, pbound, pwhich, "\0", 1); 290 const char * const restrict pbound, 295 eoshift1 (ret, array, h, pbound, pwhich, " ", 1); 313 const char * const restrict pbound, 319 eoshift1 (ret, array, h, pbound, pwhich,
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| eoshift0.c | 32 index_type shift, const char * pbound, int which, index_type size, 250 if (pbound) 253 memcpy (dest, pbound, size); 310 const GFC_INTEGER_##N *pshift, const char *pbound, \ 313 eoshift0 (ret, array, *pshift, pbound, pdim ? *pdim : 1, \ 329 const char *pbound, \ 334 eoshift0 (ret, array, *pshift, pbound, pdim ? *pdim : 1, \ 350 const char *pbound, \ 356 eoshift0 (ret, array, *pshift, pbound, pdim ? *pdim : 1, \
|
| eoshift2.c | 272 const GFC_INTEGER_##N *pshift, const gfc_array_char *pbound, \ 275 eoshift2 (ret, array, *pshift, pbound, pdim ? *pdim : 1, \ 292 const gfc_array_char *pbound, \ 297 eoshift2 (ret, array, *pshift, pbound, pdim ? *pdim : 1, \ 314 const gfc_array_char *pbound, \ 320 eoshift2 (ret, array, *pshift, pbound, pdim ? *pdim : 1, \
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| eoshift0.c | 32 index_type shift, const char * pbound, int which, index_type size, 250 if (pbound) 253 memcpy (dest, pbound, size); 310 const GFC_INTEGER_##N *pshift, const char *pbound, \ 313 eoshift0 (ret, array, *pshift, pbound, pdim ? *pdim : 1, \ 329 const char *pbound, \ 334 eoshift0 (ret, array, *pshift, pbound, pdim ? *pdim : 1, \ 350 const char *pbound, \ 356 eoshift0 (ret, array, *pshift, pbound, pdim ? *pdim : 1, \
|
| eoshift2.c | 272 const GFC_INTEGER_##N *pshift, const gfc_array_char *pbound, \ 275 eoshift2 (ret, array, *pshift, pbound, pdim ? *pdim : 1, \ 292 const gfc_array_char *pbound, \ 297 eoshift2 (ret, array, *pshift, pbound, pdim ? *pdim : 1, \ 314 const gfc_array_char *pbound, \ 320 eoshift2 (ret, array, *pshift, pbound, pdim ? *pdim : 1, \
|
| /src/external/lgpl3/mpfr/dist/src/ |
| jn.c | 88 mpfr_prec_t prec, pbound, err; local 180 pbound = MPFR_PREC (res) / 2 + 3; 181 MPFR_ASSERTN (pbound <= ULONG_MAX); 183 if (mpfr_cmp_ui (absz, pbound) > 0)
|