Home
last modified time | relevance | path

Searched defs:sample (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dhistogram_macros.h15 #define ANGLE_HISTOGRAM_TIMES(name, sample) ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, 1, 10000, 50) argument
17 #define ANGLE_HISTOGRAM_MEDIUM_TIMES(name, sample) \ argument
21 #define ANGLE_HISTOGRAM_LONG_TIMES(name, sample) \ argument
26 #define ANGLE_HISTOGRAM_LONG_TIMES_100(name, sample) \ argument
31 #define ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
34 #define ANGLE_HISTOGRAM_COUNTS(name, sample) \ argument
37 #define ANGLE_HISTOGRAM_COUNTS_100(name, sample) \ argument
40 #define ANGLE_HISTOGRAM_COUNTS_10000(name, sample) \ argument
43 #define ANGLE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
50 #define ANGLE_HISTOGRAM_BOOLEAN(name, sample) \ argument
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/random/
Drandom_distributions.h58 typename Generator::ResultType sample = (*gen)(); in operator() local
89 typename Generator::ResultType sample = (*gen)(); in operator() local
122 typename Generator::ResultType sample = (*gen)(); in operator() local
170 typename Generator::ResultType sample = (*gen)(); in operator() local
216 typename Generator::ResultType sample = (*gen)(); in operator() local
262 typename Generator::ResultType sample = (*gen)(); in operator() local
327 typename Generator::ResultType sample = (*gen)(); in operator() local
369 typename Generator::ResultType sample = (*gen)(); in operator() local
411 typename Generator::ResultType sample = (*gen)(); in operator() local
463 typename Generator::ResultType sample = (*gen)(); in operator() local
[all …]
/third_party/alsa-lib/src/pcm/
Dpcm_dmix_generic.c55 register signed int sample, old_sample; in mix_areas_16() local
86 register signed int sample, old_sample; in mix_areas_32() local
137 register signed int sample; in generic_mix_areas_16_native() local
169 register signed int sample; in generic_remix_areas_16_native() local
200 register signed int sample; in generic_mix_areas_32_native() local
234 register signed int sample; in generic_remix_areas_32_native() local
267 register signed int sample; in generic_mix_areas_16_swap() local
299 register signed int sample; in generic_remix_areas_16_swap() local
330 register signed int sample; in generic_mix_areas_32_swap() local
364 register signed int sample; in generic_remix_areas_32_swap() local
[all …]
/third_party/vulkan-loader/loader/
Dasm_test_x86.S20 .global sample symbol
23 sample: label
Dasm_test_aarch64.S18 .global sample symbol
21 sample: label
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc101 void HashtablezSampler::PushNew(HashtablezInfo* sample) { in PushNew()
109 void HashtablezSampler::PushDead(HashtablezInfo* sample) { in PushDead()
126 HashtablezInfo* sample = graveyard_.dead; in PopDead() local
143 HashtablezInfo* sample = PopDead(); in Register() local
153 void HashtablezSampler::Unregister(HashtablezInfo* sample) { in Unregister()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DInputStreamCallbackAnalyzer.cpp36 float sample = frameData[iChannel] / 32768.0f; in onAudioReady() local
49 float sample = frameData[iChannel]; in onAudioReady() local
/third_party/ffmpeg/libavfilter/
Daf_silenceremove.c179 double sample = samples[frame->ch_layout.nb_channels * offset + ch]; in compute_peak_double() local
195 double sample = samples[frame->ch_layout.nb_channels * offset + ch]; in update_peak_double() local
208 float sample = samples[frame->ch_layout.nb_channels * offset + ch]; in compute_peak_float() local
224 float sample = samples[frame->ch_layout.nb_channels * offset + ch]; in update_peak_float() local
237 double sample = samples[frame->ch_layout.nb_channels * offset + ch]; in compute_rms_double() local
254 double sample = samples[frame->ch_layout.nb_channels * offset + ch]; in update_rms_double() local
267 float sample = samples[frame->ch_layout.nb_channels * offset + ch]; in compute_rms_float() local
283 float sample = samples[frame->ch_layout.nb_channels * offset + ch]; in update_rms_float() local
297 double sample = samples[offset]; in compute_peak_doublep() local
313 double sample = samples[offset]; in update_peak_doublep() local
[all …]
Daf_asoftclip.c187 float sample = dst[n] * factor; in filter_flt() local
204 float sample = dst[n] * factor; in filter_flt() local
212 float sample = dst[n] * factor; in filter_flt() local
223 float sample = dst[n] * factor; in filter_flt() local
312 double sample = dst[n] * factor; in filter_dbl() local
329 double sample = dst[n] * factor; in filter_dbl() local
337 double sample = dst[n] * factor; in filter_dbl() local
348 double sample = dst[n] * factor; in filter_dbl() local
/third_party/ffmpeg/libavformat/
Dsdsdec.c46 unsigned sample = ((unsigned)src[i + 0] << 25) + ((unsigned)src[i + 1] << 18); in byte2_read() local
57 unsigned sample; in byte3_read() local
69 unsigned sample; in byte4_read() local
Dmovenchint.c100 int sample) in sample_queue_push()
129 HintSample *sample = &queue->samples[i]; in sample_queue_retain() local
221 HintSample *sample = &queue->samples[0]; in find_sample_match() local
401 int track_index, int sample, in ff_mov_add_hinted_packet()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DRoundedManchesterEncoder.h41 float sample = -cosf(phase); in RoundedManchesterEncoder() local
53 float sample = cosf(phase); in RoundedManchesterEncoder() local
/third_party/libsnd/tests/
Dalaw_test.c174 unsigned char alaw_encode (int sample) in alaw_encode()
221 int sign, exponent, mantissa, sample ; in alaw_decode() local
Dulaw_test.c188 unsigned char ulaw_encode (int sample) in ulaw_encode()
247 int sign, exponent, mantissa, sample ; in ulaw_decode() local
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c205 v3d_nir_get_tlb_color(nir_builder *b, struct v3d_compile *c, int rt, int sample) in v3d_nir_get_tlb_color()
228 int rt, int sample) in v3d_emit_logic_op_raw()
266 int rt, int sample, in v3d_emit_logic_op_unorm()
285 nir_ssa_def *src, int rt, int sample) in v3d_nir_emit_logic_op()
313 nir_alu_type type, int rt, int sample) in v3d_emit_ms_output()
334 nir_ssa_def *sample = in v3d_nir_lower_logic_op_instr() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
DWaveFileWriter.cpp93 int32_t sample = ((int) temp) + PCM24_MIN; in writePCM24() local
110 int32_t sample = ((int) temp) + INT16_MIN; in writePCM16() local
/third_party/libsnd/src/
Dtxw.c241 short sample ; in txw_read_s() local
271 short sample ; in txw_read_i() local
301 short sample ; in txw_read_f() local
337 short sample ; in txw_read_d() local
/third_party/vk-gl-cts/framework/randomshaders/
DrsgSamplers.hpp49 inline tcu::Vec4 sample (float s, float t, float lod) const in sample() function in rsg::Sampler2D
74 inline tcu::Vec4 sample (float s, float t, float r, float lod) const in sample() function in rsg::SamplerCube
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DRandom.h53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { in sample() function
60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { in sample() function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/modules_always_emits_as_namespace/
Dsample.ts17 export namespace sample { namespace
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DTestUScript.java148 String sample = UScript.getSampleString(UScript.LATIN); in TestScriptMetadataAPI() local
220 String sample = UScript.getSampleString(sc); in TestScriptMetadata() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScript.java145 String sample = UScript.getSampleString(UScript.LATIN); in TestScriptMetadataAPI() local
217 String sample = UScript.getSampleString(sc); in TestScriptMetadata() local
/third_party/vk-gl-cts/external/amber/src/samples/
Dlog.cc25 namespace sample { namespace
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerRegressionTests.java42 String sample = "aaab\u0327"; in TestJB4472() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DNormalizerRegressionTests.java45 String sample = "aaab\u0327"; in TestJB4472() local

12345678910>>...14