Searched refs:float_2_uint (Results 1 – 2 of 2) sorted by relevance
16 static uint float_2_uint(void) { return (uint)1.123F; } in float_2_uint() function
16 static uint float_2_uint(float a) { return (uint)a; } in float_2_uint() function