Home
last modified time | relevance | path

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

/third_party/boost/boost/test/data/monomorphic/generators/
Dxrange.hpp49 template<typename SampleType, typename StepType=SampleType>
52 typedef SampleType sample;
54 xrange_t( SampleType const& begin_, StepType const& step_, data::size_t size_ ) in xrange_t()
64 SampleType next() in next()
69 SampleType res = m_curr; in next()
84 SampleType m_begin;
85 SampleType m_curr;
95 template<typename SampleType, typename StepType=SampleType>
100 typedef xrange_t<SampleType, StepType> range_gen;
106SampleType begin_val = params.has( data::begin ) ? params[data::begin] : SampleType(); in _()
[all …]
Drandom.hpp46 template<typename SampleType>
48 typedef typename mpl::if_<std::is_integral<SampleType>,
49 std::uniform_int_distribution<SampleType>,
50 std::uniform_real_distribution<SampleType>>::type type;
64 template<typename SampleType = double,
65 typename DistributionType = typename ds_detail::default_distribution<SampleType>::type,
69 typedef SampleType sample;
86 SampleType next() in next()
138 template<typename SampleType>
139 inline monomorphic::generated_by< monomorphic::random_t<SampleType>>
[all …]
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp203 typedef SampleT SampleType; typedef
208 SampleType duration;
214 typedef SampleT SampleType; typedef
668 …calculateSingleOperationStatistics (const std::vector<T>& samples, deUint64 T::SampleType::*target) in calculateSingleOperationStatistics()
687 template <typename StatisticsType, typename SampleType>
688 …onst LineParametersWithConfidence& fit, const std::vector<SampleType>& samples, int SampleType::*p… in calculateBasicStatistics()
762 template <typename StatisticsType, typename SampleType>
763 …isticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples) in calculateBasicTransferStatistics()
765 calculateBasicStatistics(stats, fit, samples, &SampleType::writtenSize); in calculateBasicTransferStatistics()
768 template <typename StatisticsType, typename SampleType>
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java357 public boolean isLimited(SampleType sampleType) {
1044 public enum SampleType { enum in PluralRules
1122 public final SampleType sampleType;
1142 …private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded… in FixedDecimalSamples()
1152 SampleType sampleType2; in parse()
1158 sampleType2 = SampleType.INTEGER; in parse()
1160 sampleType2 = SampleType.DECIMAL; in parse()
1195 private static void checkDecimal(SampleType sampleType2, FixedDecimal sample) { in checkDecimal()
1196 … if ((sampleType2 == SampleType.INTEGER) != (sample.getVisibleDecimalDigitCount() == 0)) { in checkDecimal()
1282 boolean isLimited(SampleType sampleType); in isLimited()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java58 import com.ibm.icu.text.PluralRules.SampleType;
179 … checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true,
181 …checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, …",…
183 checkOldSamples(description, test, "one", SampleType.INTEGER, 3d, 19d);
184 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
186 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null);
187 …checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 9…
189 checkOldSamples(description, test, "other", SampleType.INTEGER);
190 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
208 …checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 0, 1, 1e5", tr…
[all …]
DPluralFormatUnitTest.java33 import com.ibm.icu.text.PluralRules.SampleType;
234 list = rules.getSamples(keyword, SampleType.DECIMAL); in TestSamples()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java360 public boolean isLimited(SampleType sampleType) {
1125 public enum SampleType { enum in PluralRules
1194 public final SampleType sampleType;
1212 …private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded… in FixedDecimalSamples()
1222 SampleType sampleType2; in parse()
1228 sampleType2 = SampleType.INTEGER; in parse()
1230 sampleType2 = SampleType.DECIMAL; in parse()
1265 private static void checkDecimal(SampleType sampleType2, FixedDecimal sample) { in checkDecimal()
1266 … if ((sampleType2 == SampleType.INTEGER) != (sample.getVisibleDecimalDigitCount() == 0)) { in checkDecimal()
1348 boolean isLimited(SampleType sampleType); in isLimited()
[all …]
/third_party/ffmpeg/libavcodec/
Dac3enc.h53 typedef float SampleType; typedef
63 typedef int32_t SampleType; typedef
168 const SampleType *mdct_window; ///< MDCT window function array
232 SampleType *windowed_samples;
233 SampleType **planar_samples;
Dac3enc_template.c62 static void copy_input_samples(AC3EncodeContext *s, SampleType **samples) in copy_input_samples()
92 const SampleType *input_samples = &s->planar_samples[ch][blk * AC3_BLOCK_SIZE]; in apply_mdct()
385 copy_input_samples(s, (SampleType **)frame->extended_data); in AC3_NAME()
Dcfhd.h35 SampleType = 1, enumerator
Dcfhdenc.c556 bytestream2_put_be16(pby, SampleType); in cfhd_encode_frame()
614 bytestream2_put_be16(pby, SampleType); in cfhd_encode_frame()
Dcfhd.c499 } else if (tag == SampleType) { in cfhd_decode()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DPluralRulesTest.java57 import ohos.global.icu.text.PluralRules.SampleType;
180 … checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true,
182 …checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, …",…
184 checkOldSamples(description, test, "one", SampleType.INTEGER, 3d, 19d);
185 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
187 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null);
188 …checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 9…
190 checkOldSamples(description, test, "other", SampleType.INTEGER);
191 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
194 …public void checkOldSamples(String description, PluralRules rules, String keyword, SampleType samp…
[all …]
DPluralFormatUnitTest.java34 import ohos.global.icu.text.PluralRules.SampleType;
237 list = rules.getSamples(keyword, SampleType.DECIMAL); in TestSamples()
/third_party/icu/icu4j/
Dcoverage-exclusion.txt921 com/ibm/icu/text/PluralRules$SampleType#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/PluralRules$S…
/third_party/icu/icu4j/tools/build/
Dicu4j62.api3.gz
Dicu4j61.api3.gz
Dicu4j60.api3.gz
Dicu4j67.api3.gz
Dicu4j69.api3.gz
Dicu4j64.api3.gz
Dicu4j65.api3.gz
Dicu4j63.api3.gz
Dicu4j66.api3.gz
Dicu4j68.api3.gz