Searched refs:float64_to_uint32 (Results 1 – 5 of 5) sorted by relevance
289 unsigned int float64_to_uint32( float64 a STATUS_PARAM) in float64_to_uint32() function
289 unsigned int float64_to_uint32( float64 STATUS_PARAM );
252 unsigned int float64_to_uint32( float64 STATUS_PARAM );
5314 unsigned int float64_to_uint32( float64 a STATUS_PARAM ) in float64_to_uint32() function
2410 return vfp_itos(float64_to_uint32(x, &env->vfp.fp_status)); in VFP_HELPER()