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