Home
last modified time | relevance | path

Searched refs:division (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dsubst.t1017 my $division = chr utf8::unicode_to_native(0xF7); # DIVISION SIGN
1024 is("$division$division$division" =~ s/\B/!/agr, "!$division!$division!$division!", '\\B matches Latin1 before string, mid, and end, /a');
1032 is("$division$division$division"
[all...]
/openbsd-src/gnu/gcc/gcc/config/fr30/
H A Dlib1funcs.asm50 ;; Perform an unsiged division of r4 / r5 and place the result in r4.
62 ;; Perform a siged division of r4 / r5 and place the result in r4.
77 ;; Perform an unsiged division of r4 / r5 and places the remainder in r4.
89 ;; Perform a siged division of r4 / r5 and place the remainder in r4.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dlib1funcs.asm50 ;; Perform an unsiged division of r4 / r5 and place the result in r4.
62 ;; Perform a siged division of r4 / r5 and place the result in r4.
77 ;; Perform an unsiged division of r4 / r5 and places the remainder in r4.
89 ;; Perform a siged division of r4 / r5 and place the remainder in r4.
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.opt46 Generate inline floating point division, optimize for latency
50 Generate inline floating point division, optimize for throughput
57 Generate inline integer division, optimize for latency
61 Generate inline integer division, optimize for throughput
65 Do not inline integer division
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DREADME.txt18 2. Libcalls: multiplication, division, remainder. Note, that calling convention
22 3. Implement multiplication / division by constant (dag combiner hook?).
/openbsd-src/gnu/gcc/config/
H A Dintdiv0.m416 AC_CACHE_CHECK([whether integer division by zero raises SIGFPE],
71 [Define if integer division by zero raises signal SIGFPE.])
/openbsd-src/gnu/usr.bin/texinfo/m4/
H A Dintdiv0.m416 AC_CACHE_CHECK([whether integer division by zero raises SIGFPE],
71 [Define if integer division by zero raises signal SIGFPE.])
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Dintdiv0.m416 AC_CACHE_CHECK([whether integer division by zero raises SIGFPE],
71 [Define if integer division by zero raises signal SIGFPE.])
/openbsd-src/gnu/llvm/clang/utils/check_cfc/
H A Dsetup.py4 from __future__ import absolute_import, division, print_function
H A Dobj_diff.py3 from __future__ import absolute_import, division, print_function
/openbsd-src/gnu/llvm/clang/utils/TestUtils/
H A Ddeep-stack.py3 from __future__ import absolute_import, division, print_function
/openbsd-src/regress/usr.bin/mandoc/roff/nr/
H A Ddivzero.out_ascii4 nr-divzero - division by zero in numerical expression
/openbsd-src/gnu/llvm/clang/tools/clang-rename/
H A Dclang-rename.py25 from __future__ import absolute_import, division, print_function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D930529-1.x2 # division by a constant, which gets converted to multiplication
/openbsd-src/gnu/llvm/clang/utils/CIndex/
H A Dcompletion_logger_server.py2 from __future__ import absolute_import, division, print_function
/openbsd-src/regress/usr.sbin/ocspcheck/
H A Dindex.txt1 V 420817003032Z 1000 unknown /C=CA/ST=Edmonton/O=Muppet Show/OU=Pigs In Space OCSP division/CN=loc…
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVSchedRocket.td70 // Integer division
159 // FP division
160 // FP division unit on Rocket is not pipelined, so set resource cycles to latency.
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dmodsi3.S27 @ Calculate and return the remainder of the (signed) division.
H A Ddivsi3.S31 @ Calculate and return the quotient of the (signed) division.
H A Ddivmodsi4.S28 @ Calculate the quotient and remainder of the (signed) division. The return
/openbsd-src/gnu/llvm/clang/docs/
H A Dconf.py14 from __future__ import absolute_import, division, print_function
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A Dclang-format-sublime.py15 from __future__ import absolute_import, division, print_function
/openbsd-src/gnu/llvm/llvm/utils/docker/scripts/llvm_checksum/
H A Dproject_tree.py4 from __future__ import division
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Schedule.td162 // Integer division.
270 defm WriteFDiv : X86SchedWritePair<ReadAfterVecLd>; // Floating point division.
271 defm WriteFDivX : X86SchedWritePair<ReadAfterVecXLd>; // Floating point division (XMM).
272 defm WriteFDivY : X86SchedWritePair<ReadAfterVecYLd>; // Floating point division (YMM).
273 defm WriteFDivZ : X86SchedWritePair<ReadAfterVecYLd>; // Floating point division (ZMM).
274 defm WriteFDiv64 : X86SchedWritePair<ReadAfterVecLd>; // Floating point double division.
275 defm WriteFDiv64X : X86SchedWritePair<ReadAfterVecXLd>; // Floating point double division (XMM).
276 defm WriteFDiv64Y : X86SchedWritePair<ReadAfterVecYLd>; // Floating point double division (YMM).
277 defm WriteFDiv64Z : X86SchedWritePair<ReadAfterVecYLd>; // Floating point double division (ZMM).
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTargetOpcodes.def253 // Generic signed division instruction.
256 // Generic unsigned division instruction.
558 // Perform signed fixed point division
561 // Perform unsigned fixed point division
564 // Perform signed, saturating fixed point division
567 // Perform unsigned, saturating fixed point division
585 /// Generic FP division.

12345678910>>...12