]> sourceware.org Git - glibc.git/commit
Add powf bench tests
authorPaul Clarke <pc@us.ibm.com>
Tue, 20 Jun 2017 13:14:42 +0000 (10:14 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Tue, 20 Jun 2017 13:14:42 +0000 (10:14 -0300)
commit4cedcaea8dc533ed11d92526bfd4e20ea459e3af
treec74235a1b725bf5f534a784c17c6934bb96c10ce
parentd8cee557e2b67a654ba4da189bd856f00d813fbe
Add powf bench tests

Add powf() bench test with input which covers these cases:
- positive base to positive exponent
- exponent 0
- negative base to even exponent
- exponent 1
- exponent -1
- squared
- squareroot
- 1 to negative exponent
- -1 to negative exponent
- base 0
- -1 to even exponent
- small base
- small exponent

* benchtests/Makefile (bench-math): Add powf.
* benchtests/powf-inputs: New file.
ChangeLog
benchtests/Makefile
benchtests/powf-inputs [new file with mode: 0644]
This page took 0.042691 seconds and 5 git commands to generate.