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

  /src/sys/lib/libkern/
softfloat.h 217 uint64_t float64_to_uint64( float64 );
softfloat.c 2351 uint64 float64_to_uint64( float64 a ) function in typeref:typename:uint64
  /src/sys/arch/alpha/alpha/
fp_complete.c 358 tfc.i = tfb.sign ? float64_to_int64(tfb.i) : float64_to_uint64(tfb.i);

Completed in 92 milliseconds