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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h 330 bool isTiny(const SkOpAngle* angle) const;
447 bool isTiny(int index) const;
SkOpSegment.cpp     [all...]
SkOpAngle.cpp     [all...]
  /external/skia/src/pathops/
SkOpSegment.h 328 bool isTiny(const SkOpAngle* angle) const;
445 bool isTiny(int index) const;
SkOpSegment.cpp     [all...]
SkOpAngle.cpp     [all...]
  /external/qemu/fpu/
softfloat.c 318 flag isTiny;
351 isTiny =
358 if ( isTiny && roundBits ) float_raise( float_flag_underflow STATUS_VAR);
500 flag isTiny;
533 isTiny =
540 if ( isTiny && roundBits ) float_raise( float_flag_underflow STATUS_VAR);
669 flag roundNearestEven, increment, isTiny;
713 isTiny =
720 if ( isTiny && roundBits ) float_raise( float_flag_underflow STATUS_VAR);
779 isTiny
    [all...]

Completed in 938 milliseconds