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

  /system/media/audio_utils/include/audio_utils/
primitives.h 610 static const int32_t limneg = (0x10f << 22) /*zero*/ - 32768; /* 0x43bf8000 */ local
619 /* Now the valid range is represented as integers between [limneg, limpos].
622 if (u.i < limneg)
649 static const int32_t limneg = (0x11f << 22) /*zero*/; local
658 /* Now the valid range is represented as integers between [limneg, limpos].
661 if (u.i < limneg)
682 static const float limneg = -0x800000 / scale; local
684 if (f <= limneg) {
705 static const int32_t limneg = -0x800000; local
706 if (ival < limneg) {
727 static const float limneg = -16.; local
753 static const float limneg = -1.; local
    [all...]
  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.cpp 62 static const int32_t limneg = (0x10f << 22) /*zero*/ - 32768; /* 0x43bf8000 */ local
71 /* Now the valid range is represented as integers between [limneg, limpos].
74 if (u.i < limneg)

Completed in 94 milliseconds