HomeSort by: relevance | last modified time | path
    Searched refs:testFunction (Results 1 - 5 of 5) sorted by relevancy

  /src/regress/lib/libc/ieeefp/testfloat/
testLoops.c 503 float32 trueFunction( int32 ), float32 testFunction( int32 ) )
520 testZ = testFunction( testCases_a_int32 );
554 float64 trueFunction( int32 ), float64 testFunction( int32 ) )
571 testZ = testFunction( testCases_a_int32 );
607 floatx80 trueFunction( int32 ), floatx80 testFunction( int32 ) )
624 testZ = testFunction( testCases_a_int32 );
662 float128 trueFunction( int32 ), float128 testFunction( int32 ) )
679 testZ = testFunction( testCases_a_int32 );
717 float32 trueFunction( int64 ), float32 testFunction( int64 ) )
734 testZ = testFunction( testCases_a_int64 )
    [all...]
Makefile 18 testLoops.c testFunction.c csystfloat.c
testfloat.c 74 #include "testFunction.h"
290 testFunction( functionCode, roundingPrecision, roundingMode );
303 testFunction(
315 testFunction(
326 testFunction(
testFunction.c 1 /* $NetBSD: testFunction.c,v 1.6 2008/04/28 20:23:04 martin Exp $ */
65 #include "testFunction.h"
1143 testFunction(
  /src/regress/lib/libc/ieeefp/testfloat/include/
testFunction.h 1 /* $NetBSD: testFunction.h,v 1.4 2008/04/28 20:23:04 martin Exp $ */
166 void testFunction( uint8, int8, int8 );

Completed in 14 milliseconds