Searched refs:fortran_conventions (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | char_to_decimal.h | 119 if (fortran_conventions > 0) 140 if (fortran_conventions >= 2 && spacefound) { 181 if (fortran_conventions < 2) 198 if (fortran_conventions < 0) { 235 fortran_conventions >= 2)) { 275 if (fortran_conventions >= 2 && (agree == 3 || 305 if (fortran_conventions < 0) { 333 if (fortran_conventions >= 2) { 338 if (fortran_conventions >= 2) { 413 if (fortran_conventions < 2) [all …]
|
H A D | string_decim.c | 36 string_to_decimal(char **ppc, int nmax, int fortran_conventions, in string_to_decimal() argument 40 string_to_decimal_l(ppc, nmax, fortran_conventions, pd, pform, pechar, in string_to_decimal() 45 string_to_decimal_l(char **ppc, int nmax, int fortran_conventions, in string_to_decimal_l() argument
|
H A D | file_decim.c | 51 file_to_decimal(char **ppc, int nmax, int fortran_conventions, in file_to_decimal() argument 83 if (fortran_conventions < 0) { in file_to_decimal()
|
H A D | func_decim.c | 36 func_to_decimal(char **ppc, int nmax, int fortran_conventions, in func_to_decimal() argument
|