Home
last modified time | relevance | path

Searched refs:fortran_conventions (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h118 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 Dfile_decim.c52 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 Dstring_decim.c37 string_to_decimal(char **ppc, int nmax, int fortran_conventions, in string_to_decimal() argument
H A Dfunc_decim.c37 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 Dchar_to_decimal.h53 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 Dstring_decim.c36 string_to_decimal(ppc, nmax, fortran_conventions, pd, pform, pechar) in string_to_decimal() argument
39 int fortran_conventions;
H A Dfile_decim.c36 file_to_decimal(ppc, nmax, fortran_conventions, pd, pform, pechar, pf, pnread) in file_to_decimal() argument
39 int fortran_conventions;
H A Dfunc_decim.c36 func_to_decimal(ppc, nmax, fortran_conventions, pd, pform, pechar, pget, pnread, punget) in func_to_decimal() argument
39 int fortran_conventions;