Searched defs:Double (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A DAudio_inline.h53 inline Double Audio::
60 inline Double Audio::
84 Double)
83 GetDHeader( Double) argument
H A DAudioTypes.h134 class Double { class
138 Double(double x = 0.): val(x) { } function in class:Double
139 Double(const Double &x): val(x.val) { } function in class:Double
144 inline Double& operator += (double y)
146 inline Double& operator -= (double y)
153 inline double min(const Double& x, const Double& y) {
157 inline double min(const Double& x, double y) {
160 inline double min(double x, const Double
[all...]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c124 * Double precision, Remez error <= 2**(-62.9)
166 * Double precision, remez < 2**(61.91)
322 * Coefficents: Double precision
671 * Double precision: 3 terms, Remez error is bounded by 2**(-72.40),
756 struct Double { struct
1149 static struct Double
1152 struct Double r;
1168 static struct Double
1171 struct Double r;
1185 static struct Double
[all...]

Completed in 60 milliseconds