Home
last modified time | relevance | path

Searched refs:divisions (Results 1 – 25 of 75) sorted by relevance

123

/external/python/cpython2/Lib/encodings/
Dpunycode.py100 divisions = 0
103 divisions += 36
104 bias = divisions + (36 * delta // (delta + 38))
/external/python/cpython3/Lib/encodings/
Dpunycode.py98 divisions = 0
101 divisions += 36
102 bias = divisions + (36 * delta // (delta + 38))
/external/FXdiv/
DMETADATA2 …is algorithm improves performance when an application performs repeated divisions by the same divi…
DREADME.md9 …is algorithm improves performance when an application performs repeated divisions by the same divi…
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-integer-division.rst9 No reports are made if divisions are part of the following expressions:
/external/llvm/test/CodeGen/SystemZ/
Dint-div-06.ll1 ; Test that divisions by constants are implemented as multiplications.
Dfp-div-01.ll75 ; Check that divisions of spilled values can use DEB rather than DEBR.
Dfp-div-02.ll77 ; Check that divisions of spilled values can use DDB rather than DDBR.
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dint-div-06.ll1 ; Test that divisions by constants are implemented as multiplications.
Dfp-div-02.ll77 ; Check that divisions of spilled values can use DDB rather than DDBR.
Dfp-div-01.ll77 ; Check that divisions of spilled values can use DEB rather than DEBR.
Dfp-strict-div-02.ll96 ; Check that divisions of spilled values can use DDB rather than DDBR.
Dfp-strict-div-01.ll96 ; Check that divisions of spilled values can use DEB rather than DEBR.
/external/llvm-project/polly/lib/External/isl/doc/
Dreading.tex10 integer divisions that is used in their equivalence checker.
/external/skia/src/utils/
DSkPatchUtils.cpp86 void restart(int divisions) { in restart() argument
87 fDivisions = divisions; in restart()
/external/skqp/src/utils/
DSkPatchUtils.cpp84 void restart(int divisions) { in restart() argument
85 fDivisions = divisions; in restart()
/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp968 unsigned divisions = 0; in human_size() local
973 divisions++; in human_size()
979 v, divisions >= ARRAY_SIZE(units) ? "Too much!" : units[divisions]); in human_size()
/external/llvm-project/polly/test/Isl/CodeGen/
Dparam_div_div_div_2.ll4 ; Check that we guard the divisions because we moved them and thereby increased
/external/python/jinja/docs/
Dsandbox.rst61 due to how operators work. For instance for divisions more than one
/external/llvm/docs/_ocamldoc/
Dstyle.css46 /* Sections and document divisions */
/external/llvm-project/llvm/docs/_ocamldoc/
Dstyle.css46 /* Sections and document divisions */
/external/llvm/test/CodeGen/X86/
Dfdiv-combine.ll64 ; The multiply is not 'arcp', but that does not prevent optimizing the divisions.
/external/llvm-project/llvm/test/CodeGen/ARM/
Durem-opt-size.ll69 ; the remainder (i.e. make sure we don't end up with two divisions).
/external/llvm-project/llvm/test/CodeGen/X86/
Dfdiv-combine.ll65 ; The multiply is not 'arcp', but that does not prevent optimizing the divisions.
/external/llvm-project/polly/lib/External/isl/
DChangeLog63 - fix handling of nested integer divisions

123