Searched refs:doubleArg (Results 1 – 5 of 5) sorted by relevance
5 void doubleArg(double x) {} in doubleArg() function95 doubleArg(a / b); in integerDivision()101 doubleArg(1 / 3 / 0.1); in integerDivision()114 doubleArg(0.1 / 3 / 1); in integerDivision()
32 double doubleArg = 7; in main() local44 args[1] = &doubleArg; in main()55 res = ((int(*)(char*, ...))(code))(format, doubleArg); in main()
8 public double normalMethodReturningDouble(double doubleArg) { in normalMethodReturningDouble() argument9 return doubleArg + 1; in normalMethodReturningDouble()