Home
last modified time | relevance | path

Searched refs:roundf (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
Dsf_round.c15 float roundf(float x) in roundf() function
17 float roundf(x) in roundf()
71 return (double) roundf((float) x);
/device/google/felix/vibrator/cs40l26/
DVibrator.cpp205 *output = roundf(input * scale); in fToU16()
1111 uint8_t amplitude = set ? roundf(mLongEffectScale * mLongEffectVol[1]) : VOLTAGE_SCALE_MAX; in setGlobalAmplitude()