Searched refs:roundf (Results 1 – 2 of 2) sorted by relevance
15 float roundf(float x) in roundf() function17 float roundf(x) in roundf()71 return (double) roundf((float) x);
205 *output = roundf(input * scale); in fToU16()1111 uint8_t amplitude = set ? roundf(mLongEffectScale * mLongEffectVol[1]) : VOLTAGE_SCALE_MAX; in setGlobalAmplitude()