Home
last modified time | relevance | path

Searched refs:GFC_CONVERT_NATIVE (Results 1 – 18 of 18) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Denviron.c487 endian = GFC_CONVERT_NATIVE; in do_parse()
554 endian = GFC_CONVERT_NATIVE; in do_parse()
/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dopen.c152 { "native", GFC_CONVERT_NATIVE},
826 case GFC_CONVERT_NATIVE: 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 Dfile_pos.c122 if (likely (u->flags.convert == GFC_CONVERT_NATIVE)) in unformatted_backspace()
395 u_flags.convert = GFC_CONVERT_NATIVE; in st_endfile()
H A Dtransfer.c1193 if (likely (dtp->u.p.current_unit->flags.convert == GFC_CONVERT_NATIVE) in unformatted_write()
2695 if (likely (dtp->u.p.current_unit->flags.convert == GFC_CONVERT_NATIVE)) in us_read()
2899 case GFC_CONVERT_NATIVE: 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()
3714 if (likely (dtp->u.p.current_unit->flags.convert == GFC_CONVERT_NATIVE)) in write_us_marker()
H A Dinquire.c637 case GFC_CONVERT_NATIVE: in inquire_via_unit()
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dopen.c152 { "native", GFC_CONVERT_NATIVE},
855 case GFC_CONVERT_NATIVE: 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 Dfile_pos.c127 if (likely (convert == GFC_CONVERT_NATIVE)) in unformatted_backspace()
400 u_flags.convert = GFC_CONVERT_NATIVE; in st_endfile()
H A Dinquire.c637 case GFC_CONVERT_NATIVE: in inquire_via_unit()
646 case GFC_CONVERT_NATIVE | GFC_CONVERT_R16_IEEE: in inquire_via_unit()
654 case GFC_CONVERT_NATIVE | GFC_CONVERT_R16_IBM: in inquire_via_unit()
H A Dtransfer.c1132 if (unlikely (convert != GFC_CONVERT_NATIVE) && kind != 1) in unformatted_read()
1258 if (likely (convert == GFC_CONVERT_NATIVE) || kind == 1 in unformatted_write()
2851 if (likely (convert == GFC_CONVERT_NATIVE)) in us_read()
3062 case GFC_CONVERT_NATIVE: 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()
3881 if (likely (convert == GFC_CONVERT_NATIVE)) in write_us_marker()
/netbsd/external/gpl3/gcc/dist/libgfortran/runtime/
H A Denviron.c511 endian = GFC_CONVERT_NATIVE; in do_parse()
588 endian = GFC_CONVERT_NATIVE; in do_parse()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dlibgfortran.h93 GFC_CONVERT_NATIVE = 0, enumerator
H A Dgfortran.texi3904 GFC_CONVERT_NATIVE (0, default), GFC_CONVERT_SWAP (1),
H A Dgfortran.info5125 GFC_CONVERT_NATIVE (0, default),
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dlibgfortran.h93 GFC_CONVERT_NATIVE = 0, enumerator
H A DChangeLog-20071642 GFC_CONVERT_NATIVE instead of CONVERT_NATIVE.
1647 * options.c (gfc_init_options): Use GFC_CONVERT_NATIVE instead of
H A Dgfortran.texi3512 GFC_CONVERT_NATIVE (0, default), GFC_CONVERT_SWAP (1),
H A Dgfortran.info4819 GFC_CONVERT_NATIVE (0, default),
/netbsd/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2008226 GFC_CONVERT_NATIVE.
233 (us_read): Likewise. Normal case is GFC_CONVERT_NATIVE.