Searched refs:GFC_CONVERT_SWAP (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
H A D | environ.c | 491 endian = GFC_CONVERT_SWAP; in do_parse() 560 endian = GFC_CONVERT_SWAP; in do_parse()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | open.c | 153 { "swap", GFC_CONVERT_SWAP}, 856 case GFC_CONVERT_SWAP: in st_open() 860 conv = __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ ? GFC_CONVERT_NATIVE : GFC_CONVERT_SWAP; in st_open() 864 conv = __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ ? GFC_CONVERT_SWAP : GFC_CONVERT_NATIVE; in st_open()
|
H A D | inquire.c | 641 case GFC_CONVERT_SWAP: in inquire_via_unit() 650 case GFC_CONVERT_SWAP | GFC_CONVERT_R16_IEEE: in inquire_via_unit() 658 case GFC_CONVERT_SWAP | GFC_CONVERT_R16_IBM: in inquire_via_unit()
|
H A D | transfer.c | 1161 if (bswap == GFC_CONVERT_SWAP) in unformatted_read() 1334 == GFC_CONVERT_SWAP) in unformatted_write() 1352 == GFC_CONVERT_SWAP) in unformatted_write() 3063 case GFC_CONVERT_SWAP: in data_transfer_init() 3067 conv = __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ ? GFC_CONVERT_NATIVE : GFC_CONVERT_SWAP; in data_transfer_init() 3071 conv = __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ ? GFC_CONVERT_SWAP : GFC_CONVERT_NATIVE; in data_transfer_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | open.c | 153 { "swap", GFC_CONVERT_SWAP}, 827 case GFC_CONVERT_SWAP: in st_open() 831 conv = __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ ? GFC_CONVERT_NATIVE : GFC_CONVERT_SWAP; in st_open() 835 conv = __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ ? GFC_CONVERT_SWAP : GFC_CONVERT_NATIVE; in st_open()
|
H A D | inquire.c | 641 case GFC_CONVERT_SWAP: in inquire_via_unit()
|
H A D | transfer.c | 1129 if (unlikely (dtp->u.p.current_unit->flags.convert == GFC_CONVERT_SWAP) in unformatted_read() 2900 case GFC_CONVERT_SWAP: in data_transfer_init() 2904 conv = __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ ? GFC_CONVERT_NATIVE : GFC_CONVERT_SWAP; in data_transfer_init() 2908 conv = __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ ? GFC_CONVERT_SWAP : GFC_CONVERT_NATIVE; in data_transfer_init()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/ |
H A D | environ.c | 515 endian = GFC_CONVERT_SWAP; in do_parse() 594 endian = GFC_CONVERT_SWAP; in do_parse()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | libgfortran.h | 94 GFC_CONVERT_SWAP, enumerator
|
H A D | gfortran.texi | 3904 GFC_CONVERT_NATIVE (0, default), GFC_CONVERT_SWAP (1),
|
H A D | gfortran.info | 5126 GFC_CONVERT_SWAP (1), GFC_CONVERT_BIG (2),
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | libgfortran.h | 94 GFC_CONVERT_SWAP, enumerator
|
H A D | gfortran.texi | 3512 GFC_CONVERT_NATIVE (0, default), GFC_CONVERT_SWAP (1),
|
H A D | gfortran.info | 4820 GFC_CONVERT_SWAP (1), GFC_CONVERT_BIG (2),
|