Home
last modified time | relevance | path

Searched refs:dis (Results 26 - 50 of 67) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dzipf_distribution_test.cc270 zipf_u64 dis(param); in TEST_P()
272 uint64_t x = dis(rng_); in TEST_P()
273 ASSERT_LE(x, dis.max()); in TEST_P()
274 ASSERT_GE(x, dis.min()); in TEST_P()
H A Dpoisson_distribution_test.cc270 D dis(mean()); in SingleZTest()
276 const auto x = dis(rng_); in SingleZTest()
411 D dis(mean()); in ChiSquaredTestImpl()
415 const size_t x = dis(rng_); in ChiSquaredTestImpl()
H A Dbeta_distribution_test.cc287 D dis(alpha_, beta_); in SingleZTestOnMeanAndVariance()
292 const double variate = dis(rng_); in SingleZTestOnMeanAndVariance()
371 D dis(alpha_, beta_); in SingleChiSquaredTest()
375 const double x = dis(rng_); in SingleChiSquaredTest()
/third_party/python/Lib/test/
H A Dtest_compile.py1 import dis namespace
698 list(dis.get_instructions(unused_code_at_end))[-1].opname)
777 opcodes = list(dis.get_instructions(func))
796 opcodes = list(dis.get_instructions(func))
820 opcodes = list(dis.get_instructions(func))
853 opcodes = list(dis.get_instructions(func))
1025 dis.Bytecode(if_else_break, show_caches=True)
1039 for instr in dis.Bytecode(while_not_chained):
1061 for instruction in dis.get_instructions(code)
1133 dis
1439 import dis, io global() namespace
[all...]
H A Dtest_positional_only_arg.py3 import dis namespace
439 codes = [(i.opname, i.argval) for i in dis.get_instructions(g)]
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.h90 explicit PerspectiveOperation(const Dimension& dis) : distance(dis) {} in PerspectiveOperation()
/third_party/mindspore/test/unittest/
H A Dnnrt_delegate_unit_test.cpp161 std::uniform_real_distribution<float> dis(0.0f,1.0f); in HWTEST()
163 inputData[z] = dis(gen); in HWTEST()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DFontFactory.java178 DigestInputStream dis = new DigestInputStream(is, digest); in loadSingleOTFForBuilding()
179 is = dis; in loadSingleOTFForBuilding()
/third_party/spirv-tools/source/diff/
H A Ddiff.cpp2780 disassemble::InstructionDisassembler dis(grammar, out_, disassembly_options,
2788 OutputLine([]() { return true; }, [&dis]() { dis.EmitHeaderSpirv(); },
2791 [this, &dis]() { dis.EmitHeaderVersion(src_->version()); },
2792 [this, &dis]() { dis.EmitHeaderVersion(dst_->version()); });
2794 [this, &dis]() { dis.EmitHeaderGenerator(src_->generator()); },
2795 [this, &dis]() { di
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp225 std::vector<DeviceInfo> dis; in GetRemoteNodesBasicInfo() local
228 dis.clear(); in GetRemoteNodesBasicInfo()
233 return dis; in GetRemoteNodesBasicInfo()
238 dis.push_back( in GetRemoteNodesBasicInfo()
244 return dis; in GetRemoteNodesBasicInfo()
/third_party/node/src/
H A Ddebug_utils.cc252 std::tie(ret.name, ret.dis) = WrappedSymFromAddr(dw_address);
294 if (dis != 0) { in Display()
295 oss << "+" << dis; in Display() local
H A Ddebug_utils.h145 size_t dis = 0; member in node::NativeSymbolDebuggingContext::SymbolInfo
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp276 std::uniform_int_distribution<> dis(MIN_RANGE, MAX_RANGE); in HighRand()
277 int HRand = dis(rng); in HighRand()
288 std::uniform_int_distribution<> dis(MIN_FRANGE, MAX_FRANGE); in FrameRand()
289 int FRand = dis(rng); in FrameRand()
300 std::uniform_int_distribution<> dis(MIN_RANGE, MAX_RANGE); in WidthRand()
301 int WRand = dis(rng); in WidthRand()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c585 struct rbug_proto_shader_disable *dis = (struct rbug_proto_shader_disable *)header; in rbug_shader_disable() local
592 rb_context = rbug_get_context_locked(rb_screen, dis->context); in rbug_shader_disable()
601 tr_shdr = rbug_get_shader_locked(rb_context, dis->shader); in rbug_shader_disable()
609 tr_shdr->disabled = dis->disable; in rbug_shader_disable()
/third_party/python/Lib/
H A Ddis.py18 __all__ = ["code_info", "dis", "disassemble", "distb", "disco",
68 def dis(x=None, *, file=None, depth=None, show_caches=False, adaptive=False): function
99 dis(x1, file=file, depth=depth, show_caches=show_caches, adaptive=adaptive)
268 _Instruction.positions.__doc__ = "dis.Positions object holding the span of source code covered by this instruction"
288 positions - Optional dis.Positions object holding the span of source code
359 provided) returns the dis.UNKNOWN sentinel.
374 Otherwise returns the sentinel value dis.UNKNOWN for the value
386 Otherwise returns the sentinel value dis.UNKNOWN for the value
584 _disassemble_recursive(_try_compile(source, '<dis>'), **kwargs)
741 def dis(sel member in Bytecode
[all...]
H A Dmodulefinder.py3 import dis namespace
389 for name in dis._find_store_names(co):
391 for name, level, fromlist in dis._find_imports(co):
/foundation/multimedia/audio_framework/frameworks/native/examples/
H A Dpa_stream_test.cpp331 std::uniform_int_distribution<> dis(fast_, slow_); in WriteDataWorker()
332 int32_t randomNum = dis(gen); in WriteDataWorker()
540 std::uniform_int_distribution<> dis(fast_, slow_); in ReadDataWorker()
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/
H A Dressched_fuzzer.cpp484 std::uniform_int_distribution<size_t> dis(minLen, maxLen); in GetPayload()
486 payload[param] = GetStringFromData(dis(gen)); in GetPayload()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddisassemble.cpp431 WrappedDisassembler(Disassembler* dis, const uint32_t* binary, size_t wc)
432 : disassembler_(dis), inst_binary_(binary), word_count_(wc) {}
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddisassemble.cpp431 WrappedDisassembler(Disassembler* dis, const uint32_t* binary, size_t wc)
432 : disassembler_(dis), inst_binary_(binary), word_count_(wc) {}
/third_party/spirv-tools/source/
H A Ddisassemble.cpp155 WrappedDisassembler(Disassembler* dis, const uint32_t* binary, size_t wc) in WrappedDisassembler() argument
156 : disassembler_(dis), inst_binary_(binary), word_count_(wc) {} in WrappedDisassembler()
/third_party/vixl/test/aarch32/
H A Dtest-macro-assembler-cond-rd-rn-a32.cc659 TestDisassembler dis(std::cout, symbols, mnemonic); in TestHelper()
661 dis.DisassembleT32Buffer(masm.GetBuffer()->GetStartAddress<uint16_t*>(), in TestHelper()
664 dis.DisassembleA32Buffer(masm.GetBuffer()->GetStartAddress<uint32_t*>(), in TestHelper()
H A Dtest-macro-assembler-cond-rd-rn-pc-a32.cc617 TestDisassembler dis(std::cout, symbols, mnemonic); in TestHelper()
619 dis.DisassembleT32Buffer(masm.GetBuffer()->GetStartAddress<uint16_t*>(), in TestHelper()
622 dis.DisassembleA32Buffer(masm.GetBuffer()->GetStartAddress<uint32_t*>(), in TestHelper()
H A Dtest-macro-assembler-cond-rd-rn-t32.cc659 TestDisassembler dis(std::cout, symbols, mnemonic); in TestHelper()
661 dis.DisassembleT32Buffer(masm.GetBuffer()->GetStartAddress<uint16_t*>(), in TestHelper()
664 dis.DisassembleA32Buffer(masm.GetBuffer()->GetStartAddress<uint32_t*>(), in TestHelper()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp736 std::normal_distribution<> dis(mean, stddev); in GenerateColorComponent()
738 double number = dis(gen); in GenerateColorComponent()

Completed in 34 milliseconds

123