Searched defs:float_2_int (Results 1 – 2 of 2) sorted by relevance
9 static int float_2_int(float a) { return (int)a; } in float_2_int() function
9 static int float_2_int(void) { return (int)1.123F; } in float_2_int() function