Searched refs:uint_2_double (Results 1 – 2 of 2) sorted by relevance
48 static double uint_2_double(void) { return (double)123U; } in uint_2_double() function
48 static double uint_2_double(uint a) { return (double)a; } in uint_2_double() function