Home
last modified time | relevance | path

Searched refs:int64_to_float32 (Results 1 – 4 of 4) sorted by relevance

/external/qemu/fpu/
Dsoftfloat-native.c106 float32 int64_to_float32( int64_t v STATUS_PARAM) in int64_to_float32() function
Dsoftfloat.h234 float32 int64_to_float32( int64_t STATUS_PARAM );
Dsoftfloat-native.h163 float32 int64_to_float32( int64_t STATUS_PARAM);
Dsoftfloat.c1149 float32 int64_to_float32( int64 a STATUS_PARAM ) in int64_to_float32() function
5516 return int64_to_float32(a STATUS_VAR); in uint32_to_float32()