1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| #DESCRIPTION:Math library tests - CPU tests
| abs01 abs01
|
| atof01 atof01
|
| float_bessel cd $LTPROOT/testcases/bin; float_bessel -v
| float_exp_log cd $LTPROOT/testcases/bin; float_exp_log -v
| float_iperb cd $LTPROOT/testcases/bin; float_iperb -v
| float_power cd $LTPROOT/testcases/bin; float_power -v
| float_trigo cd $LTPROOT/testcases/bin; float_trigo -v
|
| fptest01 fptest01
| fptest02 fptest02
|
| nextafter01 nextafter01
|
|