Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c1384 test_a_float64_z_int32( in test_a_float64_z_int32()
1441 test_a_float64_z_int64( in test_a_float64_z_int64()
1498 test_a_float64_z_float32( in test_a_float64_z_float32()
1555 test_a_float64_z_floatx80( in test_a_float64_z_floatx80()
1614 test_a_float64_z_float128( in test_a_float64_z_float128()
1671 test_az_float64( in test_az_float64()
1726 test_ab_float64_z_flag( in test_ab_float64_z_flag() argument
1778 test_abz_float64( in test_abz_float64() argument
/netbsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c709 static void time_a_float64_z_int32( int32 function( float64 ) ) in time_a_float64_z_int32()
736 static void time_a_float64_z_int64( int64 function( float64 ) ) in time_a_float64_z_int64()
763 static void time_a_float64_z_float32( float32 function( float64 ) ) in time_a_float64_z_float32()
792 static void time_a_float64_z_floatx80( floatx80 function( float64 ) ) in time_a_float64_z_floatx80()
823 static void time_a_float64_z_float128( float128 function( float64 ) ) in time_a_float64_z_float128()
852 static void time_az_float64( float64 function( float64 ) ) in time_az_float64()
879 static void time_ab_float64_z_flag( flag function( float64, float64 ) ) in time_ab_float64_z_flag() argument
914 static void time_abz_float64( float64 function( float64, float64 ) ) in time_abz_float64() argument
984 static void time_az_float64_pos( float64 function( float64 ) ) in time_az_float64_pos()
/netbsd-src/lib/libc/softfloat/templates/
H A Dsoftfloat.h50 typedef !!!bits64 float64; typedef
/netbsd-src/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
/netbsd-src/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h56 typedef unsigned long long float64; typedef
/netbsd-src/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
/netbsd-src/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
/netbsd-src/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
/netbsd-src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
/netbsd-src/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h58 typedef unsigned long long float64; typedef
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h86 typedef uint64_t float64; typedef
/netbsd-src/sys/lib/libkern/
H A Dsoftfloat.h83 typedef u_int64_t float64; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine.go71 func NewGenericValueFromFloat(t Type, n float64) (g GenericValue) {
H A Dir.go843 func ConstFloat(t Type, n float64) (v Value) {
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.h153 float64, enumerator
402 float64, enumerator
H A Dtokens.d144 float64, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1863 double float64 = CFP->getValueAPF().convertToDouble(); in bufferLEByte() local