Home
last modified time | relevance | path

Searched refs:uint32_to_float64 (Results 1 – 5 of 5) sorted by relevance

/external/qemu/fpu/
Dsoftfloat-native.c91 float64 uint32_to_float64(unsigned int v STATUS_PARAM) in uint32_to_float64() function
Dsoftfloat.h215 float64 uint32_to_float64( unsigned int STATUS_PARAM );
Dsoftfloat-native.h142 float64 uint32_to_float64( unsigned int STATUS_PARAM);
Dsoftfloat.c5273 float64 uint32_to_float64( unsigned int a STATUS_PARAM ) in uint32_to_float64() function
/external/qemu/target-arm/
Dhelper.c2389 return uint32_to_float64(vfp_stoi(x), &env->vfp.fp_status); in VFP_HELPER()