Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypes.h134 class Double {
139 Double(const Double &x): val(x.val) { } in Double() function
148 Double& operator=(const Double&) = default;
154 inline double min(const Double& x, const Double& y) { in min()
165 inline double max(const Double& x, const Double& y) { in max()
175 inline int operator == (const Double &x, const Double &y) {
204 inline int operator >= (const Double &x, const Double &y)
213 inline int operator < (const Double &x, const Double &y) {
223 inline int operator > (const Double &x, const Double &y) {
233 inline Double& operator += (Double &x, const Double &y) {
[all …]
H A DAudio.h74 Double setpos(
112 virtual Double SetReadPosition(
113 Double pos, // new position
117 virtual Double SetWritePosition(
118 Double pos, // new position
163 Double& frompos,
164 Double& topos,
165 Double& limit);
170 Double& frompos,
171 Double& topos,
[all …]
H A DAudioBuffer.h42 Double buflen; // buffer size, in seconds
60 virtual void* GetAddress(Double) const; // Get address at offset
61 virtual AudioError SetSize(Double len); // Change buffer size
62 virtual Double GetSize() const; // Get buffer size
72 Double len); // new length, in secs
80 Double& pos); // start position (updated)
86 Double& pos); // start position (updated)
92 Double& pos); // start position (updated)
97 Double& frompos,
98 Double& topos,
[all …]
H A DAudioExtent.h41 Double start; // start time
42 Double end; // end time
56 Double GetStart() const; // Get start time
57 void SetStart(Double s); // Set start time
58 Double GetEnd() const; // Get end time
59 void SetEnd(Double e); // Set end time
62 virtual Double GetLength() const; // Get length, in secs
65 virtual AudioHdr GetHeader(Double pos); // Get header at pos
71 Double& pos); // start position (updated)
77 Double& pos); // start position (updated)
H A DAudioList.h61 Double pos); // split at offset
71 Double& pos, // target position (updated)
81 virtual Double GetLength() const; // Get length, in secs
84 virtual AudioHdr GetHeader(Double pos); // Get header at pos
90 Double& pos); // start position (updated)
96 Double& pos); // start position (updated)
108 Double pos); // insertion offset, in seconds
117 Double& frompos,
118 Double& topos,
119 Double& limit);
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 DAudioLib.h50 Double& frompos, // input position (updated)
51 Double& topos, // output position (updated)
52 Double& limit); // amount to copy (updated)
58 Double& frompos, // input position (updated)
59 Double& topos, // output position (updated)
60 Double& limit); // amount to copy (updated)
H A DAudioGain.h56 Double DCaverage; // weighted DC offset
57 Double instant_gain; // current (instantaneous) gain
58 Double weighted_peaksum; // peak weighted sum
59 Double weighted_sum; // running sum of squares
60 Double weighted_avgsum; // accumulated sums to averages
63 Double gain_cache_size; // number of cached gains
H A DAudioStream.h45 Double length; // length of data, in secs
57 Double len); // new length, in secs
70 Double len); // new length, in secs
78 virtual Double GetLength() const; // Get length, in secs
H A DAudioUnixfile.h64 Double pos, // position to seek to
69 Double pos, // position to seek to
108 Double& pos); // start position (updated)
114 Double& pos); // start position (updated)
H A DAudio_inline.h51 inline Double Audio::
58 inline Double Audio::
82 Double) in GetDHeader() argument
H A DAudioStream_inline.h53 Double len) // new length, in secs in setlength()
61 Double len) // new length, in secs in SetLength()
68 inline Double AudioStream::
H A DAudioHdr.h157 virtual Double Bytes_to_Time(off_t cnt) const;
158 virtual off_t Time_to_Bytes(Double sec) const;
165 virtual Double Samples_to_Time(unsigned long cnt) const;
166 virtual unsigned long Time_to_Samples(Double sec) const;
H A DAudioPipe.h57 Double& pos); // start position (updated)
63 Double& pos); // start position (updated)
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudio.cc152 Double Audio::
175 Double Audio::
184 Double Audio::
247 Double& topos, in Copy()
248 Double& limit) in Copy()
250 Double len; in Copy()
251 Double svpos; in Copy()
326 Double& topos, in AsyncCopy()
327 Double& limit) in AsyncCopy()
332 Double svfrom; in AsyncCopy()
[all …]
H A DAudioList.cc86 Double pos) // split offset in split()
134 Double length; in getposition()
161 Double AudioList::
165 Double sum; in GetLength()
166 Double x; in GetLength()
197 Double pos) // position in GetHeader()
233 Double off; in ReadData()
234 Double newpos; in ReadData()
360 Double svlim; in AsyncCopy()
361 Double newpos; in AsyncCopy()
[all …]
H A DAudioCopy.cc42 Double frompos = 0.; in AudioCopy()
43 Double topos = 0.; in AudioCopy()
44 Double limit = AUDIO_UNKNOWN_TIME; in AudioCopy()
55 Double& frompos, // input position (updated) in AudioCopy()
56 Double& topos, // output position (updated) in AudioCopy()
57 Double& limit) // amount to copy (updated) in AudioCopy()
68 Double& frompos, // input position (updated) in AudioAsyncCopy()
69 Double& topos, // output position (updated) in AudioAsyncCopy()
70 Double& limit) // amount to copy (updated) in AudioAsyncCopy()
H A DAudioExtent.cc78 Double AudioExtent::
87 Double s) // start time, in seconds in SetStart()
96 Double AudioExtent::
109 Double e) // end time, in seconds in SetEnd()
111 Double len; in SetEnd()
123 Double AudioExtent::
126 Double x; in GetLength()
154 Double pos) // position in GetHeader()
173 Double off; in ReadData()
174 Double newpos; in ReadData()
[all …]
H A DAudioBuffer.cc190 Double pos) const in GetAddress()
228 Double AudioBuffer::
237 Double len) // new size, in seconds in SetSize()
286 Double len) // new length in SetLength()
438 Double local_length; in AppendData()
462 Double& frompos, in AsyncCopy()
463 Double& topos, in AsyncCopy()
464 Double& limit) in AsyncCopy()
469 Double svfrom; in AsyncCopy()
470 Double svto; in AsyncCopy()
[all …]
H A DAudioHdr.cc119 Double AudioHdr::
129 return (Double) ((double)cnt / in Bytes_to_Time()
139 Double sec) const // time, in seconds in Time_to_Bytes()
183 Double AudioHdr::
190 return ((Double)(((double)cnt * (double)samples_per_unit) / in Samples_to_Time()
198 Double sec) const // time, in seconds in Time_to_Samples()
H A DAudioFile.cc427 Double& pos) // start position (updated) in ReadData()
499 Double& pos) // start position (updated) in WriteData()
514 Double pos, // position to seek to in seekread()
530 Double pos, // position to seek to in seekwrite()
559 Double& frompos, in AsyncCopy()
560 Double& topos, in AsyncCopy()
561 Double& limit) in AsyncCopy()
567 Double svfrom; in AsyncCopy()
568 Double svto; in AsyncCopy()
H A DAudioUnixfile.cc301 (void) SetReadPosition((Double)0., Absolute); in Close()
302 (void) SetWritePosition((Double)0., Absolute); in Close()
313 Double& pos) // start position (updated) in ReadData()
403 Double& pos) // start position (updated) in WriteData()
482 Double pos, // position to seek to in seekread()
490 Double buflen; in seekread()
548 Double pos, // position to seek to in seekwrite()
556 Double buflen; in seekwrite()
/illumos-gate/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()
249 public Double getDoubleValue() in getDoubleValue()
251 return ((Double) getValue()); in getDoubleValue()
267 Double v1 = getDoubleValue(); in add()
268 Double v2 = o.getDoubleValue(); in add()
277 Double v1 = getDoubleValue(); in subtract()
278 Double v2 = o.getDoubleValue(); in subtract()
337 public Double getDoubleValue() in getDoubleValue()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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;
/illumos-gate/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()
1336 struct Double xx; in kpsin()
[all …]

123