Searched defs:sum (Results 1 - 2 of 2) sorted by relevance

/art/test/NonStaticLeafMethods/
H A DNonStaticLeafMethods.java28 int sum(int a, int b) { method in class:NonStaticLeafMethods
31 int sum(int a, int b, int c) { method in class:NonStaticLeafMethods
34 int sum(int a, int b, int c, int d) { method in class:NonStaticLeafMethods
37 int sum(int a, int b, int c, int d, int e) { method in class:NonStaticLeafMethods
43 double sum(double a, double b) { method in class:NonStaticLeafMethods
46 double sum(double a, double b, double c) { method in class:NonStaticLeafMethods
49 double sum(double a, double b, double c, double d) { method in class:NonStaticLeafMethods
52 double sum(double a, double b, double c, double d, double e) { method in class:NonStaticLeafMethods
/art/test/StaticLeafMethods/
H A DStaticLeafMethods.java26 static int sum(int a, int b) { method in class:StaticLeafMethods
29 static int sum(int a, int b, int c) { method in class:StaticLeafMethods
32 static int sum(int a, int b, int c, int d) { method in class:StaticLeafMethods
35 static int sum(int a, int b, int c, int d, int e) { method in class:StaticLeafMethods
41 static double sum(double a, double b) { method in class:StaticLeafMethods
44 static double sum(double a, double b, double c) { method in class:StaticLeafMethods
47 static double sum(double a, double b, double c, double d) { method in class:StaticLeafMethods
50 static double sum(double a, double b, double c, double d, double e) { method in class:StaticLeafMethods

Completed in 62 milliseconds