Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat-native.c191 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM) in float32_to_uint32_round_to_zero() function
Dsoftfloat.h257 unsigned int float32_to_uint32_round_to_zero( float32 STATUS_PARAM );
Dsoftfloat-native.h180 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM);
Dsoftfloat.c5542 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM ) in float32_to_uint32_round_to_zero() function
/external/qemu/target-arm/
Dhelper.c2527 return vfp_itos(float32_to_uint32_round_to_zero(x, &env->vfp.fp_status)); in VFP_HELPER()