Searched refs:divisions (Results 1 – 25 of 75) sorted by relevance
123
100 divisions = 0103 divisions += 36104 bias = divisions + (36 * delta // (delta + 38))
98 divisions = 0101 divisions += 36102 bias = divisions + (36 * delta // (delta + 38))
2 …is algorithm improves performance when an application performs repeated divisions by the same divi…
9 …is algorithm improves performance when an application performs repeated divisions by the same divi…
9 No reports are made if divisions are part of the following expressions:
1 ; Test that divisions by constants are implemented as multiplications.
75 ; Check that divisions of spilled values can use DEB rather than DEBR.
77 ; Check that divisions of spilled values can use DDB rather than DDBR.
77 ; Check that divisions of spilled values can use DEB rather than DEBR.
96 ; Check that divisions of spilled values can use DDB rather than DDBR.
96 ; Check that divisions of spilled values can use DEB rather than DEBR.
10 integer divisions that is used in their equivalence checker.
86 void restart(int divisions) { in restart() argument87 fDivisions = divisions; in restart()
84 void restart(int divisions) { in restart() argument85 fDivisions = divisions; in restart()
968 unsigned divisions = 0; in human_size() local973 divisions++; in human_size()979 v, divisions >= ARRAY_SIZE(units) ? "Too much!" : units[divisions]); in human_size()
4 ; Check that we guard the divisions because we moved them and thereby increased
61 due to how operators work. For instance for divisions more than one
46 /* Sections and document divisions */
64 ; The multiply is not 'arcp', but that does not prevent optimizing the divisions.
69 ; the remainder (i.e. make sure we don't end up with two divisions).
65 ; The multiply is not 'arcp', but that does not prevent optimizing the divisions.
63 - fix handling of nested integer divisions