Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat-native.c285 float32 float64_to_float32( float64 a STATUS_PARAM) in float64_to_float32() function
Dsoftfloat.h330 float32 float64_to_float32( float64 STATUS_PARAM );
Dsoftfloat-native.h290 float32 float64_to_float32( float64 STATUS_PARAM );
Dsoftfloat.c2436 float32 float64_to_float32( float64 a STATUS_PARAM ) in float64_to_float32() function
/external/qemu/target-arm/
Dhelper.c2553 return float64_to_float32(x, &env->vfp.fp_status); in VFP_HELPER()