| /src/lib/libc/arch/aarch64/softfloat/ |
| softfloat-qp.h | 29 #define int64_to_float32 _softfloat_int64_to_float32 macro
|
| softfloat.h | 139 float32 int64_to_float32( long long );
|
| /src/lib/libc/arch/sparc64/softfloat/ |
| softfloat-qp.h | 29 #define int64_to_float32 _softfloat_int64_to_float32 macro
|
| softfloat.h | 134 float32 int64_to_float32( long long );
|
| /src/lib/libc/softfloat/ |
| softfloat-for-gcc.h | 59 #define int64_to_float32 __floatdisf macro
|
| timesoftfloat.c | 1810 INT64_TO_FLOAT32, 1932 { "int64_to_float32", 1, FALSE, TRUE, FALSE, FALSE }, 2133 case INT64_TO_FLOAT32: 2134 time_a_int64_z_float32( int64_to_float32 );
|
| /src/lib/libc/arch/arm/softfloat/ |
| softfloat.h | 134 float32 int64_to_float32( long long );
|
| /src/lib/libc/arch/m68k/softfloat/ |
| softfloat.h | 137 float32 int64_to_float32( long long );
|
| /src/lib/libc/arch/mips/softfloat/ |
| softfloat.h | 135 float32 int64_to_float32( long long );
|
| /src/lib/libc/arch/or1k/softfloat/ |
| softfloat.h | 132 float32 int64_to_float32( long long );
|
| /src/lib/libc/arch/powerpc/softfloat/ |
| softfloat.h | 132 float32 int64_to_float32( long long );
|
| /src/lib/libc/arch/sh3/softfloat/ |
| softfloat.h | 133 float32 int64_to_float32( long long );
|
| /src/lib/libc/softfloat/templates/ |
| softfloat.h | 122 float32 int64_to_float32( !!!int64 );
|
| /src/regress/lib/libc/ieeefp/testfloat/include/ |
| softfloat.h | 164 float32 int64_to_float32( int64_t );
|
| /src/sys/lib/libkern/ |
| softfloat.h | 163 float32 int64_to_float32( int64_t );
|
| softfloat.c | 1199 float32 int64_to_float32( int64 a ) function
|
| /src/regress/lib/libc/ieeefp/testfloat/ |
| testFunction.c | 73 { "int64_to_float32", 1, FALSE, TRUE }, 678 case INT64_TO_FLOAT32: 679 test_a_int64_z_float32( int64_to_float32, syst_int64_to_float32 );
|
| /src/lib/libc/softfloat/bits64/ |
| softfloat.c | 1268 float32 int64_to_float32( int64 a ) function
|