Searched refs:REAL (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fps/fptest/
H A Dlinpack.c45 static int LINSUB(REAL * residn, REAL * resid,
46 REAL * eps, REAL * x11, REAL * xn1, int fps_verbose_msg);
47 static int MATGEN(REAL a[], int lda, int n, REAL b[], REAL * norma);
48 static REAL EPSLON(REAL
[all...]
H A Dlinpack.h45 #define REAL double macro
64 #define REAL float macro
74 REAL residn;
75 REAL resid;
76 REAL eps;
77 REAL x11;
78 REAL xn1;
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h92 typedef double REAL; typedef
119 REAL N_real;
177 #define FSENSE 0x20 /* Sense if string looks like INT/REAL */
309 NODE *realnode(REAL r);
316 REAL exprreal(NODE *np);
H A Dawk3.c60 * only promoted to double precision floating point numbers (type REAL)
313 realnode(REAL real)
841 REAL
845 return ((REAL)loopexit);
859 return ((REAL)np->n_int);
860 return ((REAL)wcstod((wchar_t *)np->n_string, (wchar_t **)0));
866 return ((REAL)0);
1120 return (realnode((REAL)pow(f1, f2)));
1249 register REAL r1, r2;
1345 register REAL r
[all...]
H A Dawk4.c188 return (realnode((REAL)ldexp(result, expon-15)));
H A Dawk1.c774 yylval.node = realnode((REAL)wcstod(linebuf, (wchar_t **)0));
/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Dderparse.h59 #define REAL 0x09 /* 9: Real (Mantissa * Base^Exponent) */ macro
/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Dmail.h94 #define REAL 1 macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm333 FLAGS = (REAL)
368 FLAGS = (REAL)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm270 =head2 SIMPLE (REAL) ARGUMENTS, COMPLEX RESULTS
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm386 tags. Think REAL hard about how you use this. YOU HAVE BEEN WARNED.

Completed in 195 milliseconds