Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat-native.c165 float64 float32_to_float64( float32 a STATUS_PARAM) in float32_to_float64() function
Dsoftfloat.h260 float64 float32_to_float64( float32 STATUS_PARAM );
Dsoftfloat-native.h183 float64 float32_to_float64( float32 STATUS_PARAM);
Dsoftfloat.c1445 float64 float32_to_float64( float32 a STATUS_PARAM ) in float32_to_float64() function
/external/qemu/target-arm/
Dhelper.c2548 return float32_to_float64(x, &env->vfp.fp_status); in VFP_HELPER()