Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat-native.c273 int float64_to_int32_round_to_zero( float64 a STATUS_PARAM) in float64_to_int32_round_to_zero() function
Dsoftfloat.h323 int float64_to_int32_round_to_zero( float64 STATUS_PARAM );
Dsoftfloat-native.h283 int float64_to_int32_round_to_zero( float64 STATUS_PARAM );
Dsoftfloat.c2299 int32 float64_to_int32_round_to_zero( float64 a STATUS_PARAM ) in float64_to_int32_round_to_zero() function
/external/qemu/target-arm/
Dhelper.c2542 return vfp_itos(float64_to_int32_round_to_zero(x, &env->vfp.fp_status)); in VFP_HELPER()