Searched refs:Double (Results 1 - 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/cmd/audio/include/
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
[all...]
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 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 SetWritePositio
[all...]
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...]
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
[all...]
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
[all...]
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_inline.h55 Double len) // new length, in secs
63 Double len) // new length, in secs
70 inline Double AudioStream::
H A DAudio_inline.h53 inline Double Audio::
60 inline Double Audio::
84 Double)
83 GetDHeader( Double) argument
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 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 DAudioPipe.h59 Double& pos); // start position (updated)
65 Double& pos); // start position (updated)
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 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;
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioCopy.cc44 Double frompos = 0.;
45 Double topos = 0.;
46 Double limit = AUDIO_UNKNOWN_TIME;
57 Double& frompos, // input position (updated)
58 Double& topos, // output position (updated)
59 Double& limit) // amount to copy (updated)
70 Double& frompos, // input position (updated)
71 Double& topos, // output position (updated)
72 Double& limit) // amount to copy (updated)
H A DAudioExtent.cc80 Double AudioExtent::
89 Double s) // start time, in seconds
98 Double AudioExtent::
111 Double e) // end time, in seconds
113 Double len;
125 Double AudioExtent::
128 Double x;
156 Double pos) // position
171 Double& pos) // start position (updated)
175 Double of
[all...]
H A DAudio.cc154 Double Audio::
156 Double& pos, // field to update
157 Double newpos, // new position
177 Double Audio::
179 Double pos, // new position or offset
186 Double Audio::
188 Double pos, // new position or offset
219 Double& pos) // write position (updated)
233 Double frompos = AUDIO_UNKNOWN_TIME;
234 Double topo
[all...]
H A DAudioList.cc88 Double pos) // split offset
133 Double& pos, // target position (updated)
136 Double length;
163 Double AudioList::
167 Double sum;
168 Double x;
199 Double pos) // position
231 Double& pos) // start position (updated)
235 Double off;
236 Double newpo
[all...]
H A DAudioHdr.cc121 Double AudioHdr::
131 return (Double) ((double)cnt /
141 Double sec) const // time, in seconds
185 Double AudioHdr::
192 return ((Double)(((double)cnt * (double)samples_per_unit) /
200 Double sec) const // time, in seconds
H A DAudioBuffer.cc192 Double pos) const
230 Double AudioBuffer::
239 Double len) // new size, in seconds
288 Double len) // new length
310 Double& pos) // start position (updated)
375 Double& pos) // start position (updated)
438 Double& pos) // start position (updated)
440 Double local_length;
464 Double& frompos,
465 Double
[all...]
H A DAudioPipe.cc104 Double& pos) // start position (updated)
143 Double& pos) // start position (updated)
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java68 * Get the value of this statistic as a Double.
70 public Double getDoubleValue();
197 public abstract Double getDoubleValue();
219 * A statistic of type Double.
230 public DoubleStatistic(Double value)
244 public DoubleStatistic(Double value, Date start, Date end)
249 public Double getDoubleValue()
251 return ((Double) getValue());
256 return (new Long(((Double) getValue()).longValue()));
261 return (new UnsignedInt64(Long.toString(((Double) getValu
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAbstractAggregationValue.java58 value = new Double(v);
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dladd.s29 / Double long add routine.
H A Dlsub.s29 / Double long subtraction routine.

Completed in 93 milliseconds

123