Home
last modified time | relevance | path

Searched refs:f3 (Results 1 – 25 of 182) sorted by relevance

12345678

/openbsd/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dvla7.f9010 d = f3 (6)
46 function f3 (n) function
50 f3 = 'abcdef'
53 l = any (f3 .ne. 'abcdef')
60 f3 = 'zZzz_z'
65 f3 = 'abc'
68 l = l .or. any (f3 .ne. 'abc')
72 l = l .or. any (f3 .ne. 'def')
75 f3(1) = 'opqrst'
76 f3(2) = 'a'
[all …]
H A Dretval1.f9040 real :: f3, e3 local
43 f3 = 6.5
47 l = l .or. f3 .ne. 6.5
50 f3 = e3 - 4.5
54 l = l .or. f3 .ne. e3 - 4.5
109 real :: f1, f2, e2, f3, e3, f4, e4, f5 variable
114 if (f3 () .ne. 0.5) call abort
/openbsd/sys/scsi/
H A Dses.h144 u_int8_t f3; member
192 #define SES_S_PSU_DCFAIL(d) ((d)->f3 & (1<<0)) /* DC fail */
193 #define SES_S_PSU_ACFAIL(d) ((d)->f3 & (1<<1)) /* AC fail */
194 #define SES_S_PSU_TEMPWARN(d) ((d)->f3 & (1<<2)) /* Temp warn */
196 #define SES_S_PSU_OFF(d) ((d)->f3 & (1<<4)) /* is the unit off */
197 #define SES_S_PSU_RQSTON(d) ((d)->f3 & (1<<5)) /* manually on */
198 #define SES_S_PSU_FAIL(d) ((d)->f3 & (1<<6)) /* fail is set on */
206 #define SES_S_COOL_CODE(d) ((d)->f3 & 0x7) /* actual speed code */
215 #define SES_S_COOL_OFF ((d)->f3 & (1<<4)) /* not cooling */
216 #define SES_S_COOL_RQSTON ((d)->f3 & (1<<5)) /* manually on */
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dpack-test-1.c32 #define al3 gap(s0, f3, f2)
33 #define al4 gap(s0, f4, f3)
45 testgap(1, f3, f2, sizeof(short)); in SNAME()
56 testgap(1, f3, f2, sizeof(short)); in SNAME()
67 testgap(1, f3, f2, sizeof(int)); in SNAME()
78 testgap(1, f3, f2, sizeof(short)); in SNAME()
89 testgap(1, f3, f2, sizeof(short)); in SNAME()
100 testgap(1, f3, f2, al3); in SNAME()
111 testgap(1, f3, f2, sizeof(short)); in SNAME()
122 testgap(1, f3, f2, sizeof(short)); in SNAME()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Dreg_helper.h76 FN(reg, f3), v3)
82 FN(reg, f3), v3,\
90 FN(reg, f3), v3,\
99 FN(reg, f3), v3,\
109 FN(reg, f3), v3,\
120 FN(reg, f3), v3,\
132 FN(reg, f3), v3, \
145 FN(reg, f3), v3, \
243 FN(reg, f3), v3)
249 FN(reg, f3), v3, \
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp1567.C9 virtual const char* f3() { printf("FAIL\n"); exit(1); return "A::f3"; } in f3() function
15 virtual const char* f3() { return "B::f3"; } in f3() function
22 const char* f3() { return A::f3(); } in f3() function
29 const char* f3() { return A::f3(); } in f3() function
H A Dmangle2.C15 void f3() asm("__foo__FG3$_0");
16 void f3() { } in f3() function
/openbsd/sys/dev/pci/drm/amd/display/dmub/src/
H A Ddmub_reg.h70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
74 FN(reg, f3), v3)
76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
80 FN(reg, f3), v3, \
97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument
101 FN(reg, f3), v3)
103 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
107 FN(reg, f3), v3, \
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D981019-1.c2 extern int f3(void);
18 while (f3() /* bb 10 */) in ff()
24 if (f3()) /* ... bb 7 */ in ff()
42 int f3(void) { static int x = 0; x = !x; return x; } in f3() function
H A D20021118-2.c16 void (*f3) (float)) in t2()
18 f3 (6.0f); in t2()
36 void f3 (float f) in f3() function
46 t2 (f, 1, f1, f2, f3); in main()
H A D930106-1.c15 double f1, f2, f3; in f() local
18 f3 = g(); in f()
19 return f1 + f2 + f3; in f()
H A D950612-1.c14 f3 (long long diff) in f3() function
38 if (f3 ((long long) i) != i) in main()
40 if (f3 ((long long) -i) != i) in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
H A Dthunk2.C6 virtual void f3 ();
10 virtual void f3 ();
21 virtual void f3 ();
24 void D::f3 () {} in f3() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Drestrict1.C13 void f3();
25 void A::f3 () __restrict__ {} in f3() function
37 void f3();
47 template <class T> void X<T>::f3 () __restrict__ {} in f3() function
58 g.f3 (); in fn()
/openbsd/gnu/llvm/lld/docs/
H A Dpartitions.dot8 f3 [style=filled,fillcolor=lightblue];
13 main -> f3;
15 f1 -> f3;
19 f2 -> f3;
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Darg2.C16 void f3(void *) { } in f3() function
20 fn1((fnp) &f3); // Everybody likes this in fn2()
21 fn1(&f3); // g++ complains here line 13 in fn2()
/openbsd/sys/arch/sparc64/fpu/
H A Dfpu_explode.c135 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ argument
143 fp->fp_mant[3] = f3; \
153 fp->fp_mant[3] = f3; \
160 fp->fp_mant[3] = f3; \
209 u_int frac, f0, f1, f2, f3; in fpu_qtof() local
220 f3 = l << EXT_SHIFT; in fpu_qtof()
222 FP_TOF(exp, EXT_EXP_BIAS, frac, f0, f1, f2, f3); in fpu_qtof()
/openbsd/lib/libc/arch/sparc64/fpu/
H A Dfpu_explode.c194 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ argument
202 fp->fp_mant[3] = f3; \
212 fp->fp_mant[3] = f3; \
219 fp->fp_mant[3] = f3; \
274 u_int frac, f0, f1, f2, f3; local
285 f3 = l << EXT_SHIFT;
287 FP_TOF(exp, EXT_EXP_BIAS, frac, f0, f1, f2, f3);
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcall-ar-st.c593 struct two_floats_t *f3) in init_small_structs() argument
611 struct two_floats_t *f3;
897 struct two_floats_t f3) in print_small_structs() argument
915 struct two_floats_t f3;
930 print_two_floats(f3);
964 struct two_floats_t f3) in print_long_arg_list() argument
968 f1, f2, f3 ) in print_long_arg_list()
989 struct two_floats_t f3;
1000 f1, f2, f3);
1269 d1, d2, d3, f1, f2, f3); in main()
[all …]
H A Dcomplex.c30 extern void f3 (void);
37 f3 (); in main()
58 f3 (void) in f3() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate22.C16 int f3 ();
26 g1 (f3 ()); in main()
30 g3 (f3 ()); in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcode-gen6.C12 tres_floats (float f1, float f2, float f3);
34 tres_floats::tres_floats (float f1, float f2, float f3) in tres_floats() argument
38 ff3 = f3; in tres_floats()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dia64-1.C29 register double f3 __asm ("f3"); in main()
41 f2 = 12.0; f3 = 13.0; f4 = 14.0; f5 = 15.0; f16 = 16.0; f17 = 17.0; in main()
50 if (f2 != 12.0 || f3 != 13.0 || f4 != 14.0 in main()
/openbsd/regress/usr.bin/ssh/
H A Dcfgmatch.sh127 value=`echo $i | cut -f3 -d:`
140 expected=/`echo $i | cut -f3 -d:`
145 value=`echo $j | cut -f3 -d:`
/openbsd/gnu/usr.bin/perl/t/io/
H A Dnargv.t122 open my $f3, "<", $tfile
124 print +(fileno($f3) < 20 ? "ok" : "not ok"), " 7 check fd leak\n";
127 close $f3;

12345678