Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat-native.c317 unsigned int float64_to_uint32_round_to_zero( float64 a STATUS_PARAM) in float64_to_uint32_round_to_zero() function
Dsoftfloat.h325 unsigned int float64_to_uint32_round_to_zero( float64 STATUS_PARAM );
Dsoftfloat-native.h285 unsigned int float64_to_uint32_round_to_zero( float64 STATUS_PARAM );
Dsoftfloat.c5578 unsigned int float64_to_uint32_round_to_zero( float64 a STATUS_PARAM ) in float64_to_uint32_round_to_zero() function
/external/qemu/target-arm/
Dhelper.c2532 return vfp_itos(float64_to_uint32_round_to_zero(x, &env->vfp.fp_status)); in VFP_HELPER()