Searched refs:int64_to_float64 (Results 1 – 8 of 8) sorted by relevance
/external/qemu/target-i386/ |
D | exec.h | 115 #define int64_to_floatx int64_to_float64
|
D | ops_sse.h | 676 d->XMM_D(0) = int64_to_float64(val, &env->sse_status); in helper_cvtsq2sd()
|
/external/qemu/fpu/ |
D | softfloat-native.c | 114 float64 int64_to_float64( int64_t v STATUS_PARAM) in int64_to_float64() function
|
D | softfloat-native.h | 165 float64 int64_to_float64( int64_t STATUS_PARAM);
|
D | softfloat.h | 261 float64 int64_to_float64( int64 STATUS_PARAM );
|
D | softfloat.c | 1274 float64 int64_to_float64( int64 a STATUS_PARAM ) in int64_to_float64() function 6033 return int64_to_float64(a STATUS_VAR); in uint32_to_float64() 6149 v = float64_val(int64_to_float64(INT64_MIN STATUS_VAR)); in float64_to_uint64() 6160 v = float64_val(int64_to_float64(INT64_MIN STATUS_VAR)); in float64_to_uint64_round_to_zero()
|
/external/qemu/target-arm/ |
D | helper.c | 2953 q = int64_to_float64(q_int, s); in recip_estimate() 2964 return float64_div(int64_to_float64(q_int, s), float64_256, s); in recip_estimate() 3031 q = int64_to_float64(q_int, s); in recip_sqrt_estimate() 3046 q = int64_to_float64(q_int, s); in recip_sqrt_estimate() 3060 return float64_div(int64_to_float64(q_int, s), float64_256, s); in recip_sqrt_estimate()
|
/external/qemu/target-mips/ |
D | op_helper.c | 2098 fdt2 = int64_to_float64(dt0, &env->active_fpu.fp_status); in helper_float_cvtd_l()
|