Searched refs:dividend (Results 1 – 3 of 3) sorted by relevance
543 private static long divideRoundup(long dividend, long divisor) { in divideRoundup() argument544 return (dividend + divisor - 1) / divisor; in divideRoundup()
3197 volatile float dividend = 123.0f; in TEST() local3205 : "w"(dividend), "w"(divisor)); in TEST()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...