Home
last modified time | relevance | path

Searched refs:offset_random (Results 1 – 14 of 14) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/auto_scheduler/search_policy/
H A Dsketch_policy.cc519 size_t offset_best = 0, offset_random = 0; in PickStatesWithEpsGreedy() local
525 bool has_random = offset_random < random_states.size(); in PickStatesWithEpsGreedy()
532 state = random_states[offset_random++]; in PickStatesWithEpsGreedy()
539 state = random_states[offset_random++]; in PickStatesWithEpsGreedy()
/dports/audio/liquidsfz/liquidsfz-0.2.3/
H A DOPCODES.md145 * offset_random
H A DNEWS32 * New opcodes: offset / offset_random / offset_ccN / offset_onccN
/dports/audio/musescore/MuseScore-3.6.1/audio/midi/zerberus/
H A DREADME119 offset_random
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Drich_text_label.h244 uint64_t offset_random(int index) { in offset_random() function
H A Drich_text_label.cpp519 uint64_t char_current_rand = item_shake->offset_random(c_item_offset); in _process_line()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Drich_text_label.h244 uint64_t offset_random(int index) { in offset_random() function
H A Drich_text_label.cpp519 uint64_t char_current_rand = item_shake->offset_random(c_item_offset); in _process_line()
/dports/audio/liquidsfz/liquidsfz-0.2.3/lib/
H A Dloader.hh293 uint offset_random = 0; member
H A Dvoice.cc120 offset += lrint (region.offset_random * synth_->normalized_random_value()); in start()
H A Dloader.cc547 region.offset_random = convert_uint (value); in set_key_value()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sfz/
H A Dsfz.h443 optional<uint> offset; optional<int> offset_random; Array<optional<int> > offset_oncc; variable
H A Dsfz.cpp346 offset_random = optional<int>::nothing; in Reset()
657 definition->offset_random = offset_random; in CopyValuesToDefinition()
1606 else if ("offset_random" == key) pCurDef->offset_random = ToInt(value); in push_opcode()
/dports/audio/liquidsfz/liquidsfz-0.2.3/src/
H A Dopcode-list.sh567 opcode offset_random