/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/generated/ |
H A D | minval_r8.c | 32 extern void minval_r8 (gfc_array_r8 * const restrict, 33 gfc_array_r8 * const restrict, const index_type * const restrict); 37 minval_r8 (gfc_array_r8 * const restrict retarray, in minval_r8() 38 gfc_array_r8 * const restrict array, in minval_r8() 210 extern void mminval_r8 (gfc_array_r8 * const restrict, 211 gfc_array_r8 * const restrict, const index_type * const restrict, 216 mminval_r8 (gfc_array_r8 * const restrict retarray, in mminval_r8() 217 gfc_array_r8 * const restrict array, in mminval_r8() 434 extern void sminval_r8 (gfc_array_r8 * const restrict, 435 gfc_array_r8 * const restrict, const index_type * const restrict, [all …]
|
H A D | maxval_r8.c | 32 extern void maxval_r8 (gfc_array_r8 * const restrict, 33 gfc_array_r8 * const restrict, const index_type * const restrict); 37 maxval_r8 (gfc_array_r8 * const restrict retarray, in maxval_r8() 38 gfc_array_r8 * const restrict array, in maxval_r8() 210 extern void mmaxval_r8 (gfc_array_r8 * const restrict, 211 gfc_array_r8 * const restrict, const index_type * const restrict, 216 mmaxval_r8 (gfc_array_r8 * const restrict retarray, in mmaxval_r8() 217 gfc_array_r8 * const restrict array, in mmaxval_r8() 434 extern void smaxval_r8 (gfc_array_r8 * const restrict, 435 gfc_array_r8 * const restrict, const index_type * const restrict, [all …]
|
H A D | sum_r8.c | 32 extern void sum_r8 (gfc_array_r8 * const restrict, 33 gfc_array_r8 * const restrict, const index_type * const restrict); 37 sum_r8 (gfc_array_r8 * const restrict retarray, in sum_r8() 38 gfc_array_r8 * const restrict array, in sum_r8() 196 extern void msum_r8 (gfc_array_r8 * const restrict, 197 gfc_array_r8 * const restrict, const index_type * const restrict, 202 msum_r8 (gfc_array_r8 * const restrict retarray, in msum_r8() 203 gfc_array_r8 * const restrict array, in msum_r8() 392 extern void ssum_r8 (gfc_array_r8 * const restrict, 393 gfc_array_r8 * const restrict, const index_type * const restrict, [all …]
|
H A D | product_r8.c | 32 extern void product_r8 (gfc_array_r8 * const restrict, 33 gfc_array_r8 * const restrict, const index_type * const restrict); 37 product_r8 (gfc_array_r8 * const restrict retarray, in product_r8() 38 gfc_array_r8 * const restrict array, in product_r8() 196 extern void mproduct_r8 (gfc_array_r8 * const restrict, 197 gfc_array_r8 * const restrict, const index_type * const restrict, 202 mproduct_r8 (gfc_array_r8 * const restrict retarray, in mproduct_r8() 203 gfc_array_r8 * const restrict array, in mproduct_r8() 392 extern void sproduct_r8 (gfc_array_r8 * const restrict, 393 gfc_array_r8 * const restrict, const index_type * const restrict, [all …]
|
H A D | reshape_r8.c | 34 extern void reshape_r8 (gfc_array_r8 * const restrict, 35 gfc_array_r8 * const restrict, 37 gfc_array_r8 * const restrict, 42 reshape_r8 (gfc_array_r8 * const restrict ret, in reshape_r8() 43 gfc_array_r8 * const restrict source, in reshape_r8() 45 gfc_array_r8 * const restrict pad, in reshape_r8()
|
H A D | maxloc0_8_r8.c | 34 gfc_array_r8 * const restrict array, GFC_LOGICAL_4); 39 gfc_array_r8 * const restrict array, GFC_LOGICAL_4 back) in maxloc0_8_r8() 180 gfc_array_r8 * const restrict, gfc_array_l1 * const restrict, 186 gfc_array_r8 * const restrict array, in mmaxloc0_8_r8() 366 gfc_array_r8 * const restrict, GFC_LOGICAL_4 *, GFC_LOGICAL_4); 371 gfc_array_r8 * const restrict array, in smaxloc0_8_r8()
|
H A D | minloc0_16_r8.c | 34 gfc_array_r8 * const restrict array, GFC_LOGICAL_4); 39 gfc_array_r8 * const restrict array, GFC_LOGICAL_4 back) in minloc0_16_r8() 180 gfc_array_r8 * const restrict, gfc_array_l1 * const restrict, 186 gfc_array_r8 * const restrict array, in mminloc0_16_r8() 365 gfc_array_r8 * const restrict, GFC_LOGICAL_4 *, GFC_LOGICAL_4); 370 gfc_array_r8 * const restrict array, in sminloc0_16_r8()
|
H A D | minloc0_8_r8.c | 34 gfc_array_r8 * const restrict array, GFC_LOGICAL_4); 39 gfc_array_r8 * const restrict array, GFC_LOGICAL_4 back) in minloc0_8_r8() 180 gfc_array_r8 * const restrict, gfc_array_l1 * const restrict, 186 gfc_array_r8 * const restrict array, in mminloc0_8_r8() 365 gfc_array_r8 * const restrict, GFC_LOGICAL_4 *, GFC_LOGICAL_4); 370 gfc_array_r8 * const restrict array, in sminloc0_8_r8()
|
H A D | minloc0_4_r8.c | 34 gfc_array_r8 * const restrict array, GFC_LOGICAL_4); 39 gfc_array_r8 * const restrict array, GFC_LOGICAL_4 back) in minloc0_4_r8() 180 gfc_array_r8 * const restrict, gfc_array_l1 * const restrict, 186 gfc_array_r8 * const restrict array, in mminloc0_4_r8() 365 gfc_array_r8 * const restrict, GFC_LOGICAL_4 *, GFC_LOGICAL_4); 370 gfc_array_r8 * const restrict array, in sminloc0_4_r8()
|
H A D | findloc0_r8.c | 32 gfc_array_r8 * const restrict array, GFC_REAL_8 value, 38 gfc_array_r8 * const restrict array, GFC_REAL_8 value, in findloc0_r8() 168 gfc_array_r8 * const restrict array, GFC_REAL_8 value, 174 gfc_array_r8 * const restrict array, GFC_REAL_8 value, in mfindloc0_r8() 331 gfc_array_r8 * const restrict array, GFC_REAL_8 value, 337 gfc_array_r8 * const restrict array, GFC_REAL_8 value, in sfindloc0_r8()
|
H A D | maxloc0_16_r8.c | 34 gfc_array_r8 * const restrict array, GFC_LOGICAL_4); 39 gfc_array_r8 * const restrict array, GFC_LOGICAL_4 back) in maxloc0_16_r8() 180 gfc_array_r8 * const restrict, gfc_array_l1 * const restrict, 186 gfc_array_r8 * const restrict array, in mmaxloc0_16_r8() 366 gfc_array_r8 * const restrict, GFC_LOGICAL_4 *, GFC_LOGICAL_4); 371 gfc_array_r8 * const restrict array, in smaxloc0_16_r8()
|
H A D | maxloc0_4_r8.c | 34 gfc_array_r8 * const restrict array, GFC_LOGICAL_4); 39 gfc_array_r8 * const restrict array, GFC_LOGICAL_4 back) in maxloc0_4_r8() 180 gfc_array_r8 * const restrict, gfc_array_l1 * const restrict, 186 gfc_array_r8 * const restrict array, in mmaxloc0_4_r8() 366 gfc_array_r8 * const restrict, GFC_LOGICAL_4 *, GFC_LOGICAL_4); 371 gfc_array_r8 * const restrict array, in smaxloc0_4_r8()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/generated/ |
H A D | sum_r8.c | 32 extern void sum_r8 (gfc_array_r8 * const restrict, 33 gfc_array_r8 * const restrict, const index_type * const restrict); 37 sum_r8 (gfc_array_r8 * const restrict retarray, in sum_r8() 38 gfc_array_r8 * const restrict array, in sum_r8() 196 extern void msum_r8 (gfc_array_r8 * const restrict, 197 gfc_array_r8 * const restrict, const index_type * const restrict, 202 msum_r8 (gfc_array_r8 * const restrict retarray, in msum_r8() 203 gfc_array_r8 * const restrict array, in msum_r8() 392 extern void ssum_r8 (gfc_array_r8 * const restrict, 393 gfc_array_r8 * const restrict, const index_type * const restrict, [all …]
|
H A D | maxval_r8.c | 32 extern void maxval_r8 (gfc_array_r8 * const restrict, 33 gfc_array_r8 * const restrict, const index_type * const restrict); 37 maxval_r8 (gfc_array_r8 * const restrict retarray, in maxval_r8() 38 gfc_array_r8 * const restrict array, in maxval_r8() 210 extern void mmaxval_r8 (gfc_array_r8 * const restrict, 211 gfc_array_r8 * const restrict, const index_type * const restrict, 216 mmaxval_r8 (gfc_array_r8 * const restrict retarray, in mmaxval_r8() 217 gfc_array_r8 * const restrict array, in mmaxval_r8() 434 extern void smaxval_r8 (gfc_array_r8 * const restrict, 435 gfc_array_r8 * const restrict, const index_type * const restrict, [all …]
|
H A D | product_r8.c | 32 extern void product_r8 (gfc_array_r8 * const restrict, 33 gfc_array_r8 * const restrict, const index_type * const restrict); 37 product_r8 (gfc_array_r8 * const restrict retarray, in product_r8() 38 gfc_array_r8 * const restrict array, in product_r8() 196 extern void mproduct_r8 (gfc_array_r8 * const restrict, 197 gfc_array_r8 * const restrict, const index_type * const restrict, 202 mproduct_r8 (gfc_array_r8 * const restrict retarray, in mproduct_r8() 203 gfc_array_r8 * const restrict array, in mproduct_r8() 392 extern void sproduct_r8 (gfc_array_r8 * const restrict, 393 gfc_array_r8 * const restrict, const index_type * const restrict, [all …]
|
H A D | minval_r8.c | 32 extern void minval_r8 (gfc_array_r8 * const restrict, 33 gfc_array_r8 * const restrict, const index_type * const restrict); 37 minval_r8 (gfc_array_r8 * const restrict retarray, in minval_r8() 38 gfc_array_r8 * const restrict array, in minval_r8() 210 extern void mminval_r8 (gfc_array_r8 * const restrict, 211 gfc_array_r8 * const restrict, const index_type * const restrict, 216 mminval_r8 (gfc_array_r8 * const restrict retarray, in mminval_r8() 217 gfc_array_r8 * const restrict array, in mminval_r8() 434 extern void sminval_r8 (gfc_array_r8 * const restrict, 435 gfc_array_r8 * const restrict, const index_type * const restrict, [all …]
|
H A D | reshape_r8.c | 34 extern void reshape_r8 (gfc_array_r8 * const restrict, 35 gfc_array_r8 * const restrict, 37 gfc_array_r8 * const restrict, 42 reshape_r8 (gfc_array_r8 * const restrict ret, in reshape_r8() 43 gfc_array_r8 * const restrict source, in reshape_r8() 45 gfc_array_r8 * const restrict pad, in reshape_r8()
|
H A D | minloc0_4_r8.c | 34 gfc_array_r8 * const restrict array, GFC_LOGICAL_4); 39 gfc_array_r8 * const restrict array, GFC_LOGICAL_4 back) in minloc0_4_r8() 180 gfc_array_r8 * const restrict, gfc_array_l1 * const restrict, 186 gfc_array_r8 * const restrict array, in mminloc0_4_r8() 365 gfc_array_r8 * const restrict, GFC_LOGICAL_4 *, GFC_LOGICAL_4); 370 gfc_array_r8 * const restrict array, in sminloc0_4_r8()
|
H A D | maxloc0_4_r8.c | 34 gfc_array_r8 * const restrict array, GFC_LOGICAL_4); 39 gfc_array_r8 * const restrict array, GFC_LOGICAL_4 back) in maxloc0_4_r8() 180 gfc_array_r8 * const restrict, gfc_array_l1 * const restrict, 186 gfc_array_r8 * const restrict array, in mmaxloc0_4_r8() 366 gfc_array_r8 * const restrict, GFC_LOGICAL_4 *, GFC_LOGICAL_4); 371 gfc_array_r8 * const restrict array, in smaxloc0_4_r8()
|
H A D | maxloc0_16_r8.c | 34 gfc_array_r8 * const restrict array, GFC_LOGICAL_4); 39 gfc_array_r8 * const restrict array, GFC_LOGICAL_4 back) in maxloc0_16_r8() 180 gfc_array_r8 * const restrict, gfc_array_l1 * const restrict, 186 gfc_array_r8 * const restrict array, in mmaxloc0_16_r8() 366 gfc_array_r8 * const restrict, GFC_LOGICAL_4 *, GFC_LOGICAL_4); 371 gfc_array_r8 * const restrict array, in smaxloc0_16_r8()
|
H A D | minloc0_16_r8.c | 34 gfc_array_r8 * const restrict array, GFC_LOGICAL_4); 39 gfc_array_r8 * const restrict array, GFC_LOGICAL_4 back) in minloc0_16_r8() 180 gfc_array_r8 * const restrict, gfc_array_l1 * const restrict, 186 gfc_array_r8 * const restrict array, in mminloc0_16_r8() 365 gfc_array_r8 * const restrict, GFC_LOGICAL_4 *, GFC_LOGICAL_4); 370 gfc_array_r8 * const restrict array, in sminloc0_16_r8()
|
H A D | maxloc0_8_r8.c | 34 gfc_array_r8 * const restrict array, GFC_LOGICAL_4); 39 gfc_array_r8 * const restrict array, GFC_LOGICAL_4 back) in maxloc0_8_r8() 180 gfc_array_r8 * const restrict, gfc_array_l1 * const restrict, 186 gfc_array_r8 * const restrict array, in mmaxloc0_8_r8() 366 gfc_array_r8 * const restrict, GFC_LOGICAL_4 *, GFC_LOGICAL_4); 371 gfc_array_r8 * const restrict array, in smaxloc0_8_r8()
|
H A D | findloc0_r8.c | 32 gfc_array_r8 * const restrict array, GFC_REAL_8 value, 38 gfc_array_r8 * const restrict array, GFC_REAL_8 value, in findloc0_r8() 168 gfc_array_r8 * const restrict array, GFC_REAL_8 value, 174 gfc_array_r8 * const restrict array, GFC_REAL_8 value, in mfindloc0_r8() 331 gfc_array_r8 * const restrict array, GFC_REAL_8 value, 337 gfc_array_r8 * const restrict array, GFC_REAL_8 value, in sfindloc0_r8()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
H A D | libgfortran.h | 367 typedef GFC_ARRAY_DESCRIPTOR (GFC_REAL_8) gfc_array_r8; typedef 939 GFC_REAL_8 *internal_pack_r8 (gfc_array_r8 *); 988 extern void internal_unpack_r8 (gfc_array_r8 *, const GFC_REAL_8 *); 1045 extern void pack_r8 (gfc_array_r8 *, const gfc_array_r8 *, 1046 const gfc_array_l1 *, const gfc_array_r8 *); 1111 extern void unpack0_r8 (gfc_array_r8 *, const gfc_array_r8 *, 1181 extern void unpack1_r8 (gfc_array_r8 *, const gfc_array_r8 *, 1182 const gfc_array_l1 *, const gfc_array_r8 *); 1246 extern void spread_r8 (gfc_array_r8 *, const gfc_array_r8 *, 1313 extern void spread_scalar_r8 (gfc_array_r8 *, const GFC_REAL_8 *, [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | libgfortran.h | 394 typedef GFC_ARRAY_DESCRIPTOR (GFC_REAL_8) gfc_array_r8; typedef 978 GFC_REAL_8 *internal_pack_r8 (gfc_array_r8 *); 1037 extern void internal_unpack_r8 (gfc_array_r8 *, const GFC_REAL_8 *); 1104 extern void pack_r8 (gfc_array_r8 *, const gfc_array_r8 *, 1105 const gfc_array_l1 *, const gfc_array_r8 *); 1182 extern void unpack0_r8 (gfc_array_r8 *, const gfc_array_r8 *, 1268 extern void unpack1_r8 (gfc_array_r8 *, const gfc_array_r8 *, 1269 const gfc_array_l1 *, const gfc_array_r8 *); 1345 extern void spread_r8 (gfc_array_r8 *, const gfc_array_r8 *, 1426 extern void spread_scalar_r8 (gfc_array_r8 *, const GFC_REAL_8 *, [all …]
|