Searched refs:_ui (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/bsd/kyua-cli/dist/cli/ |
| H A D | cmd_test.cpp | 58 cmdline::ui* _ui; member in __anona488d92e0111::print_hooks 71 _ui(ui_), in print_hooks() 83 _ui->out(F("%s -> ") % cli::format_test_case_id(*test_case), false); in got_test_case() 96 _ui->out(F("%s [%s]") % cli::format_result(result) % in got_result()
|
| H A D | cmd_list.cpp | 59 cmdline::ui* _ui; member in __anon7663252a0111::progress_hooks 70 _ui(ui_), in progress_hooks() 81 cli::detail::list_test_case(_ui, _verbose, test_case); in got_test_case()
|
| H A D | cmd_report.cpp | 266 _ui(ui_), _output_path(path_) in file_writer() 289 _ui->out(message); in operator ()() 291 _ui->err(message); in operator ()()
|
| H A D | cmd_report_html.cpp | 138 cmdline::ui* _ui; member in __anoncdc6e6be0111::html_hooks 236 _ui->out(F("Generating %s") % output_path); in generate() 267 _ui(ui_), in html_hooks()
|
| H A D | cmd_report.hpp | 60 utils::cmdline::ui* const _ui; member in cli::file_writer
|
| /netbsd-src/external/lgpl3/gmp/dist/mini-gmp/ |
| H A D | ChangeLog | 341 * tests/t-aorsmul.c: New file, test for mpz_{add,sub}mul{,_ui} 544 the _ui variant. 613 * tests/t-lcm.c: Test the _ui variant.
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | ChangeLog | 4896 Optimise _si using _ui for positive arguments. 8418 problem with passing a longlong limb to a _ui function. 13334 * tests/misc/t-scanf.c: Avoid negative arguments to _ui functions. 21227 * tests/mpz/t-mul_i.c: Actually test _ui routines. Add some more test 32301 * mpz/?div_*_ui.c: Special case for division by 0. 32308 * mpz/tdiv_*_ui.c: Delete special case for dividend being 0; handle 33411 * mpz/pprime_p.c: Pass long to *_ui functions. 33558 * mpz/cdiv_*_ui.c): Make them work right. 33586 * mpz/tests/tdiv(_ui).c: New name for tst-dm(_ui).c. 33587 * mpz/tests/tst-mdm(_ui).c: Delete. [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | ChangeLog | 16657 [src/{div,mul}_ui.c] Fixed bug in mpfr_div_si and mpfr_mul_si when the 17962 [tests/t{add,div,mul,sub}_ui.c] Replaced tgeneric_ui.c by tgeneric.c, 19022 New macros for mpfr_{mul,div}_ui to optimize the call when the integer
|