Searched defs:float32 (Results 1 - 13 of 13) sorted by relevance

/src/sys/lib/libkern/
H A Dsoftfloat.h82 typedef u_int32_t float32; typedef in typeref:typename:u_int32_t
[all...]
/src/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h57 typedef unsigned int float32; typedef in typeref:typename:unsigned int
[all...]
/src/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h55 typedef unsigned int float32; typedef in typeref:typename:unsigned int
[all...]
/src/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h56 typedef unsigned int float32; typedef in typeref:typename:unsigned int
[all...]
/src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h56 typedef unsigned int float32; typedef in typeref:typename:unsigned int
[all...]
/src/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h54 typedef unsigned int float32; typedef in typeref:typename:unsigned int
[all...]
/src/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h54 typedef unsigned int float32; typedef in typeref:typename:unsigned int
[all...]
/src/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h54 typedef unsigned int float32; typedef in typeref:typename:unsigned int
[all...]
/src/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h56 typedef unsigned int float32; typedef in typeref:typename:unsigned int
[all...]
/src/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h85 typedef uint32_t float32; typedef in typeref:typename:uint32_t
[all...]
/src/lib/libc/softfloat/templates/
H A Dsoftfloat.h49 typedef !!!bits32 float32; typedef in typeref:typename:!!!bits32
[all...]
/src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c930 test_a_float32_z_int32(int32 trueFunction (float32),int32 testFunction (float32)) argument
987 test_a_float32_z_int64(int64 trueFunction (float32),int64 testFunction (float32)) argument
1044 test_a_float32_z_float64(float64 trueFunction (float32),float64 testFunction (float32)) argument
1101 test_a_float32_z_floatx80(floatx80 trueFunction (float32),floatx80 testFunction (float32)) argument
1160 test_a_float32_z_float128(float128 trueFunction (float32),float128 testFunction (float32)) argument
1217 test_az_float32(float32 trueFunction (float32),float32 testFunction (float32)) argument
1272 test_ab_float32_z_flag(flag trueFunction (float32,float32),flag testFunction (float32,float32)) argument
1324 test_abz_float32(float32 trueFunction (float32,float32),float32 testFunction (float32,float32)) argument
[all...]
/src/lib/libc/softfloat/
H A Dtimesoftfloat.c392 static void time_a_float32_z_int32( int32 function( float32 ) ) argument
419 static void time_a_float32_z_int64( int64 function( float32 ) ) argument
446 static void time_a_float32_z_float64( float64 function( float32 ) ) argument
475 static void time_a_float32_z_floatx80( floatx80 function( float32 ) ) argument
506 static void time_a_float32_z_float128( float128 function( float32 ) ) argument
535 static void time_az_float32( float32 function( float32 ) ) argument
562 time_ab_float32_z_flag(flag function (float32,float32)) argument
597 time_abz_float32(float32 function (float32,float32)) argument
643 time_az_float32_pos(float32 function (float32)) argument
[all...]

Completed in 10 milliseconds