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

  /external/qemu/include/fpu/
softfloat.h 509 int floatx80_compare_quiet( floatx80, floatx80 STATUS_PARAM );
  /external/qemu/target-i386/
fpu_helper.c 375 ret = floatx80_compare_quiet(ST0, FT0, &env->fp_status);
397 ret = floatx80_compare_quiet(ST0, FT0, &env->fp_status);
  /external/qemu/fpu/
softfloat.c 6656 int floatx80_compare_quiet( floatx80 a, floatx80 b STATUS_PARAM ) function
    [all...]

Completed in 879 milliseconds