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

/src/sys/lib/libkern/
H A Dsoftfloat.h83 typedef u_int64_t float64; typedef in typeref:typename:u_int64_t
[all...]
/src/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h58 typedef unsigned long long float64; typedef in typeref:typename:unsigned long long
[all...]
/src/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h56 typedef unsigned long long float64; typedef in typeref:typename:unsigned long long
[all...]
/src/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef in typeref:typename:unsigned long long
[all...]
/src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef in typeref:typename:unsigned long long
[all...]
/src/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef in typeref:typename:unsigned long long
[all...]
/src/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef in typeref:typename:unsigned long long
[all...]
/src/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef in typeref:typename:unsigned long long
[all...]
/src/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef in typeref:typename:unsigned long long
[all...]
/src/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h86 typedef uint64_t float64; typedef in typeref:typename:uint64_t
[all...]
/src/lib/libc/softfloat/templates/
H A Dsoftfloat.h50 typedef !!!bits64 float64; typedef in typeref:typename:!!!bits64
[all...]
/src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c1384 test_a_float64_z_int32(int32 trueFunction (float64),int32 testFunction (float64)) argument
1441 test_a_float64_z_int64(int64 trueFunction (float64),int64 testFunction (float64)) argument
1498 test_a_float64_z_float32(float32 trueFunction (float64),float32 testFunction (float64)) argument
1555 test_a_float64_z_floatx80(floatx80 trueFunction (float64),floatx80 testFunction (float64)) argument
1614 test_a_float64_z_float128(float128 trueFunction (float64),float128 testFunction (float64)) argument
1671 test_az_float64(float64 trueFunction (float64),float64 testFunction (float64)) argument
1726 test_ab_float64_z_flag(flag trueFunction (float64,float64),flag testFunction (float64,float64)) argument
1778 test_abz_float64(float64 trueFunction (float64,float64),float64 testFunction (float64,float64)) argument
[all...]
/src/lib/libc/softfloat/
H A Dtimesoftfloat.c709 static void time_a_float64_z_int32( int32 function( float64 ) ) argument
736 static void time_a_float64_z_int64( int64 function( float64 ) ) argument
763 static void time_a_float64_z_float32( float32 function( float64 ) ) argument
792 static void time_a_float64_z_floatx80( floatx80 function( float64 ) ) argument
823 static void time_a_float64_z_float128( float128 function( float64 ) ) argument
852 static void time_az_float64( float64 functio argument
879 time_ab_float64_z_flag(flag function (float64,float64)) argument
914 time_abz_float64(float64 function (float64,float64)) argument
984 time_az_float64_pos(float64 function (float64)) argument
[all...]

Completed in 17 milliseconds