aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJohn Hauser <jhauser@eecs.berkeley.edu>2014-12-11 14:38:33 -0800
committerJohn Hauser <jhauser@eecs.berkeley.edu>2014-12-11 14:38:33 -0800
commit57c49a74f9f4baf3ba864bbce35d975efd18a8e3 (patch)
treeba1b661fe576d24652f6611d60734901ccf63d7f /source
parentccc47aef4a2db923e7cfed2f5aab2363ecf6ff0e (diff)
downloadberkeley-testfloat-3-57c49a74f9f4baf3ba864bbce35d975efd18a8e3.zip
berkeley-testfloat-3-57c49a74f9f4baf3ba864bbce35d975efd18a8e3.tar.gz
berkeley-testfloat-3-57c49a74f9f4baf3ba864bbce35d975efd18a8e3.tar.bz2
Update in RC for Release 3, fixing some bugs and improving the documentation.
Diffstat (limited to 'source')
-rw-r--r--source/genCases.h8
-rw-r--r--source/genCases_i32.c10
-rw-r--r--source/genCases_i64.c10
-rw-r--r--source/genCases_ui32.c14
-rw-r--r--source/genCases_ui64.c14
-rw-r--r--source/genLoops.c32
-rw-r--r--source/genLoops.h32
-rw-r--r--source/subj-C/subjfloat.c32
-rw-r--r--source/subjfloat.h32
-rw-r--r--source/test_a_extF80_z_ui64_rx.c2
-rw-r--r--source/testfloat.c32
-rw-r--r--source/verLoops.c32
-rw-r--r--source/verLoops.h32
13 files changed, 141 insertions, 141 deletions
diff --git a/source/genCases.h b/source/genCases.h
index d186592..56ef52a 100644
--- a/source/genCases.h
+++ b/source/genCases.h
@@ -45,19 +45,19 @@ extern bool genCases_done;
void genCases_ui32_a_init( void );
void genCases_ui32_a_next( void );
-extern uint_fast32_t genCases_ui32_a;
+extern uint32_t genCases_ui32_a;
void genCases_ui64_a_init( void );
void genCases_ui64_a_next( void );
-extern uint_fast64_t genCases_ui64_a;
+extern uint64_t genCases_ui64_a;
void genCases_i32_a_init( void );
void genCases_i32_a_next( void );
-extern int_fast32_t genCases_i32_a;
+extern int32_t genCases_i32_a;
void genCases_i64_a_init( void );
void genCases_i64_a_next( void );
-extern int_fast64_t genCases_i64_a;
+extern int64_t genCases_i64_a;
void genCases_f32_a_init( void );
void genCases_f32_a_next( void );
diff --git a/source/genCases_i32.c b/source/genCases_i32.c
index bc3287a..2e03881 100644
--- a/source/genCases_i32.c
+++ b/source/genCases_i32.c
@@ -173,7 +173,7 @@ static const uint32_t i32P1[i32NumP1] = {
0x00000003
};
-static int_fast32_t i32NextP1( struct sequence *sequencePtr )
+static int32_t i32NextP1( struct sequence *sequencePtr )
{
int termNum;
union ui32_i32 uZ;
@@ -192,7 +192,7 @@ static int_fast32_t i32NextP1( struct sequence *sequencePtr )
static const int_fast32_t i32NumP2 = (i32NumP1 * i32NumP1 + i32NumP1) / 2;
-static int_fast32_t i32NextP2( struct sequence *sequencePtr )
+static int32_t i32NextP2( struct sequence *sequencePtr )
{
int term1Num, term2Num;
union ui32_i32 uZ;
@@ -215,7 +215,7 @@ static int_fast32_t i32NextP2( struct sequence *sequencePtr )
}
-static int_fast32_t i32RandomP3( void )
+static int32_t i32RandomP3( void )
{
union ui32_i32 uZ;
@@ -290,7 +290,7 @@ static const uint32_t i32PInfWeightOffsets[i32NumPInfWeightMasks] = {
0xFFFFFFF8
};
-static int_fast32_t i32RandomPInf( void )
+static int32_t i32RandomPInf( void )
{
int weightMaskNum;
union ui32_i32 uZ;
@@ -306,7 +306,7 @@ static int_fast32_t i32RandomPInf( void )
static struct sequence sequenceA;
static int subcase;
-int_fast32_t genCases_i32_a;
+int32_t genCases_i32_a;
void genCases_i32_a_init( void )
{
diff --git a/source/genCases_i64.c b/source/genCases_i64.c
index b98df8d..f912570 100644
--- a/source/genCases_i64.c
+++ b/source/genCases_i64.c
@@ -301,7 +301,7 @@ static const uint64_t i64P1[i64NumP1] = {
UINT64_C( 0x0000000000000003 )
};
-static int_fast64_t i64NextP1( struct sequence *sequencePtr )
+static int64_t i64NextP1( struct sequence *sequencePtr )
{
int termNum;
union ui64_i64 uZ;
@@ -320,7 +320,7 @@ static int_fast64_t i64NextP1( struct sequence *sequencePtr )
static const int_fast64_t i64NumP2 = (i64NumP1 * i64NumP1 + i64NumP1) / 2;
-static int_fast64_t i64NextP2( struct sequence *sequencePtr )
+static int64_t i64NextP2( struct sequence *sequencePtr )
{
int term1Num, term2Num;
union ui64_i64 uZ;
@@ -343,7 +343,7 @@ static int_fast64_t i64NextP2( struct sequence *sequencePtr )
}
-static int_fast64_t i64RandomP3( void )
+static int64_t i64RandomP3( void )
{
union ui64_i64 uZ;
@@ -482,7 +482,7 @@ static const uint64_t i64PInfWeightOffsets[i64NumPInfWeightMasks] = {
UINT64_C( 0xFFFFFFFFFFFFFFF8 )
};
-static int_fast64_t i64RandomPInf( void )
+static int64_t i64RandomPInf( void )
{
int weightMaskNum;
union ui64_i64 uZ;
@@ -498,7 +498,7 @@ static int_fast64_t i64RandomPInf( void )
static struct sequence sequenceA;
static int subcase;
-int_fast64_t genCases_i64_a;
+int64_t genCases_i64_a;
void genCases_i64_a_init( void )
{
diff --git a/source/genCases_ui32.c b/source/genCases_ui32.c
index 3b890cb..cbc6e58 100644
--- a/source/genCases_ui32.c
+++ b/source/genCases_ui32.c
@@ -171,10 +171,10 @@ static const uint32_t ui32P1[ui32NumP1] = {
0x00000003
};
-static uint_fast32_t ui32NextP1( struct sequence *sequencePtr )
+static uint32_t ui32NextP1( struct sequence *sequencePtr )
{
int termNum;
- uint_fast32_t z;
+ uint32_t z;
termNum = sequencePtr->term1Num;
z = ui32P1[termNum];
@@ -190,10 +190,10 @@ static uint_fast32_t ui32NextP1( struct sequence *sequencePtr )
static const uint_fast32_t ui32NumP2 = (ui32NumP1 * ui32NumP1 + ui32NumP1) / 2;
-static uint_fast32_t ui32NextP2( struct sequence *sequencePtr )
+static uint32_t ui32NextP2( struct sequence *sequencePtr )
{
int term1Num, term2Num;
- uint_fast32_t z;
+ uint32_t z;
term2Num = sequencePtr->term2Num;
term1Num = sequencePtr->term1Num;
@@ -213,7 +213,7 @@ static uint_fast32_t ui32NextP2( struct sequence *sequencePtr )
}
-static uint_fast32_t ui32RandomP3( void )
+static uint32_t ui32RandomP3( void )
{
return
@@ -255,7 +255,7 @@ static const uint32_t ui32PInfWeightMasks[ui32NumPInfWeightMasks] = {
0x0000000F
};
-static uint_fast32_t ui32RandomPInf( void )
+static uint32_t ui32RandomPInf( void )
{
int weightMaskNum;
@@ -267,7 +267,7 @@ static uint_fast32_t ui32RandomPInf( void )
static struct sequence sequenceA;
static int subcase;
-uint_fast32_t genCases_ui32_a;
+uint32_t genCases_ui32_a;
void genCases_ui32_a_init( void )
{
diff --git a/source/genCases_ui64.c b/source/genCases_ui64.c
index 51dc428..c3526f3 100644
--- a/source/genCases_ui64.c
+++ b/source/genCases_ui64.c
@@ -299,10 +299,10 @@ static const uint64_t ui64P1[ui64NumP1] = {
UINT64_C( 0x0000000000000003 )
};
-static uint_fast64_t ui64NextP1( struct sequence *sequencePtr )
+static uint64_t ui64NextP1( struct sequence *sequencePtr )
{
int termNum;
- uint_fast64_t z;
+ uint64_t z;
termNum = sequencePtr->term1Num;
z = ui64P1[termNum];
@@ -318,10 +318,10 @@ static uint_fast64_t ui64NextP1( struct sequence *sequencePtr )
static const uint_fast64_t ui64NumP2 = (ui64NumP1 * ui64NumP1 + ui64NumP1) / 2;
-static uint_fast64_t ui64NextP2( struct sequence *sequencePtr )
+static uint64_t ui64NextP2( struct sequence *sequencePtr )
{
int term1Num, term2Num;
- uint_fast64_t z;
+ uint64_t z;
term2Num = sequencePtr->term2Num;
term1Num = sequencePtr->term1Num;
@@ -341,7 +341,7 @@ static uint_fast64_t ui64NextP2( struct sequence *sequencePtr )
}
-static uint_fast64_t ui64RandomP3( void )
+static uint64_t ui64RandomP3( void )
{
return
@@ -415,7 +415,7 @@ static const uint64_t ui64PInfWeightMasks[ui64NumPInfWeightMasks] = {
UINT64_C( 0x000000000000000F )
};
-static uint_fast64_t ui64RandomPInf( void )
+static uint64_t ui64RandomPInf( void )
{
int weightMaskNum;
@@ -427,7 +427,7 @@ static uint_fast64_t ui64RandomPInf( void )
static struct sequence sequenceA;
static int subcase;
-uint_fast64_t genCases_ui64_a;
+uint64_t genCases_ui64_a;
void genCases_ui64_a_init( void )
{
diff --git a/source/genLoops.c b/source/genLoops.c
index 893c344..179ebea 100644
--- a/source/genLoops.c
+++ b/source/genLoops.c
@@ -474,7 +474,7 @@ void gen_abc_f128( void )
#endif
-void gen_a_ui32_z_f32( float32_t trueFunction( uint_fast32_t ) )
+void gen_a_ui32_z_f32( float32_t trueFunction( uint32_t ) )
{
union ui32_f32 uTrueZ;
uint_fast8_t trueFlags;
@@ -492,7 +492,7 @@ void gen_a_ui32_z_f32( float32_t trueFunction( uint_fast32_t ) )
}
-void gen_a_ui32_z_f64( float64_t trueFunction( uint_fast32_t ) )
+void gen_a_ui32_z_f64( float64_t trueFunction( uint32_t ) )
{
union ui64_f64 uTrueZ;
uint_fast8_t trueFlags;
@@ -512,7 +512,7 @@ void gen_a_ui32_z_f64( float64_t trueFunction( uint_fast32_t ) )
#ifdef EXTFLOAT80
-void gen_a_ui32_z_extF80( void trueFunction( uint_fast32_t, extFloat80_t * ) )
+void gen_a_ui32_z_extF80( void trueFunction( uint32_t, extFloat80_t * ) )
{
extFloat80_t trueZ;
uint_fast8_t trueFlags;
@@ -534,7 +534,7 @@ void gen_a_ui32_z_extF80( void trueFunction( uint_fast32_t, extFloat80_t * ) )
#ifdef FLOAT128
-void gen_a_ui32_z_f128( void trueFunction( uint_fast32_t, float128_t * ) )
+void gen_a_ui32_z_f128( void trueFunction( uint32_t, float128_t * ) )
{
float128_t trueZ;
uint_fast8_t trueFlags;
@@ -554,7 +554,7 @@ void gen_a_ui32_z_f128( void trueFunction( uint_fast32_t, float128_t * ) )
#endif
-void gen_a_ui64_z_f32( float32_t trueFunction( uint_fast64_t ) )
+void gen_a_ui64_z_f32( float32_t trueFunction( uint64_t ) )
{
union ui32_f32 uTrueZ;
uint_fast8_t trueFlags;
@@ -572,7 +572,7 @@ void gen_a_ui64_z_f32( float32_t trueFunction( uint_fast64_t ) )
}
-void gen_a_ui64_z_f64( float64_t trueFunction( uint_fast64_t ) )
+void gen_a_ui64_z_f64( float64_t trueFunction( uint64_t ) )
{
union ui64_f64 uTrueZ;
uint_fast8_t trueFlags;
@@ -592,7 +592,7 @@ void gen_a_ui64_z_f64( float64_t trueFunction( uint_fast64_t ) )
#ifdef EXTFLOAT80
-void gen_a_ui64_z_extF80( void trueFunction( uint_fast64_t, extFloat80_t * ) )
+void gen_a_ui64_z_extF80( void trueFunction( uint64_t, extFloat80_t * ) )
{
extFloat80_t trueZ;
uint_fast8_t trueFlags;
@@ -614,7 +614,7 @@ void gen_a_ui64_z_extF80( void trueFunction( uint_fast64_t, extFloat80_t * ) )
#ifdef FLOAT128
-void gen_a_ui64_z_f128( void trueFunction( uint_fast64_t, float128_t * ) )
+void gen_a_ui64_z_f128( void trueFunction( uint64_t, float128_t * ) )
{
float128_t trueZ;
uint_fast8_t trueFlags;
@@ -634,7 +634,7 @@ void gen_a_ui64_z_f128( void trueFunction( uint_fast64_t, float128_t * ) )
#endif
-void gen_a_i32_z_f32( float32_t trueFunction( int_fast32_t ) )
+void gen_a_i32_z_f32( float32_t trueFunction( int32_t ) )
{
union ui32_f32 uTrueZ;
uint_fast8_t trueFlags;
@@ -652,7 +652,7 @@ void gen_a_i32_z_f32( float32_t trueFunction( int_fast32_t ) )
}
-void gen_a_i32_z_f64( float64_t trueFunction( int_fast32_t ) )
+void gen_a_i32_z_f64( float64_t trueFunction( int32_t ) )
{
union ui64_f64 uTrueZ;
uint_fast8_t trueFlags;
@@ -672,7 +672,7 @@ void gen_a_i32_z_f64( float64_t trueFunction( int_fast32_t ) )
#ifdef EXTFLOAT80
-void gen_a_i32_z_extF80( void trueFunction( int_fast32_t, extFloat80_t * ) )
+void gen_a_i32_z_extF80( void trueFunction( int32_t, extFloat80_t * ) )
{
extFloat80_t trueZ;
uint_fast8_t trueFlags;
@@ -694,7 +694,7 @@ void gen_a_i32_z_extF80( void trueFunction( int_fast32_t, extFloat80_t * ) )
#ifdef FLOAT128
-void gen_a_i32_z_f128( void trueFunction( int_fast32_t, float128_t * ) )
+void gen_a_i32_z_f128( void trueFunction( int32_t, float128_t * ) )
{
float128_t trueZ;
uint_fast8_t trueFlags;
@@ -714,7 +714,7 @@ void gen_a_i32_z_f128( void trueFunction( int_fast32_t, float128_t * ) )
#endif
-void gen_a_i64_z_f32( float32_t trueFunction( int_fast64_t ) )
+void gen_a_i64_z_f32( float32_t trueFunction( int64_t ) )
{
union ui32_f32 uTrueZ;
uint_fast8_t trueFlags;
@@ -732,7 +732,7 @@ void gen_a_i64_z_f32( float32_t trueFunction( int_fast64_t ) )
}
-void gen_a_i64_z_f64( float64_t trueFunction( int_fast64_t ) )
+void gen_a_i64_z_f64( float64_t trueFunction( int64_t ) )
{
union ui64_f64 uTrueZ;
uint_fast8_t trueFlags;
@@ -752,7 +752,7 @@ void gen_a_i64_z_f64( float64_t trueFunction( int_fast64_t ) )
#ifdef EXTFLOAT80
-void gen_a_i64_z_extF80( void trueFunction( int_fast64_t, extFloat80_t * ) )
+void gen_a_i64_z_extF80( void trueFunction( int64_t, extFloat80_t * ) )
{
extFloat80_t trueZ;
uint_fast8_t trueFlags;
@@ -774,7 +774,7 @@ void gen_a_i64_z_extF80( void trueFunction( int_fast64_t, extFloat80_t * ) )
#ifdef FLOAT128
-void gen_a_i64_z_f128( void trueFunction( int_fast64_t, float128_t * ) )
+void gen_a_i64_z_f128( void trueFunction( int64_t, float128_t * ) )
{
float128_t trueZ;
uint_fast8_t trueFlags;
diff --git a/source/genLoops.h b/source/genLoops.h
index 74ac42e..8cb5ded 100644
--- a/source/genLoops.h
+++ b/source/genLoops.h
@@ -64,37 +64,37 @@ void gen_ab_f128( void );
void gen_abc_f128( void );
#endif
-void gen_a_ui32_z_f32( float32_t ( uint_fast32_t ) );
-void gen_a_ui32_z_f64( float64_t ( uint_fast32_t ) );
+void gen_a_ui32_z_f32( float32_t ( uint32_t ) );
+void gen_a_ui32_z_f64( float64_t ( uint32_t ) );
#ifdef EXTFLOAT80
-void gen_a_ui32_z_extF80( void ( uint_fast32_t, extFloat80_t * ) );
+void gen_a_ui32_z_extF80( void ( uint32_t, extFloat80_t * ) );
#endif
#ifdef FLOAT128
-void gen_a_ui32_z_f128( void ( uint_fast32_t, float128_t * ) );
+void gen_a_ui32_z_f128( void ( uint32_t, float128_t * ) );
#endif
-void gen_a_ui64_z_f32( float32_t ( uint_fast64_t ) );
-void gen_a_ui64_z_f64( float64_t ( uint_fast64_t ) );
+void gen_a_ui64_z_f32( float32_t ( uint64_t ) );
+void gen_a_ui64_z_f64( float64_t ( uint64_t ) );
#ifdef EXTFLOAT80
-void gen_a_ui64_z_extF80( void ( uint_fast64_t, extFloat80_t * ) );
+void gen_a_ui64_z_extF80( void ( uint64_t, extFloat80_t * ) );
#endif
#ifdef FLOAT128
-void gen_a_ui64_z_f128( void ( uint_fast64_t, float128_t * ) );
+void gen_a_ui64_z_f128( void ( uint64_t, float128_t * ) );
#endif
-void gen_a_i32_z_f32( float32_t ( int_fast32_t ) );
-void gen_a_i32_z_f64( float64_t ( int_fast32_t ) );
+void gen_a_i32_z_f32( float32_t ( int32_t ) );
+void gen_a_i32_z_f64( float64_t ( int32_t ) );
#ifdef EXTFLOAT80
-void gen_a_i32_z_extF80( void ( int_fast32_t, extFloat80_t * ) );
+void gen_a_i32_z_extF80( void ( int32_t, extFloat80_t * ) );
#endif
#ifdef FLOAT128
-void gen_a_i32_z_f128( void ( int_fast32_t, float128_t * ) );
+void gen_a_i32_z_f128( void ( int32_t, float128_t * ) );
#endif
-void gen_a_i64_z_f32( float32_t ( int_fast64_t ) );
-void gen_a_i64_z_f64( float64_t ( int_fast64_t ) );
+void gen_a_i64_z_f32( float32_t ( int64_t ) );
+void gen_a_i64_z_f64( float64_t ( int64_t ) );
#ifdef EXTFLOAT80
-void gen_a_i64_z_extF80( void ( int_fast64_t, extFloat80_t * ) );
+void gen_a_i64_z_extF80( void ( int64_t, extFloat80_t * ) );
#endif
#ifdef FLOAT128
-void gen_a_i64_z_f128( void ( int_fast64_t, float128_t * ) );
+void gen_a_i64_z_f128( void ( int64_t, float128_t * ) );
#endif
void
diff --git a/source/subj-C/subjfloat.c b/source/subj-C/subjfloat.c
index 4d1a0d6..52a5911 100644
--- a/source/subj-C/subjfloat.c
+++ b/source/subj-C/subjfloat.c
@@ -94,7 +94,7 @@ uint_fast8_t subjfloat_clearExceptionFlags( void )
union f32_f { float32_t f32; float f; };
union f64_d { float64_t f64; double d; };
-float32_t subj_ui32_to_f32( uint_fast32_t a )
+float32_t subj_ui32_to_f32( uint32_t a )
{
union f32_f uZ;
@@ -103,7 +103,7 @@ float32_t subj_ui32_to_f32( uint_fast32_t a )
}
-float64_t subj_ui32_to_f64( uint_fast32_t a )
+float64_t subj_ui32_to_f64( uint32_t a )
{
union f64_d uZ;
@@ -112,7 +112,7 @@ float64_t subj_ui32_to_f64( uint_fast32_t a )
}
-float32_t subj_ui64_to_f32( uint_fast64_t a )
+float32_t subj_ui64_to_f32( uint64_t a )
{
union f32_f uZ;
@@ -121,7 +121,7 @@ float32_t subj_ui64_to_f32( uint_fast64_t a )
}
-float64_t subj_ui64_to_f64( uint_fast64_t a )
+float64_t subj_ui64_to_f64( uint64_t a )
{
union f64_d uZ;
@@ -130,7 +130,7 @@ float64_t subj_ui64_to_f64( uint_fast64_t a )
}
-float32_t subj_i32_to_f32( int_fast32_t a )
+float32_t subj_i32_to_f32( int32_t a )
{
union f32_f uZ;
@@ -139,7 +139,7 @@ float32_t subj_i32_to_f32( int_fast32_t a )
}
-float64_t subj_i32_to_f64( int_fast32_t a )
+float64_t subj_i32_to_f64( int32_t a )
{
union f64_d uZ;
@@ -148,7 +148,7 @@ float64_t subj_i32_to_f64( int_fast32_t a )
}
-float32_t subj_i64_to_f32( int_fast64_t a )
+float32_t subj_i64_to_f32( int64_t a )
{
union f32_f uZ;
@@ -157,7 +157,7 @@ float32_t subj_i64_to_f32( int_fast64_t a )
}
-float64_t subj_i64_to_f64( int_fast64_t a )
+float64_t subj_i64_to_f64( int64_t a )
{
union f64_d uZ;
@@ -420,28 +420,28 @@ bool subj_f64_lt( float64_t a, float64_t b )
#if defined EXTFLOAT80 && defined LONG_DOUBLE_IS_EXTFLOAT80
-void subj_ui32_to_extF80M( uint_fast32_t a, extFloat80_t *zPtr )
+void subj_ui32_to_extF80M( uint32_t a, extFloat80_t *zPtr )
{
*((long double *) zPtr) = a;
}
-void subj_ui64_to_extF80M( uint_fast64_t a, extFloat80_t *zPtr )
+void subj_ui64_to_extF80M( uint64_t a, extFloat80_t *zPtr )
{
*((long double *) zPtr) = a;
}
-void subj_i32_to_extF80M( int_fast32_t a, extFloat80_t *zPtr )
+void subj_i32_to_extF80M( int32_t a, extFloat80_t *zPtr )
{
*((long double *) zPtr) = a;
}
-void subj_i64_to_extF80M( int_fast64_t a, extFloat80_t *zPtr )
+void subj_i64_to_extF80M( int64_t a, extFloat80_t *zPtr )
{
*((long double *) zPtr) = a;
@@ -577,28 +577,28 @@ bool subj_extF80M_lt( const extFloat80_t *aPtr, const extFloat80_t *bPtr )
#if defined FLOAT128 && defined LONG_DOUBLE_IS_FLOAT128
-void subj_ui32_to_f128M( uint_fast32_t a, float128_t *zPtr )
+void subj_ui32_to_f128M( uint32_t a, float128_t *zPtr )
{
*((long double *) zPtr) = a;
}
-void subj_ui64_to_f128M( uint_fast64_t a, float128_t *zPtr )
+void subj_ui64_to_f128M( uint64_t a, float128_t *zPtr )
{
*((long double *) zPtr) = a;
}
-void subj_i32_to_f128M( int_fast32_t a, float128_t *zPtr )
+void subj_i32_to_f128M( int32_t a, float128_t *zPtr )
{
*((long double *) zPtr) = a;
}
-void subj_i64_to_f128M( int_fast64_t a, float128_t *zPtr )
+void subj_i64_to_f128M( int64_t a, float128_t *zPtr )
{
*((long double *) zPtr) = a;
diff --git a/source/subjfloat.h b/source/subjfloat.h
index 4423944..44d6964 100644
--- a/source/subjfloat.h
+++ b/source/subjfloat.h
@@ -51,37 +51,37 @@ uint_fast8_t subjfloat_clearExceptionFlags( void );
/*----------------------------------------------------------------------------
*----------------------------------------------------------------------------*/
-float32_t subj_ui32_to_f32( uint_fast32_t );
-float64_t subj_ui32_to_f64( uint_fast32_t );
+float32_t subj_ui32_to_f32( uint32_t );
+float64_t subj_ui32_to_f64( uint32_t );
#ifdef EXTFLOAT80
-void subj_ui32_to_extF80M( uint_fast32_t, extFloat80_t * );
+void subj_ui32_to_extF80M( uint32_t, extFloat80_t * );
#endif
#ifdef FLOAT128
-void subj_ui32_to_f128M( uint_fast32_t, float128_t * );
+void subj_ui32_to_f128M( uint32_t, float128_t * );
#endif
-float32_t subj_ui64_to_f32( uint_fast64_t );
-float64_t subj_ui64_to_f64( uint_fast64_t );
+float32_t subj_ui64_to_f32( uint64_t );
+float64_t subj_ui64_to_f64( uint64_t );
#ifdef EXTFLOAT80
-void subj_ui64_to_extF80M( uint_fast64_t, extFloat80_t * );
+void subj_ui64_to_extF80M( uint64_t, extFloat80_t * );
#endif
#ifdef FLOAT128
-void subj_ui64_to_f128M( uint_fast64_t, float128_t * );
+void subj_ui64_to_f128M( uint64_t, float128_t * );
#endif
-float32_t subj_i32_to_f32( int_fast32_t );
-float64_t subj_i32_to_f64( int_fast32_t );
+float32_t subj_i32_to_f32( int32_t );
+float64_t subj_i32_to_f64( int32_t );
#ifdef EXTFLOAT80
-void subj_i32_to_extF80M( int_fast32_t, extFloat80_t * );
+void subj_i32_to_extF80M( int32_t, extFloat80_t * );
#endif
#ifdef FLOAT128
-void subj_i32_to_f128M( int_fast32_t, float128_t * );
+void subj_i32_to_f128M( int32_t, float128_t * );
#endif
-float32_t subj_i64_to_f32( int_fast64_t );
-float64_t subj_i64_to_f64( int_fast64_t );
+float32_t subj_i64_to_f32( int64_t );
+float64_t subj_i64_to_f64( int64_t );
#ifdef EXTFLOAT80
-void subj_i64_to_extF80M( int_fast64_t, extFloat80_t * );
+void subj_i64_to_extF80M( int64_t, extFloat80_t * );
#endif
#ifdef FLOAT128
-void subj_i64_to_f128M( int_fast64_t, float128_t * );
+void subj_i64_to_f128M( int64_t, float128_t * );
#endif
/*----------------------------------------------------------------------------
diff --git a/source/test_a_extF80_z_ui64_rx.c b/source/test_a_extF80_z_ui64_rx.c
index 83dff24..71bf340 100644
--- a/source/test_a_extF80_z_ui64_rx.c
+++ b/source/test_a_extF80_z_ui64_rx.c
@@ -92,7 +92,7 @@ void
) {
++verCases_errorCount;
verCases_writeErrorFound( 10000 - count );
- writeCase_a_extF80M( &genCases_extF80_a, " " );
+ writeCase_a_extF80M( &genCases_extF80_a, "\n\t" );
writeCase_z_ui64( trueZ, trueFlags, subjZ, subjFlags );
if ( verCases_errorCount == verCases_maxErrorCount ) break;
}
diff --git a/source/testfloat.c b/source/testfloat.c
index 73044f8..bc8e820 100644
--- a/source/testfloat.c
+++ b/source/testfloat.c
@@ -58,37 +58,37 @@ static void catchSIGINT( int signalCode )
static void (*subjFunctionPtr)();
-typedef float32_t funcType_a_ui32_z_f32( uint_fast32_t );
-typedef float64_t funcType_a_ui32_z_f64( uint_fast32_t );
+typedef float32_t funcType_a_ui32_z_f32( uint32_t );
+typedef float64_t funcType_a_ui32_z_f64( uint32_t );
#ifdef EXTFLOAT80
-typedef void funcType_a_ui32_z_extF80( uint_fast32_t, extFloat80_t * );
+typedef void funcType_a_ui32_z_extF80( uint32_t, extFloat80_t * );
#endif
#ifdef FLOAT128
-typedef void funcType_a_ui32_z_f128( uint_fast32_t, float128_t * );
+typedef void funcType_a_ui32_z_f128( uint32_t, float128_t * );
#endif
-typedef float32_t funcType_a_ui64_z_f32( uint_fast64_t );
-typedef float64_t funcType_a_ui64_z_f64( uint_fast64_t );
+typedef float32_t funcType_a_ui64_z_f32( uint64_t );
+typedef float64_t funcType_a_ui64_z_f64( uint64_t );
#ifdef EXTFLOAT80
-typedef void funcType_a_ui64_z_extF80( uint_fast64_t, extFloat80_t * );
+typedef void funcType_a_ui64_z_extF80( uint64_t, extFloat80_t * );
#endif
#ifdef FLOAT128
-typedef void funcType_a_ui64_z_f128( uint_fast64_t, float128_t * );
+typedef void funcType_a_ui64_z_f128( uint64_t, float128_t * );
#endif
-typedef float32_t funcType_a_i32_z_f32( int_fast32_t );
-typedef float64_t funcType_a_i32_z_f64( int_fast32_t );
+typedef float32_t funcType_a_i32_z_f32( int32_t );
+typedef float64_t funcType_a_i32_z_f64( int32_t );
#ifdef EXTFLOAT80
-typedef void funcType_a_i32_z_extF80( int_fast32_t, extFloat80_t * );
+typedef void funcType_a_i32_z_extF80( int32_t, extFloat80_t * );
#endif
#ifdef FLOAT128
-typedef void funcType_a_i32_z_f128( int_fast32_t, float128_t * );
+typedef void funcType_a_i32_z_f128( int32_t, float128_t * );
#endif
-typedef float32_t funcType_a_i64_z_f32( int_fast64_t );
-typedef float64_t funcType_a_i64_z_f64( int_fast64_t );
+typedef float32_t funcType_a_i64_z_f32( int64_t );
+typedef float64_t funcType_a_i64_z_f64( int64_t );
#ifdef EXTFLOAT80
-typedef void funcType_a_i64_z_extF80( int_fast64_t, extFloat80_t * );
+typedef void funcType_a_i64_z_extF80( int64_t, extFloat80_t * );
#endif
#ifdef FLOAT128
-typedef void funcType_a_i64_z_f128( int_fast64_t, float128_t * );
+typedef void funcType_a_i64_z_f128( int64_t, float128_t * );
#endif
typedef uint_fast32_t funcType_a_f32_z_ui32( float32_t );
diff --git a/source/verLoops.c b/source/verLoops.c
index b607a4d..fe162b4 100644
--- a/source/verLoops.c
+++ b/source/verLoops.c
@@ -184,7 +184,7 @@ static void readVerInput_flags( uint_fast8_t *flagsPtr )
/*----------------------------------------------------------------------------
*----------------------------------------------------------------------------*/
-void ver_a_ui32_z_f32( float32_t trueFunction( uint_fast32_t ) )
+void ver_a_ui32_z_f32( float32_t trueFunction( uint32_t ) )
{
int count;
uint_fast32_t a;
@@ -228,7 +228,7 @@ void ver_a_ui32_z_f32( float32_t trueFunction( uint_fast32_t ) )
}
-void ver_a_ui32_z_f64( float64_t trueFunction( uint_fast32_t ) )
+void ver_a_ui32_z_f64( float64_t trueFunction( uint32_t ) )
{
int count;
uint_fast32_t a;
@@ -274,7 +274,7 @@ void ver_a_ui32_z_f64( float64_t trueFunction( uint_fast32_t ) )
#ifdef EXTFLOAT80
-void ver_a_ui32_z_extF80( void trueFunction( uint_fast32_t, extFloat80_t * ) )
+void ver_a_ui32_z_extF80( void trueFunction( uint32_t, extFloat80_t * ) )
{
int count;
uint_fast32_t a;
@@ -322,7 +322,7 @@ void ver_a_ui32_z_extF80( void trueFunction( uint_fast32_t, extFloat80_t * ) )
#ifdef FLOAT128
-void ver_a_ui32_z_f128( void trueFunction( uint_fast32_t, float128_t * ) )
+void ver_a_ui32_z_f128( void trueFunction( uint32_t, float128_t * ) )
{
int count;
uint_fast32_t a;
@@ -370,7 +370,7 @@ void ver_a_ui32_z_f128( void trueFunction( uint_fast32_t, float128_t * ) )
/*----------------------------------------------------------------------------
*----------------------------------------------------------------------------*/
-void ver_a_ui64_z_f32( float32_t trueFunction( uint_fast64_t ) )
+void ver_a_ui64_z_f32( float32_t trueFunction( uint64_t ) )
{
int count;
uint_fast64_t a;
@@ -414,7 +414,7 @@ void ver_a_ui64_z_f32( float32_t trueFunction( uint_fast64_t ) )
}
-void ver_a_ui64_z_f64( float64_t trueFunction( uint_fast64_t ) )
+void ver_a_ui64_z_f64( float64_t trueFunction( uint64_t ) )
{
int count;
uint_fast64_t a;
@@ -460,7 +460,7 @@ void ver_a_ui64_z_f64( float64_t trueFunction( uint_fast64_t ) )
#ifdef EXTFLOAT80
-void ver_a_ui64_z_extF80( void trueFunction( uint_fast64_t, extFloat80_t * ) )
+void ver_a_ui64_z_extF80( void trueFunction( uint64_t, extFloat80_t * ) )
{
int count;
uint_fast64_t a;
@@ -508,7 +508,7 @@ void ver_a_ui64_z_extF80( void trueFunction( uint_fast64_t, extFloat80_t * ) )
#ifdef FLOAT128
-void ver_a_ui64_z_f128( void trueFunction( uint_fast64_t, float128_t * ) )
+void ver_a_ui64_z_f128( void trueFunction( uint64_t, float128_t * ) )
{
int count;
uint_fast64_t a;
@@ -556,7 +556,7 @@ void ver_a_ui64_z_f128( void trueFunction( uint_fast64_t, float128_t * ) )
/*----------------------------------------------------------------------------
*----------------------------------------------------------------------------*/
-void ver_a_i32_z_f32( float32_t trueFunction( int_fast32_t ) )
+void ver_a_i32_z_f32( float32_t trueFunction( int32_t ) )
{
int count;
int_fast32_t a;
@@ -600,7 +600,7 @@ void ver_a_i32_z_f32( float32_t trueFunction( int_fast32_t ) )
}
-void ver_a_i32_z_f64( float64_t trueFunction( int_fast32_t ) )
+void ver_a_i32_z_f64( float64_t trueFunction( int32_t ) )
{
int count;
int_fast32_t a;
@@ -646,7 +646,7 @@ void ver_a_i32_z_f64( float64_t trueFunction( int_fast32_t ) )
#ifdef EXTFLOAT80
-void ver_a_i32_z_extF80( void trueFunction( int_fast32_t, extFloat80_t * ) )
+void ver_a_i32_z_extF80( void trueFunction( int32_t, extFloat80_t * ) )
{
int count;
int_fast32_t a;
@@ -694,7 +694,7 @@ void ver_a_i32_z_extF80( void trueFunction( int_fast32_t, extFloat80_t * ) )
#ifdef FLOAT128
-void ver_a_i32_z_f128( void trueFunction( int_fast32_t, float128_t * ) )
+void ver_a_i32_z_f128( void trueFunction( int32_t, float128_t * ) )
{
int count;
int_fast32_t a;
@@ -742,7 +742,7 @@ void ver_a_i32_z_f128( void trueFunction( int_fast32_t, float128_t * ) )
/*----------------------------------------------------------------------------
*----------------------------------------------------------------------------*/
-void ver_a_i64_z_f32( float32_t trueFunction( int_fast64_t ) )
+void ver_a_i64_z_f32( float32_t trueFunction( int64_t ) )
{
int count;
int_fast64_t a;
@@ -786,7 +786,7 @@ void ver_a_i64_z_f32( float32_t trueFunction( int_fast64_t ) )
}
-void ver_a_i64_z_f64( float64_t trueFunction( int_fast64_t ) )
+void ver_a_i64_z_f64( float64_t trueFunction( int64_t ) )
{
int count;
int_fast64_t a;
@@ -832,7 +832,7 @@ void ver_a_i64_z_f64( float64_t trueFunction( int_fast64_t ) )
#ifdef EXTFLOAT80
-void ver_a_i64_z_extF80( void trueFunction( int_fast64_t, extFloat80_t * ) )
+void ver_a_i64_z_extF80( void trueFunction( int64_t, extFloat80_t * ) )
{
int count;
int_fast64_t a;
@@ -880,7 +880,7 @@ void ver_a_i64_z_extF80( void trueFunction( int_fast64_t, extFloat80_t * ) )
#ifdef FLOAT128
-void ver_a_i64_z_f128( void trueFunction( int_fast64_t, float128_t * ) )
+void ver_a_i64_z_f128( void trueFunction( int64_t, float128_t * ) )
{
int count;
int_fast64_t a;
diff --git a/source/verLoops.h b/source/verLoops.h
index b575641..63fae3d 100644
--- a/source/verLoops.h
+++ b/source/verLoops.h
@@ -38,37 +38,37 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
extern uint_fast8_t *verLoops_trueFlagsPtr;
-void ver_a_ui32_z_f32( float32_t ( uint_fast32_t ) );
-void ver_a_ui32_z_f64( float64_t ( uint_fast32_t ) );
+void ver_a_ui32_z_f32( float32_t ( uint32_t ) );
+void ver_a_ui32_z_f64( float64_t ( uint32_t ) );
#ifdef EXTFLOAT80
-void ver_a_ui32_z_extF80( void ( uint_fast32_t, extFloat80_t * ) );
+void ver_a_ui32_z_extF80( void ( uint32_t, extFloat80_t * ) );
#endif
#ifdef FLOAT128
-void ver_a_ui32_z_f128( void ( uint_fast32_t, float128_t * ) );
+void ver_a_ui32_z_f128( void ( uint32_t, float128_t * ) );
#endif
-void ver_a_ui64_z_f32( float32_t ( uint_fast64_t ) );
-void ver_a_ui64_z_f64( float64_t ( uint_fast64_t ) );
+void ver_a_ui64_z_f32( float32_t ( uint64_t ) );
+void ver_a_ui64_z_f64( float64_t ( uint64_t ) );
#ifdef EXTFLOAT80
-void ver_a_ui64_z_extF80( void ( uint_fast64_t, extFloat80_t * ) );
+void ver_a_ui64_z_extF80( void ( uint64_t, extFloat80_t * ) );
#endif
#ifdef FLOAT128
-void ver_a_ui64_z_f128( void ( uint_fast64_t, float128_t * ) );
+void ver_a_ui64_z_f128( void ( uint64_t, float128_t * ) );
#endif
-void ver_a_i32_z_f32( float32_t ( int_fast32_t ) );
-void ver_a_i32_z_f64( float64_t ( int_fast32_t ) );
+void ver_a_i32_z_f32( float32_t ( int32_t ) );
+void ver_a_i32_z_f64( float64_t ( int32_t ) );
#ifdef EXTFLOAT80
-void ver_a_i32_z_extF80( void ( int_fast32_t, extFloat80_t * ) );
+void ver_a_i32_z_extF80( void ( int32_t, extFloat80_t * ) );
#endif
#ifdef FLOAT128
-void ver_a_i32_z_f128( void ( int_fast32_t, float128_t * ) );
+void ver_a_i32_z_f128( void ( int32_t, float128_t * ) );
#endif
-void ver_a_i64_z_f32( float32_t ( int_fast64_t ) );
-void ver_a_i64_z_f64( float64_t ( int_fast64_t ) );
+void ver_a_i64_z_f32( float32_t ( int64_t ) );
+void ver_a_i64_z_f64( float64_t ( int64_t ) );
#ifdef EXTFLOAT80
-void ver_a_i64_z_extF80( void ( int_fast64_t, extFloat80_t * ) );
+void ver_a_i64_z_extF80( void ( int64_t, extFloat80_t * ) );
#endif
#ifdef FLOAT128
-void ver_a_i64_z_f128( void ( int_fast64_t, float128_t * ) );
+void ver_a_i64_z_f128( void ( int64_t, float128_t * ) );
#endif
void