Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat-native.c114 float64 int64_to_float64( int64_t v STATUS_PARAM) in int64_to_float64() function
Dsoftfloat.h236 float64 int64_to_float64( int64_t STATUS_PARAM );
Dsoftfloat-native.h165 float64 int64_to_float64( int64_t STATUS_PARAM);
Dsoftfloat.c1202 float64 int64_to_float64( int64 a STATUS_PARAM ) in int64_to_float64() function
5521 return int64_to_float64(a STATUS_VAR); in uint32_to_float64()
5601 v = float64_val(int64_to_float64(INT64_MIN STATUS_VAR)); in float64_to_uint64()
5612 v = float64_val(int64_to_float64(INT64_MIN STATUS_VAR)); in float64_to_uint64_round_to_zero()