HomeSort by relevance Sort by last modified time
    Searched refs:floatx80_to_float64 (Results 1 - 3 of 3) sorted by null

  /external/qemu/include/fpu/
softfloat.h 487 float64 floatx80_to_float64( floatx80 STATUS_PARAM );
  /external/qemu/target-i386/
fpu_helper.c 109 u.f64 = floatx80_to_float64(a, &env->fp_status);
238 u.f = floatx80_to_float64(ST0, &env->fp_status);
  /external/qemu/fpu/
softfloat.c 4421 float64 floatx80_to_float64( floatx80 a STATUS_PARAM ) function
    [all...]

Completed in 68 milliseconds