Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat-native.c147 int float32_to_int32( float32 a STATUS_PARAM) in float32_to_int32() function
Dsoftfloat.h254 int float32_to_int32( float32 STATUS_PARAM );
Dsoftfloat-native.h177 int float32_to_int32( float32 STATUS_PARAM);
Dsoftfloat.c1294 int32 float32_to_int32( float32 a STATUS_PARAM ) in float32_to_int32() function
/external/qemu/target-arm/
Dhelper.c2517 return vfp_itos(float32_to_int32(x, &env->vfp.fp_status)); in VFP_HELPER()
2623 return float32_to_int32(tmp, s); in HELPER()
2634 return float32_to_int32(tmp, s); in HELPER()