Home
last modified time | relevance | path

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

/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dscanelf.c1783 bool scan_l, scan_ul, scan_ull; in load_ld_cache_config() local
1789 scan_l = scan_ul = scan_ull = false; in load_ld_cache_config()
1791 if (!scan_l && !strcmp(ldpath, "/lib")) scan_l = true; in load_ld_cache_config()
1796 if (!scan_l) xarraypush_str(ldpaths, "/lib"); in load_ld_cache_config()
/dports/math/py-theano/Theano-1.0.5/theano/scan_module/tests/
H A Dtest_scan.py4979 def scan_l(baseline, last_step): function
4985 l1_out, _ = theano.scan(scan_l, sequences=[l1_base],