Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-get_d.c62 static const int exp_table[] = { in check_onebit() local
87 for (exp_i = 0; exp_i < numberof (exp_table); exp_i++) in check_onebit()
89 exp = exp_table[exp_i]; in check_onebit()
174 static const long exp_table[] = { in check_underflow() local
188 for (exp_i = 0; exp_i < numberof (exp_table); exp_i++) in check_underflow()
190 exp = exp_table[exp_i]; in check_underflow()
219 static const long exp_table[] = { in check_inf() local
233 for (exp_i = 0; exp_i < numberof (exp_table); exp_i++) in check_inf()
235 exp = exp_table[exp_i]; in check_inf()