Searched refs:mode (Results 1 - 25 of 1466) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Duninit-I.c6 struct { int mode; } setbuf; member in struct:__anon2521
7 return setbuf.mode; /* { dg-warning "'setbuf\.mode' is used" "" } */
H A Duninit-I-O0.c6 struct { int mode; } setbuf; member in struct:__anon1446
7 return setbuf.mode; /* { dg-warning "'setbuf\.mode' is used uninitialized in this function" } */
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr24172.C3 inline int* dummy( const char* const mode )
5 IOException(*mode+*mode);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20140816-1.c3 int init_emit_regs (int mode) { argument
4 f(mode == 4 || mode == 13);
H A D20120927-1.c3 unsigned int mode; local
5 mode = 0;
9 mode |= 0400;
19 mode |= 0200;
22 mode |= (0200 >> 3);
26 mode |= ((0200 >> 3) >> 3);
30 mode |= 0100;
35 mode |= (0100 >> 3);
40 mode |= ((0100 >> 3) >> 3);
41 ff(mode) ;
[all...]
/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dfdopen.c4 fdopen (fd, mode)
6 const char *mode;
8 return _IO_fdopen (fd, mode);
/haiku-buildtools/autoconf/lib/emacs/
H A DMakefile.am20 dist_lisp_LISP = autoconf-mode.el autotest-mode.el
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dunit-1.C4 struct a { int mode; }; member in struct:a
8 return setbuf.mode; /* { dg-warning "'setbuf.a::mode' is used" "" } */
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddefault_numeric_type_1.f908 subroutine mysub1(a,b,mode,dis)
9 ! integer :: mode
11 dimension a(abs(mode)),b(int(dis))
13 write (*,*) abs(mode), nint(dis)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/ieee/
H A Dieee_5.f906 logical mode variable
17 call ieee_get_underflow_mode(mode)
20 call ieee_set_underflow_mode(mode)
27 call ieee_get_underflow_mode(mode)
30 call ieee_set_underflow_mode(mode)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/decimal/
H A Dpass-1_y.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dpass-4_y.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dpass-6_y.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dreturn-1_y.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dreturn-4_y.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dreturn-6_y.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/noncompile/
H A Dincomplete-2.c9 g95_type_for_mode (enum machine_mode mode) /* { dg-error "incomplete type" } */ argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dfp16-compile-alt-12.c4 float xx __attribute__((mode(HF))) = 0.0;
H A Dfp16-compile-ieee-12.c4 float xx __attribute__((mode(HF))) = 0.0;
H A Dfp16-compile-none-2.c4 /* mode(HF) attributes are not recognized unless you explicitly enable
7 float xx __attribute__((mode(HF))) = 0.0; /* { dg-error "HF" } */
H A Dpr65067.c9 unsigned int mode: 3; member in struct:tmp::__anon1701::__anon1702
16 void set_mode(int mode) argument
19 t->reg.bf.mode = mode;
/haiku-buildtools/binutils/ld/testsuite/ld-sh/sh64/
H A Drelax3.s2 .mode shmedia
6 .mode shcompact
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-sh/sh64/
H A Drelax3.s2 .mode shmedia
6 .mode shcompact
/haiku-buildtools/gcc/libdecnumber/
H A DdecRound.c42 /* Set the decNumber rounding mode from the FE_DEC_* value in MODE. */
45 __dfp_set_round (int mode) argument
47 switch (mode)
60 /* We can't use assert in libgcc, so just return the default mode. */
65 /* Return the decNumber rounding mode as an FE_DEC_* value. */
70 int mode; local
75 mode = FE_DEC_DOWNWARD; break;
77 mode = FE_DEC_TONEAREST; break;
79 mode = FE_DEC_TONEARESTFROMZERO; break;
81 mode
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr44328.C16 extern int open(const char *name, int mode);
20 int mode = 0; local
25 mode = O_WRONLY|O_CREAT|O_TRUNC;
28 mode = O_RDONLY;
31 mode = O_RDWR;
34 mode = O_RDWR|O_CREAT|O_TRUNC;
38 open( filename, mode );

Completed in 80 milliseconds

1234567891011>>