Home
last modified time | relevance | path

Searched refs:size_from_real_kind (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dsize_from_kind.c32 size_from_real_kind (int kind) in size_from_real_kind() function
H A Dio.h965 extern size_t size_from_real_kind (int);
966 internal_proto(size_from_real_kind);
H A Dwrite.c2121 obj_size = size_from_real_kind (len); in nml_write_obj()
H A Dlist_read.c2902 dlen = size_from_real_kind (len); in nml_read_obj()
H A Dtransfer.c2408 size = size_from_real_kind (kind); in transfer_real()
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dsize_from_kind.c32 size_from_real_kind (int kind) in size_from_real_kind() function
H A Dio.h969 extern size_t size_from_real_kind (int);
970 internal_proto(size_from_real_kind);
H A Dwrite.c2173 obj_size = size_from_real_kind (len); in nml_write_obj()
H A Dlist_read.c2901 dlen = size_from_real_kind (len); in nml_read_obj()
H A Dtransfer.c2560 size = size_from_real_kind (kind); in transfer_real()
/netbsd/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog192 * io/size_from_kind.c (size_from_real_kind, size_from_complex_kind):
H A DChangeLog-20071495 eliminating use of size_from_real_kind.