Searched refs:GFC_CONVERT_NATIVE (Results 1 – 18 of 18) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
H A D | environ.c | 487 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 D | open.c | 152 { "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 D | file_pos.c | 122 if (likely (u->flags.convert == GFC_CONVERT_NATIVE)) in unformatted_backspace() 395 u_flags.convert = GFC_CONVERT_NATIVE; in st_endfile()
|
H A D | transfer.c | 1193 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 D | inquire.c | 637 case GFC_CONVERT_NATIVE: in inquire_via_unit()
|
/netbsd/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | open.c | 152 { "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 D | file_pos.c | 127 if (likely (convert == GFC_CONVERT_NATIVE)) in unformatted_backspace() 400 u_flags.convert = GFC_CONVERT_NATIVE; in st_endfile()
|
H A D | inquire.c | 637 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 D | transfer.c | 1132 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 D | environ.c | 511 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 D | libgfortran.h | 93 GFC_CONVERT_NATIVE = 0, enumerator
|
H A D | gfortran.texi | 3904 GFC_CONVERT_NATIVE (0, default), GFC_CONVERT_SWAP (1),
|
H A D | gfortran.info | 5125 GFC_CONVERT_NATIVE (0, default),
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | libgfortran.h | 93 GFC_CONVERT_NATIVE = 0, enumerator
|
H A D | ChangeLog-2007 | 1642 GFC_CONVERT_NATIVE instead of CONVERT_NATIVE. 1647 * options.c (gfc_init_options): Use GFC_CONVERT_NATIVE instead of
|
H A D | gfortran.texi | 3512 GFC_CONVERT_NATIVE (0, default), GFC_CONVERT_SWAP (1),
|
H A D | gfortran.info | 4819 GFC_CONVERT_NATIVE (0, default),
|
/netbsd/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2008 | 226 GFC_CONVERT_NATIVE. 233 (us_read): Likewise. Normal case is GFC_CONVERT_NATIVE.
|