Home
last modified time | relevance | path

Searched refs:float64_to_uint32_round_to_zero (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h100 #define float64_to_uint32_round_to_zero __fixunsdfsi macro
/freebsd-12.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h194 unsigned int float64_to_uint32_round_to_zero( float64 );
/freebsd-12.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h194 unsigned int float64_to_uint32_round_to_zero( float64 );
/freebsd-12.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h194 unsigned int float64_to_uint32_round_to_zero( float64 );
/freebsd-12.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h189 unsigned int float64_to_uint32_round_to_zero( float64 );
/freebsd-12.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h189 unsigned int float64_to_uint32_round_to_zero( float64 );
/freebsd-12.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h189 unsigned int float64_to_uint32_round_to_zero( float64 );
/freebsd-12.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c5520 uint32 float64_to_uint32_round_to_zero( float64 a ) in float64_to_uint32_round_to_zero() function