Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dhelper.c2496 return int32_to_float32(vfp_stoi(x), &env->vfp.fp_status); in VFP_HELPER()
2586 float32 two = int32_to_float32(2, s); in VFP_CONV_FIX()
2593 float32 three = int32_to_float32(3, s); in HELPER()
2604 float32 one = int32_to_float32(1, s); in HELPER()
2611 float32 one = int32_to_float32(1, s); in HELPER()
2619 tmp = int32_to_float32(a, s); in HELPER()
2630 tmp = int32_to_float32(a, s); in HELPER()
/external/qemu/fpu/
Dsoftfloat-native.c80 float32 int32_to_float32(int v STATUS_PARAM) in int32_to_float32() function
Dsoftfloat.h224 float32 int32_to_float32( int STATUS_PARAM );
Dsoftfloat-native.h153 float32 int32_to_float32( int STATUS_PARAM);
Dsoftfloat.c1057 float32 int32_to_float32( int32 a STATUS_PARAM ) in int32_to_float32() function