Home | History | Annotate | Download | only in io

Lines Matching defs:conv

763   unit_convert conv;
833 conv = get_unformatted_convert (opp->common.unit);
835 if (conv == GFC_CONVERT_NONE)
839 conv = find_option (&opp->common, opp->convert, opp->convert_len,
843 conv = compile_options.convert;
849 flags.convert = conv & (GFC_CONVERT_R16_IEEE | GFC_CONVERT_R16_IBM);
850 conv &= ~(GFC_CONVERT_R16_IEEE | GFC_CONVERT_R16_IBM);
853 switch (conv)
860 conv = __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ ? GFC_CONVERT_NATIVE : GFC_CONVERT_SWAP;
864 conv = __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ ? GFC_CONVERT_SWAP : GFC_CONVERT_NATIVE;
872 flags.convert |= conv;