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

  /system/media/audio_utils/tests/
power_tests.cpp 29 void testFloatValue(float f_value, size_t length) {
30 const float power = audio_utils_power_from_amplitude(f_value);
40 const uint8_t u8_value((1.f - f_value) * 128);
41 const int16_t i16_value(f_value * INT16_MIN);
42 const int32_t i32_value (f_value * INT32_MIN);
43 const int32_t q8_23_value(f_value * -(1 << 23));
61 f_ary[i] = f_value;
99 const float f_value = (int(length & 0xff) - 128) / 128.f; local
103 const uint8_t u8_value((1.f - f_value) * 128);
104 const int16_t i16_value(f_value * INT16_MIN)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 40 : TargetFragment(Fragment::Target, pParent), f_Value(pValue) {}
44 uint64_t getValue() const { return f_Value; }
46 void setValue(uint64_t pValue) { f_Value = pValue; }
52 uint64_t f_Value;
  /external/svox/pico/lib/
picosig.c 739 picoos_single f_value; local
    [all...]
  /external/toolchain-utils/cros_utils/
stats.py 142 F_value
    [all...]

Completed in 327 milliseconds