Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat-native.c90 float64 int32_to_float64(int v STATUS_PARAM) in int32_to_float64() function
Dsoftfloat.h225 float64 int32_to_float64( int STATUS_PARAM );
Dsoftfloat-native.h155 float64 int32_to_float64( int STATUS_PARAM);
Dsoftfloat.c1074 float64 int32_to_float64( int32 a STATUS_PARAM ) in int32_to_float64() function
/external/qemu/target-arm/
Dhelper.c2501 return int32_to_float64(vfp_stoi(x), &env->vfp.fp_status); in VFP_HELPER()