Home
last modified time | relevance | path

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

/freebsd/lib/libc/arm/aeabi/
H A Daeabi_float.c60 int AEABI_FUNC2(fcmpeq, float32, float32_eq) in AEABI_FUNC2() argument
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.c387 static void time_a_float32_z_int32( int32 function( float32 ) ) in time_a_float32_z_int32()
414 static void time_a_float32_z_int64( int64 function( float32 ) ) in time_a_float32_z_int64()
441 static void time_a_float32_z_float64( float64 function( float32 ) ) in time_a_float32_z_float64()
470 static void time_a_float32_z_floatx80( floatx80 function( float32 ) ) in time_a_float32_z_floatx80()
501 static void time_a_float32_z_float128( float128 function( float32 ) ) in time_a_float32_z_float128()
530 static void time_az_float32( float32 function( float32 ) ) in time_az_float32()
557 static void time_ab_float32_z_flag( flag function( float32, float32 ) ) in time_ab_float32_z_flag() argument
592 static void time_abz_float32( float32 function( float32, float32 ) ) in time_abz_float32() argument
638 static void time_az_float32_pos( float32 function( float32 ) ) in time_az_float32_pos()
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h49 typedef !!!bits32 float32; typedef
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h54 typedef unsigned int float32; typedef
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h54 typedef unsigned int float32; typedef
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h54 typedef unsigned int float32; typedef
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h54 typedef unsigned int float32; typedef
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h54 typedef unsigned int float32; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h89 static constexpr LLT float32() { in float32() function