MCPcopy Create free account
hub / github.com/corels/corels / rule_vandnot

Function rule_vandnot

src/rulelib.cpp:787–814  ·  view source on GitHub ↗

* Dest must exist. * We use this to update existing vectors, so it has to work if the dest and * src1 are the same. It's easy in the naive implementation, but trickier in * the mpz because you can't do the AND and NOT at the same time. We benchmarked * allocating a temporary against doing this in 3 ops without the temporary and * the temporary is significantly faster (for large vectors). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

ruleset_initFunction · 0.85
ruleset_addFunction · 0.85
ruleset_deleteFunction · 0.85
ruleset_swapFunction · 0.85
ruleset_swap_anyFunction · 0.85
evaluate_childrenFunction · 0.85
bbound_loopFunction · 0.85

Calls 3

rule_vinitFunction · 0.85
rule_vfreeFunction · 0.85
count_onesFunction · 0.85

Tested by

no test coverage detected