Home
last modified time | relevance | path

Searched refs:f2 (Results 1 – 25 of 525) sorted by relevance

12345678910>>...21

/openbsd-src/lib/libc/stdlib/
H A Dmerge.c96 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in mergesort() local
128 f2 = l1 = list1 + (p2 - list2); in mergesort()
132 while (f1 < l1 && f2 < l2) { in mergesort()
133 if ((*cmp)(f1, f2) <= 0) { in mergesort()
134 q = f2; in mergesort()
139 b = f2, t = l2; in mergesort()
183 ICOPY_LIST(f2, tp2, b); in mergesort()
186 CCOPY_LIST(f2, tp2, b); in mergesort()
192 ICOPY_ELT(f2, tp2, i); in mergesort()
195 CCOPY_ELT(f2, tp2, i); in mergesort()
[all …]
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dvla7.f904 character (6) :: c, f2 variable
8 c = f2 (6)
115 character (*) :: f2 local
117 f2 = 'abcdef'
120 l = f2 .ne. 'abcdef'
121 if (omp_get_thread_num () .eq. 0) f2 = 'ijklmn'
122 if (omp_get_thread_num () .eq. 1) f2 = 'IJKLMN'
124 l = l .or. (omp_get_thread_num () .eq. 0 .and. f2 .ne. 'ijklmn')
125 l = l .or. (omp_get_thread_num () .eq. 1 .and. f2 .ne. 'IJKLMN')
127 f2 = 'zZzz_z'
[all …]
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dia64-opc-f.c26 #define f2 IA64_TYPE_F, 2 macro
89 {"frcpa.s0", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, EMPTY},
90 {"frcpa", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, PSEUDO, 0, NULL},
91 {"frcpa.s1", f2, OpXbQSf (0, 1, 0, 1), {F1, P2, F2, F3}, EMPTY},
92 {"frcpa.s2", f2, OpXbQSf (0, 1, 0, 2), {F1, P2, F2, F3}, EMPTY},
93 {"frcpa.s3", f2, OpXbQSf (0, 1, 0, 3), {F1, P2, F2, F3}, EMPTY},
95 {"frsqrta.s0", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, EMPTY},
96 {"frsqrta", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, PSEUDO, 0, NULL},
97 {"frsqrta.s1", f2, OpXbQSf (0, 1, 1, 1), {F1, P2, F3}, EMPTY},
98 {"frsqrta.s2", f2, OpXbQSf (0, 1, 1, 2), {F1, P2, F3}, EMPTY},
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-opc-f.c26 #define f2 IA64_TYPE_F, 2 macro
89 {"frcpa.s0", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, EMPTY},
90 {"frcpa", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, PSEUDO, 0, NULL},
91 {"frcpa.s1", f2, OpXbQSf (0, 1, 0, 1), {F1, P2, F2, F3}, EMPTY},
92 {"frcpa.s2", f2, OpXbQSf (0, 1, 0, 2), {F1, P2, F2, F3}, EMPTY},
93 {"frcpa.s3", f2, OpXbQSf (0, 1, 0, 3), {F1, P2, F2, F3}, EMPTY},
95 {"frsqrta.s0", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, EMPTY},
96 {"frsqrta", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, PSEUDO, 0, NULL},
97 {"frsqrta.s1", f2, OpXbQSf (0, 1, 1, 1), {F1, P2, F3}, EMPTY},
98 {"frsqrta.s2", f2, OpXbQSf (0, 1, 1, 2), {F1, P2, F3}, EMPTY},
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfp-test.c81 volatile float f1 = 1.0, f2 = 1.0, f3 = 1.0; variable
90 f1 = -f2; in main()
91 f1 = f2 + f3; in main()
92 f1 = f2 - f3; in main()
93 f1 = f2 * f3; in main()
94 f1 = f2 / f3; in main()
95 f1 += f2; in main()
96 f1 -= f2; in main()
97 f1 *= f2; in main()
98 f1 /= f2; in main()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dfp-test.c81 volatile float f1 = 1.0, f2 = 1.0, f3 = 1.0; variable
90 f1 = -f2; in main()
91 f1 = f2 + f3; in main()
92 f1 = f2 - f3; in main()
93 f1 = f2 * f3; in main()
94 f1 = f2 / f3; in main()
95 f1 += f2; in main()
96 f1 -= f2; in main()
97 f1 *= f2; in main()
98 f1 /= f2; in main()
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c++.cc66 fp_type f2 = 3.0; in test_c99_classify() local
70 res = std::isfinite(f2); in test_c99_classify()
72 res = std::isnan(f2); in test_c99_classify()
74 res = std::signbit(f2); in test_c99_classify()
75 res = std::isgreater(f1, f2); in test_c99_classify()
76 res = std::isgreaterequal(f1, f2); in test_c99_classify()
77 res = std::isless(f1, f2); in test_c99_classify()
78 res = std::islessequal(f1,f2); in test_c99_classify()
79 res = std::islessgreater(f1, f2); in test_c99_classify()
80 res = std::isunordered(f1, f2); in test_c99_classify()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20021118-2.c6 void (*f2) (float, float)) in t1()
10 f2 (2.5f, 3.5f); in t1()
15 void (*f2) (float, float), in t2()
21 f2 (2.5f, 3.5f); in t2()
30 void f2 (float f1, float f2) in f2() function
32 if (f1 != 2.5f || f2 != 3.5f) in f2()
45 t1 (f, 0, f1, f2); in main()
46 t2 (f, 1, f1, f2, f3); in main()
H A D930718-1.c4 int f2 :1; member
11 if (orig->f1 || orig->f2)
13 orig->f2 = 1;
18 f2 () in f2() function
29 foo.f2 = 0; in main()
31 if (bar != &foo || bar->f2 != 0) in main()
H A D20020529-1.c23 void f2 (void);
39 f2 (); in foo()
41 f2 (); in foo()
47 f2 (); in foo()
49 f2 (); in foo()
75 f2 (void) in f2() function
/openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/
H A Dreg_helper.h67 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
70 FN(reg, f2), v2)
72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
75 FN(reg, f2), v2,\
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
81 FN(reg, f2), v2,\
85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
89 FN(reg, f2), v2,\
94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
98 FN(reg, f2), v2,\
[all …]
/openbsd-src/lib/libcrypto/
H A Dsparccpuid.S
/openbsd-src/lib/libc/arch/sparc64/gen/
H A Dfixunsdfsi.S62 std %f2, [%sp + 64 + BIAS + 8]
67 ldd [%g1], %f2
70 ldd [%g1 + %lo(Lbigd)], %f2
72 fcmped %f0, %f2 ! d < 2^63, or NaN, or -Inf?
81 fsubd %f0, %f2, %f0 ! d -= 2^63
88 ldd [%sp + 64 + BIAS + 8], %f2
95 ldd [%sp + 64 + BIAS + 8], %f2
106 st %f2, [%sp + 64 + BIAS + 12]
111 ld [%g1], %f2
114 ld [%g1 + %lo(Lbigf)], %f2
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp1567.C8 virtual const char* f2() { return "A::f2"; } in f2() function
14 virtual const char* f2() { return "B::f2"; } in f2() function
20 const char* f2() { return B::f2(); } in f2() function
21 const char* f1() { return f2(); } in f1()
27 const char* f2() { return B::f2(); } in f2() function
28 const char* f1() { return D :: f2(); } in f1()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dpack-test-1.c31 #define al2 gap(s0, f2, f1)
32 #define al3 gap(s0, f3, f2)
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 …]
H A D20030414-1.c8 extern int f2 (char *, char *);
23 if (f2 (dd, "xx") || f2 (ss[i], "xx") || f2 (ss[i], "yy")) in f1()
32 if (f2(ap, sp)) in f1()
/openbsd-src/sys/dev/pci/drm/amd/display/dmub/src/
H A Ddmub_reg.h65 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
68 FN(reg, f2), v2)
70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
73 FN(reg, f2), v2, \
76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
79 FN(reg, f2), v2, \
92 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ argument
95 FN(reg, f2), v2)
97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument
100 FN(reg, f2), v2, \
[all …]
/openbsd-src/usr.bin/diff/
H A Ddiffreg.c295 FILE *f1, *f2; in diffreg() local
298 f1 = f2 = NULL; in diffreg()
335 f2 = fopen(_PATH_DEVNULL, "r"); in diffreg()
338 if ((f2 = opentemp(file2)) == NULL || in diffreg()
339 fstat(fileno(f2), &stb2) == -1) { in diffreg()
345 f2 = stdin; in diffreg()
347 f2 = fopen(file2, "r"); in diffreg()
349 if (f2 == NULL) { in diffreg()
355 switch (files_differ(f1, f2, flags)) { in diffreg()
367 (!asciifile(f1) || !asciifile(f2))) { in diffreg()
[all …]
/openbsd-src/usr.bin/rcs/
H A Ddiff.c302 FILE *f1, *f2; in diffreg() local
305 f1 = f2 = NULL; in diffreg()
324 f2 = fopen(file2, "r"); in diffreg()
325 if (f2 == NULL) { in diffreg()
335 if (fstat(fileno(f2), &stb2) == -1) { in diffreg()
340 switch (files_differ(f1, f2)) { in diffreg()
353 (!asciifile(f1) || !asciifile(f2))) { in diffreg()
359 prepare(1, f2, stb2.st_size, flags); in diffreg()
388 check(f1, f2, flags); in diffreg()
389 output(f1, f2, flags); in diffreg()
[all …]
/openbsd-src/usr.bin/cvs/
H A Ddiff_internals.c306 FILE *f1, *f2; in diffreg() local
311 f1 = f2 = NULL; in diffreg()
344 f2 = fdopen(fd2, "r"); in diffreg()
345 if (f2 == NULL) { in diffreg()
360 switch (files_differ(f1, f2)) { in diffreg()
371 (!asciifile(f1) || !asciifile(f2))) { in diffreg()
377 prepare(1, f2, stb2.st_size, flags); in diffreg()
406 check(f1, f2, flags); in diffreg()
407 output(f1, f2, flags); in diffreg()
416 if (f2 != NULL) in diffreg()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dfuncargs.c187 void call2a (char c, float f1, short s, double d1, int i, float f2, long l, double d2) in call2a() argument
189 call2a (c, f1, s, d1, i, f2, l, d2) in call2a()
190 char c; float f1; short s; double d1; int i; float f2; long l; double d2; in call2a()
193 c = 'a'; f1 = 0.0; s = 5; d1 = 0.0; i = 6; f2 = 0.1; l = 7; d2 = 0.2;
197 void call2b (float f1, short s, double d1, int i, float f2, long l, double d2, char c) in call2b() argument
199 call2b (f1, s, d1, i, f2, l, d2, c) in call2b()
200 float f1; short s; double d1; int i; float f2; long l; double d2; char c; in call2b()
203 c = 'a'; f1 = 0.0; s = 5; d1 = 0.0; i = 6; f2 = 0.1; l = 7; d2 = 0.2;
207 void call2c (short s, double d1, int i, float f2, long l, double d2, char c, float f1) in call2c() argument
209 call2c (s, d1, i, f2, l, d2, c, f1) in call2c()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Dptrmem2.C18 template<class T> int f2(T x);
24 f2( &D::s); // ok in Foo()
25 f2( &(D::s)); // ok in Foo()
33 f2( &D::s); // ok in Foo()
34 f2( &(D::s)); // ok in Foo()
H A Dptrmem1.C27 template<class T> int f2(T x) in f2() function
39 if (f2( &D::s)) in Foo()
41 if (f2( &(D::s))) in Foo()
48 if (f2( &D::s)) in Foo()
50 if (f2( &(D::s))) in Foo()
/openbsd-src/sys/arch/sparc64/fpu/
H A Dfpu_explode.c135 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ argument
142 fp->fp_mant[2] = f2; \
152 fp->fp_mant[2] = f2; \
159 fp->fp_mant[2] = f2; \
190 u_int frac, f0, f1, f2; in fpu_dtof() local
197 f2 = j << (32 - DBL_SHIFT); in fpu_dtof()
199 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0); in fpu_dtof()
209 u_int frac, f0, f1, f2, f3; in fpu_qtof() local
219 f2 = (k << EXT_SHIFT) | (l >> (32 - EXT_SHIFT)); in fpu_qtof()
222 FP_TOF(exp, EXT_EXP_BIAS, frac, f0, f1, f2, f3); in fpu_qtof()
/openbsd-src/gnu/llvm/lld/docs/
H A Dpartitions.dot7 f2 [style=filled,fillcolor=palegreen];
18 part2 -> f2;
19 f2 -> f3;
20 f2 -> f5;
21 f2 -> f6;

12345678910>>...21