Home
last modified time | relevance | path

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

/minix/lib/libc/softfloat/templates/
H A Dsoftfloat.h50 typedef !!!bits64 float64; typedef
/minix/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
/minix/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
/minix/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
/minix/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h56 typedef unsigned long long float64; typedef
/minix/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
/minix/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
/minix/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
/minix/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
/minix/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()
/minix/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine.go71 func NewGenericValueFromFloat(t Type, n float64) (g GenericValue) {
H A Dir.go775 func ConstFloat(t Type, n float64) (v Value) {
/minix/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1822 double float64 = CFP->getValueAPF().convertToDouble(); in bufferLEByte() local