• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/tools/test/testfloat/

Lines Matching defs:testFunction

472      float32 trueFunction( int32 ), float32 testFunction( int32 ) )
489 testZ = testFunction( testCases_a_int32 );
523 float64 trueFunction( int32 ), float64 testFunction( int32 ) )
540 testZ = testFunction( testCases_a_int32 );
576 floatx80 trueFunction( int32 ), floatx80 testFunction( int32 ) )
593 testZ = testFunction( testCases_a_int32 );
631 float128 trueFunction( int32 ), float128 testFunction( int32 ) )
648 testZ = testFunction( testCases_a_int32 );
686 float32 trueFunction( int64 ), float32 testFunction( int64 ) )
703 testZ = testFunction( testCases_a_int64 );
737 float64 trueFunction( int64 ), float64 testFunction( int64 ) )
754 testZ = testFunction( testCases_a_int64 );
790 floatx80 trueFunction( int64 ), floatx80 testFunction( int64 ) )
807 testZ = testFunction( testCases_a_int64 );
845 float128 trueFunction( int64 ), float128 testFunction( int64 ) )
862 testZ = testFunction( testCases_a_int64 );
900 int32 trueFunction( float32 ), int32 testFunction( float32 ) )
917 testZ = testFunction( testCases_a_float32 );
957 int64 trueFunction( float32 ), int64 testFunction( float32 ) )
974 testZ = testFunction( testCases_a_float32 );
1014 float64 trueFunction( float32 ), float64 testFunction( float32 ) )
1031 testZ = testFunction( testCases_a_float32 );
1071 floatx80 trueFunction( float32 ), floatx80 testFunction( float32 ) )
1088 testZ = testFunction( testCases_a_float32 );
1130 float128 trueFunction( float32 ), float128 testFunction( float32 ) )
1147 testZ = testFunction( testCases_a_float32 );
1187 float32 trueFunction( float32 ), float32 testFunction( float32 ) )
1204 testZ = testFunction( testCases_a_float32 );
1243 flag testFunction( float32, float32 )
1261 testZ = testFunction( testCases_a_float32, testCases_b_float32 );
1295 float32 testFunction( float32, float32 )
1313 testZ = testFunction( testCases_a_float32, testCases_b_float32 );
1354 int32 trueFunction( float64 ), int32 testFunction( float64 ) )
1371 testZ = testFunction( testCases_a_float64 );
1411 int64 trueFunction( float64 ), int64 testFunction( float64 ) )
1428 testZ = testFunction( testCases_a_float64 );
1468 float32 trueFunction( float64 ), float32 testFunction( float64 ) )
1485 testZ = testFunction( testCases_a_float64 );
1525 floatx80 trueFunction( float64 ), floatx80 testFunction( float64 ) )
1542 testZ = testFunction( testCases_a_float64 );
1584 float128 trueFunction( float64 ), float128 testFunction( float64 ) )
1601 testZ = testFunction( testCases_a_float64 );
1641 float64 trueFunction( float64 ), float64 testFunction( float64 ) )
1658 testZ = testFunction( testCases_a_float64 );
1697 flag testFunction( float64, float64 )
1715 testZ = testFunction( testCases_a_float64, testCases_b_float64 );
1749 float64 testFunction( float64, float64 )
1767 testZ = testFunction( testCases_a_float64, testCases_b_float64 );
1810 int32 trueFunction( floatx80 ), int32 testFunction( floatx80 ) )
1827 testZ = testFunction( testCases_a_floatx80 );
1867 int64 trueFunction( floatx80 ), int64 testFunction( floatx80 ) )
1884 testZ = testFunction( testCases_a_floatx80 );
1924 float32 trueFunction( floatx80 ), float32 testFunction( floatx80 ) )
1941 testZ = testFunction( testCases_a_floatx80 );
1979 float64 trueFunction( floatx80 ), float64 testFunction( floatx80 ) )
1996 testZ = testFunction( testCases_a_floatx80 );
2036 float128 trueFunction( floatx80 ), float128 testFunction( floatx80 ) )
2053 testZ = testFunction( testCases_a_floatx80 );
2093 floatx80 trueFunction( floatx80 ), floatx80 testFunction( floatx80 ) )
2110 testZ = testFunction( testCases_a_floatx80 );
2149 flag testFunction( floatx80, floatx80 )
2167 testZ = testFunction( testCases_a_floatx80, testCases_b_floatx80 );
2201 floatx80 testFunction( floatx80, floatx80 )
2219 testZ = testFunction( testCases_a_floatx80, testCases_b_floatx80 );
2264 int32 trueFunction( float128 ), int32 testFunction( float128 ) )
2281 testZ = testFunction( testCases_a_float128 );
2321 int64 trueFunction( float128 ), int64 testFunction( float128 ) )
2338 testZ = testFunction( testCases_a_float128 );
2378 float32 trueFunction( float128 ), float32 testFunction( float128 ) )
2395 testZ = testFunction( testCases_a_float128 );
2433 float64 trueFunction( float128 ), float64 testFunction( float128 ) )
2450 testZ = testFunction( testCases_a_float128 );
2490 floatx80 trueFunction( float128 ), floatx80 testFunction( float128 ) )
2507 testZ = testFunction( testCases_a_float128 );
2547 float128 trueFunction( float128 ), float128 testFunction( float128 ) )
2564 testZ = testFunction( testCases_a_float128 );
2603 flag testFunction( float128, float128 )
2621 testZ = testFunction( testCases_a_float128, testCases_b_float128 );
2655 float128 testFunction( float128, float128 )
2673 testZ = testFunction( testCases_a_float128, testCases_b_float128 );