Searched refs:double_2_uint (Results 1 – 2 of 2) sorted by relevance
17 static uint double_2_uint(void) { return (uint)1.123L; } in double_2_uint() function
17 static uint double_2_uint(double a) { return (uint)a; } in double_2_uint() function