Home
last modified time | relevance | path

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

/freebsd-11-stable/tools/test/testfloat/
HDtestLoops.c1353 test_a_float64_z_int32( in test_a_float64_z_int32()
1410 test_a_float64_z_int64( in test_a_float64_z_int64()
1467 test_a_float64_z_float32( in test_a_float64_z_float32()
1524 test_a_float64_z_floatx80( in test_a_float64_z_floatx80()
1583 test_a_float64_z_float128( in test_a_float64_z_float128()
1640 test_az_float64( in test_az_float64()
1695 test_ab_float64_z_flag( in test_ab_float64_z_flag() argument
1747 test_abz_float64( in test_abz_float64() argument
/freebsd-11-stable/lib/libc/arm/aeabi/
HDaeabi_double.c61 int AEABI_FUNC2(dcmpeq, float64, float64_eq) in AEABI_FUNC2() argument
/freebsd-11-stable/lib/libc/softfloat/
HDtimesoftfloat.c707 static void time_a_float64_z_int32( int32 function( float64 ) ) in time_a_float64_z_int32()
734 static void time_a_float64_z_int64( int64 function( float64 ) ) in time_a_float64_z_int64()
761 static void time_a_float64_z_float32( float32 function( float64 ) ) in time_a_float64_z_float32()
790 static void time_a_float64_z_floatx80( floatx80 function( float64 ) ) in time_a_float64_z_floatx80()
821 static void time_a_float64_z_float128( float128 function( float64 ) ) in time_a_float64_z_float128()
850 static void time_az_float64( float64 function( float64 ) ) in time_az_float64()
877 static void time_ab_float64_z_flag( flag function( float64, float64 ) ) in time_ab_float64_z_flag() argument
912 static void time_abz_float64( float64 function( float64, float64 ) ) in time_abz_float64() argument
982 static void time_az_float64_pos( float64 function( float64 ) ) in time_az_float64_pos()
/freebsd-11-stable/lib/libc/softfloat/templates/
HDsoftfloat.h51 typedef !!!bits64 float64; typedef
/freebsd-11-stable/lib/libc/mips/softfloat/
HDsoftfloat.h56 typedef unsigned long long float64; typedef
/freebsd-11-stable/lib/libc/arm/softfloat/
HDsoftfloat.h56 typedef unsigned long long float64; typedef
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
HDsoftfloat.h56 typedef unsigned long long float64; typedef
/freebsd-11-stable/lib/libc/powerpc/softfloat/
HDsoftfloat.h56 typedef unsigned long long float64; typedef
/freebsd-11-stable/tools/test/testfloat/sparc64/
HDsoftfloat.h53 typedef unsigned long float64; typedef
HDfpu_util.c66 typedef unsigned long float64; typedef
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.cpp1874 double float64 = CFP->getValueAPF().convertToDouble(); in bufferLEByte() local