Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dspeed.c108 int option_unit = UNIT_SECONDS; variable
698 if (option_unit == UNIT_CYCLES) in run_one()
700 else if (option_unit == UNIT_CYCLESPERLIMB) in run_one()
712 if (option_unit == UNIT_CYCLES) in run_one()
714 else if (option_unit == UNIT_CYCLESPERLIMB) in run_one()
771 {if (option_unit == UNIT_CYCLESPERLIMB in run_one()
774 else if (option_unit == UNIT_CYCLES) in run_one()
1181 if (option_unit != UNIT_SECONDS) goto bad_unit; in main()
1182 option_unit = UNIT_CYCLESPERLIMB; in main()
1185 if (option_unit != UNIT_SECONDS) in main()
[all …]