Searched defs:f_value (Results 1 – 1 of 1) sorted by relevance
29 void testFloatValue(float f_value, size_t length) { in testFloatValue()99 const float f_value = (int(length & 0xff) - 128) / 128.f; in testFloatRamp() local