Searched refs:int_2_double (Results 1 – 2 of 2) sorted by relevance
47 static double int_2_double(void) { return (double)123; } in int_2_double() function
47 static double int_2_double(int a) { return (double)a; } in int_2_double() function