/src/lib/libc/softfloat/ |
softfloat-for-gcc.h | 56 #define int32_to_floatx80 __floatsixf macro
|
timesoftfloat.c | 1805 INT32_TO_FLOATX80, 1927 { "int32_to_floatx80", 1, FALSE, FALSE, FALSE, FALSE }, 2124 case INT32_TO_FLOATX80: 2125 time_a_int32_z_floatx80( int32_to_floatx80 );
|
/src/lib/libc/arch/aarch64/softfloat/ |
softfloat.h | 132 floatx80 int32_to_floatx80( int32 );
|
/src/lib/libc/arch/arm/softfloat/ |
softfloat.h | 126 floatx80 int32_to_floatx80( int32 );
|
/src/lib/libc/arch/mips/softfloat/ |
softfloat.h | 127 floatx80 int32_to_floatx80( int32 );
|
/src/lib/libc/arch/or1k/softfloat/ |
softfloat.h | 125 floatx80 int32_to_floatx80( int32 );
|
/src/lib/libc/arch/powerpc/softfloat/ |
softfloat.h | 125 floatx80 int32_to_floatx80( int32 );
|
/src/lib/libc/arch/sh3/softfloat/ |
softfloat.h | 125 floatx80 int32_to_floatx80( int32 );
|
/src/lib/libc/arch/sparc64/softfloat/ |
softfloat.h | 127 floatx80 int32_to_floatx80( int32 );
|
/src/lib/libc/softfloat/templates/ |
softfloat.h | 117 floatx80 int32_to_floatx80( !!!int32 );
variable in typeref:typename:floatx80
|
/src/regress/lib/libc/ieeefp/testfloat/include/ |
softfloat.h | 158 floatx80 int32_to_floatx80( int );
|
/src/sys/lib/libkern/ |
softfloat.h | 157 floatx80 int32_to_floatx80( int );
|
softfloat.c | 1148 floatx80 int32_to_floatx80( int32 a ) function in typeref:typename:floatx80
|
/src/lib/libc/arch/m68k/softfloat/ |
softfloat.h | 130 floatx80 int32_to_floatx80( int32 );
|
/src/regress/lib/libc/ieeefp/testfloat/ |
testFunction.c | 71 { "int32_to_floatx80", 1, FALSE, FALSE }, 668 case INT32_TO_FLOATX80: 669 test_a_int32_z_floatx80( int32_to_floatx80, syst_int32_to_floatx80 );
|
/src/lib/libc/softfloat/bits64/ |
softfloat.c | 1193 floatx80 int32_to_floatx80( int32 a ) function in typeref:typename:floatx80
|