HomeSort by relevance Sort by last modified time
    Searched full:float_flag_underflow (Results 1 - 4 of 4) sorted by null

  /external/qemu/target-arm/
helper.c     [all...]
  /external/qemu/include/fpu/
softfloat.h 165 float_flag_underflow = 16, enumerator in enum:__anon33426
  /external/qemu/fpu/
softfloat.c 358 if ( isTiny && roundBits ) float_raise( float_flag_underflow STATUS_VAR);
540 if ( isTiny && roundBits ) float_raise( float_flag_underflow STATUS_VAR);
720 if ( isTiny && roundBits ) float_raise( float_flag_underflow STATUS_VAR);
786 if ( isTiny && zSig1 ) float_raise( float_flag_underflow STATUS_VAR);
    [all...]
  /external/qemu/target-mips/
op_helper.c     [all...]

Completed in 386 milliseconds