Home
last modified time | relevance | path

Searched refs:set_table (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dlua_module.cpp119 state.set_table(-3); in new_table_for_key()
123 state.set_table(-3); in new_table_for_key()
127 state.set_table(-3); in new_table_for_key()
266 state.set_table(-3); in redirect()
270 state.set_table(-3); in redirect()
278 state.set_table(-3); in redirect()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Datan.c59 set_table (mpfr_ptr y, const mp_limb_t x[3]) in set_table() function
118 set_table (y, atan_table[0]); in mpfr_atan_aux()
123 set_table (y, atan_table[1]); in mpfr_atan_aux()
129 set_table (y, atan_table[1 + u]); in mpfr_atan_aux()
135 set_table (y, atan_table[4 + u]); in mpfr_atan_aux()
/netbsd-src/external/bsd/lutok/dist/
H A Dstate.hpp133 void set_table(const int = -3);
H A Doperations.cpp54 s.set_table(-3); in create_module()
H A Dstate.cpp795 lutok::state::set_table(const int index) in set_table() function in lutok::state
H A Dstate_test.cpp1165 state.set_table(); in ATF_TEST_CASE_BODY()
1191 REQUIRE_API_ERROR("lua_settable", state.set_table(-3)); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/
H A Dlua_module.cpp188 state.set_table(); in lua_fs_files()