Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat-native.c85 float32 uint32_to_float32(unsigned int v STATUS_PARAM) in uint32_to_float32() function
Dsoftfloat.h226 float32 uint32_to_float32( unsigned int STATUS_PARAM );
Dsoftfloat-native.h154 float32 uint32_to_float32( unsigned int STATUS_PARAM);
Dsoftfloat.c5514 float32 uint32_to_float32( unsigned int a STATUS_PARAM ) in uint32_to_float32() function
/external/qemu/target-arm/
Dhelper.c2486 return uint32_to_float32(vfp_stoi(x), &env->vfp.fp_status); in VFP_HELPER()