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

  /external/qemu/include/fpu/
softfloat.h 129 #define make_floatx80_init(exp, mant) { .low = mant, .high = exp } macro
  /external/qemu/fpu/
softfloat-specialize.h 101 = make_floatx80_init(floatx80_default_nan_high, floatx80_default_nan_low);
    [all...]

Completed in 3748 milliseconds