HomeSort by: relevance | last modified time | path
    Searched refs:division (Results 1 - 25 of 135) sorted by relevancy

1 2 3 4 5 6

  /src/external/apache2/llvm/dist/clang/utils/check_cfc/
setup.py 4 from __future__ import absolute_import, division, print_function
obj_diff.py 3 from __future__ import absolute_import, division, print_function
  /src/common/lib/libc/arch/vax/gen/
udiv.S 39 * Unsigned division, PCC flavor.
51 jlss Lhard # big dividend: extended division
52 divl2 %r2,%r0 # small divisor and dividend: signed division
73 jlss La_hard # big dividend: extended division
74 divl2 %r2,%r0 # small divisor and dividend: signed division
urem.S 51 jlss Lhard # big dividend: need extended division
73 jlss La_hard # big dividend: need extended division
  /src/external/apache2/llvm/dist/clang/tools/clang-rename/
clang-rename.py 25 from __future__ import absolute_import, division, print_function
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
broken.t 15 is $r, q{Program fragment delivered error ``Illegal division by zero at template line 1.''};
44 is $r, qq{1,Illegal division by zero at template line 1.\n,1/0};
57 is $r, qq{1,Illegal division by zero at template line 1.\n,1/0};
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
broken.t 15 is $r, q{Program fragment delivered error ``Illegal division by zero at template line 1.''};
44 is $r, qq{1,Illegal division by zero at template line 1.\n,1/0};
57 is $r, qq{1,Illegal division by zero at template line 1.\n,1/0};
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
14-broken.t 20 if ($r eq q{Program fragment delivered error ``Illegal division by zero at template line 1.''}) {
60 if ($r eq qq{1,Illegal division by zero at template line 1.\n,1/0}) {
75 if ($r eq qq{1,Illegal division by zero at template line 1.\n,1/0}) {
  /src/external/apache2/llvm/dist/clang/utils/TestUtils/
deep-stack.py 3 from __future__ import absolute_import, division, print_function
  /src/external/gpl3/gcc/dist/libgcc/config/fr30/
lib1funcs.S 45 ;; Perform an unsiged division of r4 / r5 and place the result in r4.
57 ;; Perform a siged division of r4 / r5 and place the result in r4.
72 ;; Perform an unsiged division of r4 / r5 and places the remainder in r4.
84 ;; Perform a siged division of r4 / r5 and place the remainder in r4.
  /src/external/gpl3/gcc.old/dist/libgcc/config/fr30/
lib1funcs.S 45 ;; Perform an unsiged division of r4 / r5 and place the result in r4.
57 ;; Perform a siged division of r4 / r5 and place the result in r4.
72 ;; Perform an unsiged division of r4 / r5 and places the remainder in r4.
84 ;; Perform a siged division of r4 / r5 and place the remainder in r4.
  /src/external/apache2/llvm/dist/clang/utils/CIndex/
completion_logger_server.py 2 from __future__ import absolute_import, division, print_function
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
divsi3.S 33 @ Calculate and return the quotient of the (signed) division.
modsi3.S 29 @ Calculate and return the remainder of the (signed) division.
divmodsi4.S 30 @ Calculate the quotient and remainder of the (signed) division. The return
  /src/external/apache2/llvm/dist/clang/docs/
conf.py 14 from __future__ import absolute_import, division, print_function
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
divmodhi.S 63 ;; If it is not negative then we perform the division and then negate the result.
66 ;; Otherwise we negate the numerator and then go with an unsigned division.
188 ;; r8 = 4[sp] / 6[sp] (signed division)
191 mov !MDUC, a ; This preps the peripheral for division without interrupt generation
212 mov !MDUC, a ; This starts the division op
229 ;; If it is not negative then we perform the division and then negate the result.
232 ;; Otherwise we negate the numerator and then go with a straightforward unsigned division.
243 mov !MDUC, a ; This starts the division op
260 mov !MDUC, a ; This preps the peripheral for division without interrupt generation
281 mov !MDUC, a ; This starts the division o
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
divmodhi.S 63 ;; If it is not negative then we perform the division and then negate the result.
66 ;; Otherwise we negate the numerator and then go with an unsigned division.
188 ;; r8 = 4[sp] / 6[sp] (signed division)
191 mov !MDUC, a ; This preps the peripheral for division without interrupt generation
212 mov !MDUC, a ; This starts the division op
229 ;; If it is not negative then we perform the division and then negate the result.
232 ;; Otherwise we negate the numerator and then go with a straightforward unsigned division.
243 mov !MDUC, a ; This starts the division op
260 mov !MDUC, a ; This preps the peripheral for division without interrupt generation
281 mov !MDUC, a ; This starts the division o
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
clang-format-sublime.py 15 from __future__ import absolute_import, division, print_function
clang-format.py 40 from __future__ import absolute_import, division, print_function
  /src/external/gpl3/gcc/dist/libgcc/config/ft32/
lib1funcs.S 25 # for implementation details of all except division which is detailed below
502 ## division
  /src/external/gpl3/gcc.old/dist/libgcc/config/ft32/
lib1funcs.S 25 # for implementation details of all except division which is detailed below
502 ## division
  /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/
project_tree.py 4 from __future__ import division
  /src/sys/arch/hppa/stand/common/
milli_tiny.S 31 ; $$divU unsigned division, return quotient
75 ; $$remU unsigned division, return remainder
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/vax/
bn_asm_vax.S 159 #; it by 2 (unsigned), do the division, multiply the resulting quotient
264 ediv %r4,%r2,%r2,%r3 # Do the actual division

Completed in 38 milliseconds

1 2 3 4 5 6