HomeSort by: relevance | last modified time | path
    Searched refs:float128_to_uint64_round_to_zero (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/arch/aarch64/softfloat/
softfloat-qp.h 72 #define float128_to_uint64_round_to_zero _softfloat_float128_to_uint64_round_to_zero macro
softfloat.h 282 unsigned long long float128_to_uint64_round_to_zero( float128 );
  /src/lib/libc/arch/sparc64/softfloat/
softfloat-qp.h 72 #define float128_to_uint64_round_to_zero _softfloat_float128_to_uint64_round_to_zero macro
qp.c 227 return (unsigned long)float128_to_uint64_round_to_zero(*a);
softfloat.h 277 unsigned long long float128_to_uint64_round_to_zero( float128 );
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 107 #define float128_to_uint64_round_to_zero __fixunstfdi macro
  /src/lib/libc/arch/mips/softfloat/
softfloat.h 295 unsigned long long float128_to_uint64_round_to_zero( float128 );
  /src/lib/libc/softfloat/bits64/
softfloat.c 4541 uint64 float128_to_uint64_round_to_zero( float128 a ) function

Completed in 21 milliseconds