Home
last modified time | relevance | path

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

123

/dports/www/p5-Template-Alloy/Template-Alloy-1.022/samples/benchmark/
H A Dbench_operator_storage.pl20 my $set_undef = sub { my $s = [ [undef, '+', 4, 5], 0] };
26 print "Set_undef size: ". $total_size->($set_undef->()) ."\n";
33 set_undef => $set_undef,
/dports/cad/yosys/yosys-yosys-0.12/passes/proc/
H A Dproc_dlatch.cc174 int find_mux_feedback(SigBit haystack, SigBit needle, bool set_undef) in find_mux_feedback()
177 set_undef = false; in find_mux_feedback()
196 int n = find_mux_feedback(sig_a[index], needle, set_undef); in find_mux_feedback()
198 if (set_undef && sig_a[index] == needle) { in find_mux_feedback()
209 n = find_mux_feedback(sig_b[i*width + index], needle, set_undef); in find_mux_feedback()
211 if (set_undef && sig_b[i*width + index] == needle) { in find_mux_feedback()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/calc/
H A DParameters.h208 status_t set_undef(const char *name);
217 status_t set_undef(const LSPString *name);
226 status_t set_undef(size_t index);
/dports/cad/yosys/yosys-yosys-0.12/passes/sat/
H A Deval.cc389 bool set_undef = false; in execute() local
402 set_undef = true; in execute()
481 if (set_undef) { in execute()
534 if (!set_undef) { in execute()
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/inside/
H A Dnamespaces.scrbl106 [int set_undef])]{
110 yet bound, or bound as syntax). If @var{set_undef} is not 1, then the
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp190 sh->set_undef(sh->root->live_before); in r600_sb_bytecode_process()
H A Dsb_shader.h353 void set_undef(val_set &s);
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp190 sh->set_undef(sh->root->live_before); in r600_sb_bytecode_process()
H A Dsb_shader.h353 void set_undef(val_set &s);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp190 sh->set_undef(sh->root->live_before); in r600_sb_bytecode_process()
H A Dsb_shader.h353 void set_undef(val_set &s);
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp190 sh->set_undef(sh->root->live_before); in r600_sb_bytecode_process()
H A Dsb_shader.h353 void set_undef(val_set &s);
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp190 sh->set_undef(sh->root->live_before); in r600_sb_bytecode_process()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp190 sh->set_undef(sh->root->live_before); in r600_sb_bytecode_process()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp190 sh->set_undef(sh->root->live_before); in r600_sb_bytecode_process()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp190 sh->set_undef(sh->root->live_before); in r600_sb_bytecode_process()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp190 sh->set_undef(sh->root->live_before); in r600_sb_bytecode_process()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp190 sh->set_undef(sh->root->live_before); in r600_sb_bytecode_process()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp190 sh->set_undef(sh->root->live_before); in r600_sb_bytecode_process()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dcompile.c618 int l, set_undef; in set_compile() local
646 set_undef = (env->flags & COMP_ENV_ALLOW_SET_UNDEFINED); in set_compile()
652 sb->set_undef = set_undef; in set_compile()
2009 Scheme_Linklet *scheme_compile_linklet(Scheme_Object *form, int set_undef, Scheme_Object *import_ke… in scheme_compile_linklet() argument
2028 env = scheme_new_comp_env(linklet, set_undef ? COMP_ENV_ALLOW_SET_UNDEFINED : 0); in scheme_compile_linklet()
H A Dlinklet.c1164 int enforce_const, set_undef, can_inline; in compile_and_or_optimize_linklet() local
1171 set_undef = SCHEME_TRUEP(scheme_get_param(config, MZCONFIG_ALLOW_SET_UNDEFINED)); in compile_and_or_optimize_linklet()
1178 linklet = scheme_compile_linklet(form, set_undef, (_import_keys ? *_import_keys : NULL)); in compile_and_or_optimize_linklet()
1181 linklet = scheme_unresolve_linklet(linklet, (set_undef ? COMP_ALLOW_SET_UNDEFINED : 0)); in compile_and_or_optimize_linklet()
1193 linklet = scheme_unresolve_linklet(linklet, (set_undef ? COMP_ALLOW_SET_UNDEFINED : 0)); in compile_and_or_optimize_linklet()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dcompile.c618 int l, set_undef; in set_compile() local
646 set_undef = (env->flags & COMP_ENV_ALLOW_SET_UNDEFINED); in set_compile()
652 sb->set_undef = set_undef; in set_compile()
2009 Scheme_Linklet *scheme_compile_linklet(Scheme_Object *form, int set_undef, Scheme_Object *import_ke… in scheme_compile_linklet() argument
2028 env = scheme_new_comp_env(linklet, set_undef ? COMP_ENV_ALLOW_SET_UNDEFINED : 0); in scheme_compile_linklet()
H A Dlinklet.c1164 int enforce_const, set_undef, can_inline; in compile_and_or_optimize_linklet() local
1171 set_undef = SCHEME_TRUEP(scheme_get_param(config, MZCONFIG_ALLOW_SET_UNDEFINED)); in compile_and_or_optimize_linklet()
1178 linklet = scheme_compile_linklet(form, set_undef, (_import_keys ? *_import_keys : NULL)); in compile_and_or_optimize_linklet()
1181 linklet = scheme_unresolve_linklet(linklet, (set_undef ? COMP_ALLOW_SET_UNDEFINED : 0)); in compile_and_or_optimize_linklet()
1193 linklet = scheme_unresolve_linklet(linklet, (set_undef ? COMP_ALLOW_SET_UNDEFINED : 0)); in compile_and_or_optimize_linklet()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/core/calc/
H A Dparameters.cpp760 OK(p.set_undef(6)); in test_set()
771 UTEST_ASSERT(p.set_undef(8) == STATUS_INVALID_VALUE); in test_set()
808 OK(p.set_undef("7")); in test_set()
847 OK(p.set_undef("15")); in test_set()
877 OK(p.set_undef(&k)); in test_set()
924 OK(p.set_undef(&k)); in test_set()

123