Searched refs:fortran_conventions (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libc/port/fp/ |
H A D | char_to_decimal.h | 118 if (fortran_conventions > 0) 139 if (fortran_conventions >= 2 && spacefound) { 180 if (fortran_conventions < 2) 197 if (fortran_conventions < 0) { 234 fortran_conventions >= 2)) { 274 if (fortran_conventions >= 2 && (agree == 3 || 304 if (fortran_conventions < 0) { 332 if (fortran_conventions >= 2) { 337 if (fortran_conventions >= 2) { 412 if (fortran_conventions < 2) [all …]
|
H A D | file_decim.c | 52 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 | string_decim.c | 37 string_to_decimal(char **ppc, int nmax, int fortran_conventions, in string_to_decimal() argument
|
H A D | func_decim.c | 37 func_to_decimal(char **ppc, int nmax, int fortran_conventions, in func_to_decimal() argument
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | char_to_decimal.h | 53 if (fortran_conventions != 0) 64 if (fortran_conventions >= 2) { 96 if (fortran_conventions < 2) 100 while ((CURRENT == '0') || ((fortran_conventions >= 2) && (CURRENT == ' '))) { 103 if ((*cp == '0') || ((fortran_conventions >= 2) && (*cp == ' '))) 255 if (fortran_conventions < 2) 257 if (fortran_conventions == 2) { 267 if (fortran_conventions < 2) { 271 if (fortran_conventions == 2) { 298 if (fortran_conventions != 0) [all …]
|
H A D | string_decim.c | 36 string_to_decimal(ppc, nmax, fortran_conventions, pd, pform, pechar) in string_to_decimal() argument 39 int fortran_conventions;
|
H A D | file_decim.c | 36 file_to_decimal(ppc, nmax, fortran_conventions, pd, pform, pechar, pf, pnread) in file_to_decimal() argument 39 int fortran_conventions;
|
H A D | func_decim.c | 36 func_to_decimal(ppc, nmax, fortran_conventions, pd, pform, pechar, pget, pnread, punget) in func_to_decimal() argument 39 int fortran_conventions;
|