Home
last modified time | relevance | path

Searched defs:float64 (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libc/arm/aeabi/
H A Daeabi_double.c60 int AEABI_FUNC2(dcmpeq, float64, float64_eq) in AEABI_FUNC2() argument
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.c704 static void time_a_float64_z_int32( int32 function( float64 ) ) in time_a_float64_z_int32()
731 static void time_a_float64_z_int64( int64 function( float64 ) ) in time_a_float64_z_int64()
758 static void time_a_float64_z_float32( float32 function( float64 ) ) in time_a_float64_z_float32()
787 static void time_a_float64_z_floatx80( floatx80 function( float64 ) ) in time_a_float64_z_floatx80()
818 static void time_a_float64_z_float128( float128 function( float64 ) ) in time_a_float64_z_float128()
847 static void time_az_float64( float64 function( float64 ) ) in time_az_float64()
874 static void time_ab_float64_z_flag( flag function( float64, float64 ) ) in time_ab_float64_z_flag() argument
909 static void time_abz_float64( float64 function( float64, float64 ) ) in time_abz_float64() argument
979 static void time_az_float64_pos( float64 function( float64 ) ) in time_az_float64_pos()
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h50 typedef !!!bits64 float64; typedef
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h94 static constexpr LLT float64() { in float64() function