Home
last modified time | relevance | path

Searched refs:apply_auto (Results 1 – 2 of 2) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/filter/
H A Dfilter_galois.cpp99 static p_r_values_t apply_auto(p_r_values_t p, p_r_values_t r, const char *action){ in apply_auto() function
220 p_r_values_t sigma_r = apply_auto(old.p, r[k], action); in compute_galois_action()
238 sigma_r = apply_auto(old.p, sigma_r, action); in compute_galois_action()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/drawing/
H A Dimage.py839 def apply_auto(self, image, evaluation): member in ImageAdjust