Home
last modified time | relevance | path

Searched defs:float32 (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c930 test_a_float32_z_int32( in test_a_float32_z_int32()
987 test_a_float32_z_int64( in test_a_float32_z_int64()
1044 test_a_float32_z_float64( in test_a_float32_z_float64()
1101 test_a_float32_z_floatx80( in test_a_float32_z_floatx80()
1160 test_a_float32_z_float128( in test_a_float32_z_float128()
1217 test_az_float32( in test_az_float32()
1272 test_ab_float32_z_flag( in test_ab_float32_z_flag() argument
1324 test_abz_float32( in test_abz_float32() argument
/netbsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c392 static void time_a_float32_z_int32( int32 function( float32 ) ) in time_a_float32_z_int32()
419 static void time_a_float32_z_int64( int64 function( float32 ) ) in time_a_float32_z_int64()
446 static void time_a_float32_z_float64( float64 function( float32 ) ) in time_a_float32_z_float64()
475 static void time_a_float32_z_floatx80( floatx80 function( float32 ) ) in time_a_float32_z_floatx80()
506 static void time_a_float32_z_float128( float128 function( float32 ) ) in time_a_float32_z_float128()
535 static void time_az_float32( float32 function( float32 ) ) in time_az_float32()
562 static void time_ab_float32_z_flag( flag function( float32, float32 ) ) in time_ab_float32_z_flag() argument
597 static void time_abz_float32( float32 function( float32, float32 ) ) in time_abz_float32() argument
643 static void time_az_float32_pos( float32 function( float32 ) ) in time_az_float32_pos()
/netbsd-src/lib/libc/softfloat/templates/
H A Dsoftfloat.h49 typedef !!!bits32 float32; typedef
/netbsd-src/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h54 typedef unsigned int float32; typedef
/netbsd-src/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h55 typedef unsigned int float32; typedef
/netbsd-src/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h54 typedef unsigned int float32; typedef
/netbsd-src/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h54 typedef unsigned int float32; typedef
/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h56 typedef unsigned int float32; typedef
/netbsd-src/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h56 typedef unsigned int float32; typedef
/netbsd-src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h56 typedef unsigned int float32; typedef
/netbsd-src/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h57 typedef unsigned int float32; typedef
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h85 typedef uint32_t float32; typedef
/netbsd-src/sys/lib/libkern/
H A Dsoftfloat.h82 typedef u_int32_t float32; typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.d143 float32, enumerator
H A Dtokens.h152 float32, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1859 float float32 = (float) CFP->getValueAPF().convertToFloat(); in bufferLEByte() local