Home
last modified time | relevance | path

Searched refs:Double (Results 1 – 25 of 58) sorted by relevance

123

/titanic_50/usr/src/cmd/audio/include/
H A DAudioTypes.h134 class Double {
138 Double(double x = 0.): val(x) { } in val()
139 Double(const Double &x): val(x.val) { } in Double() function
144 inline Double& operator += (double y)
146 inline Double& operator -= (double y)
153 inline double min(const Double& x, const Double& y) { in min()
157 inline double min(const Double& x, double y) { in min()
160 inline double min(double x, const Double& y) { in min()
164 inline double max(const Double& x, const Double& y) { in max()
167 inline double max(const Double& x, double y) { in max()
[all …]
H A DAudio.h68 Double readpos; // current read position ptr
69 Double writepos; // current write position ptr
76 Double setpos(
77 Double& pos, // position field to update
78 Double newpos, // new position
110 virtual Double ReadPosition() const; // Get read position
111 virtual Double WritePosition() const; // Get write position
114 virtual Double SetReadPosition(
115 Double pos, // new position
119 virtual Double SetWritePosition(
[all …]
H A DAudioBuffer.h44 Double buflen; // buffer size, in seconds
62 virtual void* GetAddress(Double) const; // Get address at offset
63 virtual AudioError SetSize(Double len); // Change buffer size
64 virtual Double GetSize() const; // Get buffer size
74 Double len); // new length, in secs
82 Double& pos); // start position (updated)
88 Double& pos); // start position (updated)
94 Double& pos); // start position (updated)
99 Double& frompos,
100 Double& topos,
[all …]
H A DAudioExtent.h43 Double start; // start time
44 Double end; // end time
58 Double GetStart() const; // Get start time
59 void SetStart(Double s); // Set start time
60 Double GetEnd() const; // Get end time
61 void SetEnd(Double e); // Set end time
64 virtual Double GetLength() const; // Get length, in secs
67 virtual AudioHdr GetHeader(Double pos); // Get header at pos
73 Double& pos); // start position (updated)
79 Double& pos); // start position (updated)
H A DAudioList.h63 Double pos); // split at offset
73 Double& pos, // target position (updated)
83 virtual Double GetLength() const; // Get length, in secs
86 virtual AudioHdr GetHeader(Double pos); // Get header at pos
92 Double& pos); // start position (updated)
98 Double& pos); // start position (updated)
110 Double pos); // insertion offset, in seconds
119 Double& frompos,
120 Double& topos,
121 Double& limit);
H A DAudioLib.h52 Double& frompos, // input position (updated)
53 Double& topos, // output position (updated)
54 Double& limit); // amount to copy (updated)
60 Double& frompos, // input position (updated)
61 Double& topos, // output position (updated)
62 Double& limit); // amount to copy (updated)
H A DAudioFile.h74 Double origlen; // initial length of file
93 Double pos, // position to seek to
97 Double pos, // position to seek to
136 Double& pos); // start position (updated)
142 Double& pos); // start position (updated)
147 Double& frompos,
148 Double& topos,
149 Double& limit);
H A DAudioGain.h58 Double DCaverage; // weighted DC offset
59 Double instant_gain; // current (instantaneous) gain
60 Double weighted_peaksum; // peak weighted sum
61 Double weighted_sum; // running sum of squares
62 Double weighted_avgsum; // accumulated sums to averages
65 Double gain_cache_size; // number of cached gains
H A DAudioStream.h47 Double length; // length of data, in secs
59 Double len); // new length, in secs
72 Double len); // new length, in secs
80 virtual Double GetLength() const; // Get length, in secs
H A DAudioUnixfile.h66 Double pos, // position to seek to
71 Double pos, // position to seek to
110 Double& pos); // start position (updated)
116 Double& pos); // start position (updated)
H A DAudio_inline.h53 inline Double Audio::
60 inline Double Audio::
84 Double) in GetDHeader() argument
H A DAudioStream_inline.h55 Double len) // new length, in secs in setlength()
63 Double len) // new length, in secs in SetLength()
70 inline Double AudioStream::
H A DAudioHdr.h159 virtual Double Bytes_to_Time(off_t cnt) const;
160 virtual off_t Time_to_Bytes(Double sec) const;
167 virtual Double Samples_to_Time(unsigned long cnt) const;
168 virtual unsigned long Time_to_Samples(Double sec) const;
H A DAudioPipe.h59 Double& pos); // start position (updated)
65 Double& pos); // start position (updated)
/titanic_50/usr/src/cmd/audio/utilities/
H A DAudio.cc154 Double Audio::
156 Double& pos, // field to update in setpos()
157 Double newpos, // new position in setpos()
177 Double Audio::
179 Double pos, // new position or offset in SetReadPosition()
186 Double Audio::
188 Double pos, // new position or offset in SetWritePosition()
219 Double& pos) // write position (updated) in AppendData()
233 Double frompos = AUDIO_UNKNOWN_TIME; in Copy()
234 Double topos = AUDIO_UNKNOWN_TIME; in Copy()
[all …]
H A DAudioCopy.cc44 Double frompos = 0.; in AudioCopy()
45 Double topos = 0.; in AudioCopy()
46 Double limit = AUDIO_UNKNOWN_TIME; in AudioCopy()
57 Double& frompos, // input position (updated) in AudioCopy()
58 Double& topos, // output position (updated) in AudioCopy()
59 Double& limit) // amount to copy (updated) in AudioCopy()
70 Double& frompos, // input position (updated) in AudioAsyncCopy()
71 Double& topos, // output position (updated) in AudioAsyncCopy()
72 Double& limit) // amount to copy (updated) in AudioAsyncCopy()
H A DAudioList.cc88 Double pos) // split offset in split()
133 Double& pos, // target position (updated) in getposition()
136 Double length; in getposition()
163 Double AudioList::
167 Double sum; in GetLength()
168 Double x; in GetLength()
199 Double pos) // position in GetHeader()
231 Double& pos) // start position (updated) in ReadData()
235 Double off; in ReadData()
236 Double newpos; in ReadData()
[all …]
H A DAudioExtent.cc80 Double AudioExtent::
89 Double s) // start time, in seconds in SetStart()
98 Double AudioExtent::
111 Double e) // end time, in seconds in SetEnd()
113 Double len; in SetEnd()
125 Double AudioExtent::
128 Double x; in GetLength()
156 Double pos) // position in GetHeader()
171 Double& pos) // start position (updated) in ReadData()
175 Double off; in ReadData()
[all …]
H A DAudioBuffer.cc192 Double pos) const in GetAddress()
230 Double AudioBuffer::
239 Double len) // new size, in seconds in SetSize()
288 Double len) // new length in SetLength()
310 Double& pos) // start position (updated) in ReadData()
375 Double& pos) // start position (updated) in WriteData()
438 Double& pos) // start position (updated) in AppendData()
440 Double local_length; in AppendData()
464 Double& frompos, in AsyncCopy()
465 Double& topos, in AsyncCopy()
[all …]
H A DAudioHdr.cc121 Double AudioHdr::
131 return (Double) ((double)cnt / in Bytes_to_Time()
141 Double sec) const // time, in seconds in Time_to_Bytes()
185 Double AudioHdr::
192 return ((Double)(((double)cnt * (double)samples_per_unit) / in Samples_to_Time()
200 Double sec) const // time, in seconds in Time_to_Samples()
H A DAudioFile.cc432 Double& pos) // start position (updated) in ReadData()
504 Double& pos) // start position (updated) in WriteData()
519 Double pos, // position to seek to in seekread()
535 Double pos, // position to seek to in seekwrite()
564 Double& frompos, in AsyncCopy()
565 Double& topos, in AsyncCopy()
566 Double& limit) in AsyncCopy()
572 Double svfrom; in AsyncCopy()
573 Double svto; in AsyncCopy()
H A DAudioUnixfile.cc303 (void) SetReadPosition((Double)0., Absolute); in Close()
304 (void) SetWritePosition((Double)0., Absolute); in Close()
315 Double& pos) // start position (updated) in ReadData()
405 Double& pos) // start position (updated) in WriteData()
484 Double pos, // position to seek to in seekread()
492 Double buflen; in seekread()
550 Double pos, // position to seek to in seekwrite()
558 Double buflen; in seekwrite()
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java70 public Double getDoubleValue(); in getDoubleValue()
197 public abstract Double getDoubleValue(); in getDoubleValue()
230 public DoubleStatistic(Double value) in DoubleStatistic()
244 public DoubleStatistic(Double value, Date start, Date end) in DoubleStatistic()
249 public Double getDoubleValue() in getDoubleValue()
251 return ((Double) getValue()); in getDoubleValue()
256 return (new Long(((Double) getValue()).longValue())); in getLongValue()
261 return (new UnsignedInt64(Long.toString(((Double) getValue()). in getUnsignedInt64Value()
267 Double v1 = getDoubleValue(); in add()
268 Double v2 = o.getDoubleValue(); in add()
[all …]
/titanic_50/usr/src/lib/libast/common/uwin/
H A Dgamma.c90 static struct Double large_gam __P((double));
91 static struct Double ratfun_gam __P((double, double));
149 struct Double u;
178 static struct Double
183 struct Double t, u, v;
212 struct Double yy, r;
246 struct Double r, xx;
270 static struct Double
275 struct Double r, t;
302 struct Double lg, lsine;
/titanic_50/usr/src/lib/libm/common/m9x/
H A Dtgamma.c756 struct Double { struct
1149 static struct Double
1152 struct Double r; in GT1()
1168 static struct Double
1171 struct Double r; in GT2()
1185 static struct Double
1188 struct Double r; in GT3()
1209 static struct Double
1215 struct Double zz; in large_gam()
1333 static struct Double
[all …]

123