Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat-qp.h72 #define float128_to_uint64_round_to_zero _softfloat_float128_to_uint64_round_to_zero macro
H A Dqp.c227 return (unsigned long)float128_to_uint64_round_to_zero(*a); in _Qp_qtoux()
H A Dsoftfloat.h277 unsigned long long float128_to_uint64_round_to_zero( float128 );
/netbsd-src/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat-qp.h72 #define float128_to_uint64_round_to_zero _softfloat_float128_to_uint64_round_to_zero macro
H A Dsoftfloat.h282 unsigned long long float128_to_uint64_round_to_zero( float128 );
/netbsd-src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h107 #define float128_to_uint64_round_to_zero __fixunstfdi macro
/netbsd-src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h295 unsigned long long float128_to_uint64_round_to_zero( float128 );
/netbsd-src/lib/libc/softfloat/bits64/
H A Dsoftfloat.c4496 uint64 float128_to_uint64_round_to_zero( float128 a ) in float128_to_uint64_round_to_zero() function