Searched refs:ops (Results 1 - 25 of 157) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000422-1.c1 int ops[13] = variable
23 if (ops[j-1] < ops[j])
25 int op = ops[j];
26 ops[j] = ops[j-1];
27 ops[j-1] = op;
34 if (ops[i] != correct[i])
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr56321.c6 float kflops,ops; local
7 ops=((2.0*n*n*n)/3.0+2.0*n*n);
8 kflops=2.*nreps*ops/(1000.*(tdgefa+tdgesl));
H A Dpr53272-2.c23 struct rtc_class_ops *ops; member in struct:rtc_device
32 struct rtc_class_ops ops = {(void *) 0}; local
33 struct rtc_device dev1 = {0, &ops, 42};
H A Dpr53272-1.c10 const struct rtc_class_ops *ops; member in struct:rtc_device
30 if (!rtc->ops)
32 else if (!rtc->ops->f)
35 err = rtc->ops->f(rtc->owner, enabled);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9015 namelist /ops/ my namelist in subroutine:bar
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dintrinsic_mod_ulo.f902 subroutine integertest (ops, res)
4 integer, dimension(2) :: ops local in subroutine:integertest
7 if ((mod(ops(1), ops(2)) .ne. res(1)) .or. &
8 (modulo(ops(1), ops(2)) .ne. res(2))) call abort
11 subroutine real4test (ops, res)
13 real(kind=4), dimension(2) :: ops local in subroutine:real4test
16 if (diff(mod(ops(1), ops(
29 real(kind=8), dimension(2) :: ops local in subroutine:real8test
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpta-1.c12 struct JSObjectOps *ops; member in struct:JSObjectMap
25 if (obj->map->ops == &js_XMLObjectOps.base) {
26 struct JSXMLObjectOps *ops; local
27 ops = (struct JSXMLObjectOps *) obj->map->ops;
28 obj = ops->getMethod(obj);
/haiku-buildtools/binutils/gas/testsuite/gas/d10v/
H A Dimmediate-002.s0 ;; ops with immediate args
H A Dimmediate-003.s0 ;; ops with immediate args
H A Dimmediate-004.s0 ;; ops with immediate args
H A Dimmediate-005.s0 ;; ops with immediate args
H A Dimmediate-006.s0 ;; ops with immediate args
H A Dimmediate-007.s0 ;; ops with immediate args
/haiku-buildtools/binutils/gas/testsuite/gas/sh/sh64/
H A Dsyntax-2.s4 ! pseudo-ops
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/d10v/
H A Dimmediate-002.s0 ;; ops with immediate args
H A Dimmediate-003.s0 ;; ops with immediate args
H A Dimmediate-004.s0 ;; ops with immediate args
H A Dimmediate-005.s0 ;; ops with immediate args
H A Dimmediate-006.s0 ;; ops with immediate args
H A Dimmediate-007.s0 ;; ops with immediate args
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sh/sh64/
H A Dsyntax-2.s4 ! pseudo-ops
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c25 struct simplify_plus_minus_op_data ops[8]; local
30 __builtin_memset (ops, 0, sizeof (ops));
36 rtx this_op = ops[i].op;
37 int this_neg = ops[i].neg;
58 rtx lhs = ops[j].op, rhs = ops[i].op;
59 int lneg = ops[j].neg, rneg = ops[i].neg;
70 ops[
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_main.c5 #define TX(n, type, attrs, fields, ops) extern void test##n (void);
11 #define TX(n, type, attrs, fields, ops) test##n ();
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dcpu-warn2.s1 ; Test warnings when multiple .cpu pseudo-ops are defined.
/haiku-buildtools/isl/
H A Disl_printer_private.h7 struct isl_printer_ops *ops; member in struct:isl_printer

Completed in 99 milliseconds

1234567