/src/lib/libc/arch/aarch64/softfloat/ |
softfloat-qp.h | 32 #define float64_to_int32_round_to_zero _softfloat_float64_to_int32_round_to_zero macro
|
softfloat.h | 192 int float64_to_int32_round_to_zero( float64 );
|
/src/lib/libc/arch/sparc64/softfloat/ |
softfloat-qp.h | 32 #define float64_to_int32_round_to_zero _softfloat_float64_to_int32_round_to_zero macro
|
softfloat.h | 187 int float64_to_int32_round_to_zero( float64 );
|
/src/lib/libc/softfloat/ |
softfloat-for-gcc.h | 85 #define float64_to_int32_round_to_zero __fixdfsi macro
|
timesoftfloat.c | 1843 FLOAT64_TO_INT32_ROUND_TO_ZERO, 1965 { "float64_to_int32_round_to_zero", 1, FALSE, FALSE, FALSE, FALSE }, 2216 case FLOAT64_TO_INT32_ROUND_TO_ZERO: 2217 time_a_float64_z_int32( float64_to_int32_round_to_zero );
|
/src/lib/libc/arch/arm/softfloat/ |
softfloat.h | 194 int float64_to_int32_round_to_zero( float64 );
|
/src/lib/libc/arch/mips/softfloat/ |
softfloat.h | 195 int float64_to_int32_round_to_zero( float64 );
|
/src/lib/libc/arch/or1k/softfloat/ |
softfloat.h | 187 int float64_to_int32_round_to_zero( float64 );
|
/src/lib/libc/arch/powerpc/softfloat/ |
softfloat.h | 187 int float64_to_int32_round_to_zero( float64 );
|
/src/lib/libc/arch/sh3/softfloat/ |
softfloat.h | 193 int float64_to_int32_round_to_zero( float64 );
|
/src/lib/libc/softfloat/templates/ |
softfloat.h | 174 !!!int32 float64_to_int32_round_to_zero( float64 );
|
/src/regress/lib/libc/ieeefp/testfloat/include/ |
softfloat.h | 221 int float64_to_int32_round_to_zero( float64 );
|
/src/sys/lib/libkern/ |
softfloat.h | 214 int float64_to_int32_round_to_zero( float64 );
|
softfloat.c | 2271 int32 float64_to_int32_round_to_zero( float64 a ) function in typeref:typename:int32
|
/src/lib/libc/arch/m68k/softfloat/ |
softfloat.h | 191 int float64_to_int32_round_to_zero( float64 );
|
/src/regress/lib/libc/ieeefp/testfloat/ |
testFunction.c | 98 { "float64_to_int32_round_to_zero", 1, FALSE, FALSE }, 813 case FLOAT64_TO_INT32_ROUND_TO_ZERO: 815 float64_to_int32_round_to_zero,
|
/src/lib/libc/softfloat/bits32/ |
softfloat.c | 1489 int32 float64_to_int32_round_to_zero( float64 a ) function in typeref:typename:int32
|
/src/lib/libc/softfloat/bits64/ |
softfloat.c | 2369 int32 float64_to_int32_round_to_zero( float64 a ) function in typeref:typename:int32
|