Home
last modified time | relevance | path

Searched refs:get_RL (Results 1 – 6 of 6) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DWorkspace.hh184 static uint64_t get_RL(uint64_t mod);
H A DIntCell.cc415 const uint64_t rnd = Workspace::get_RL(set_size); in bif_roll()
H A DFloatCell.cc245 const uint64_t rnd = Workspace::get_RL(set_size); in bif_roll()
H A DWorkspace.cc162 Workspace::get_RL(uint64_t mod) in get_RL() function in Workspace
H A DComplexCell.cc241 const uint64_t rnd = Workspace::get_RL(set_size); in bif_roll()
H A DScalarFunction.cc1009 const uint64_t rnd = Workspace::get_RL(set_size); in eval_AB()