Home
last modified time | relevance | path

Searched refs:f6 (Results 1 – 25 of 83) sorted by relevance

1234

/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/
Dreg_helper.h95 f5, v5, f6, v6) \ argument
102 FN(reg, f6), v6)
105 f5, v5, f6, v6, f7, v7) \ argument
112 FN(reg, f6), v6,\
116 f5, v5, f6, v6, f7, v7, f8, v8) \ argument
123 FN(reg, f6), v6,\
128 v5, f6, v6, f7, v7, f8, v8, f9, v9) \ argument
135 FN(reg, f6), v6, \
141 v5, f6, v6, f7, v7, f8, v8, f9, v9, f10, v10) \ argument
148 FN(reg, f6), v6, \
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
Di386-loop-1.c71 f6 (a) in f6() function
100 if (f6 (-1L) != 1) in main()
102 if (f6 (0L) != 0) in main()
Dwtr-aggr-init-1.c30 …struct foo f6 = { 0, 0 }; /* { dg-warning "traditional C rejects automatic" "__extension__ reenabl… in testfunc1() local
31 f6.i = 0; in testfunc1()
Dcleanup-1.c13 static void f6(double *x U) { } in f6() function
25 int o6 C(f6); /* { dg-warning "incompatible pointer type" } */ in test()
Dpack-test-1.c35 #define al6 gap(s0, f6, f5)
36 #define al7 gap(s0, f7, f6)
Dpack-test-1.h10 double f6; member
Dwtr-union-init-2.c30 static union foo2 f6 = {0.0}; in testfunc() local
Dwtr-union-init-3.c51 …static struct baz2 f6 = { 1, 2, {1} }; /* { dg-warning "traditional C rejects initialization of un… in testfunc() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
Ddbra-1.c61 f6 (a) in f6() function
90 if (f6 (-1L) != 1) in main()
92 if (f6 (0L) != 0) in main()
D900409-1.c6 long f6(long a){return a&~0x0000ffffL;} in f6() function
17 f6(a)!=0x89AB0000L) in main()
Dstruct-ini-3.c3 unsigned int f1:1, f2:1, f3:3, f4:3, f5:2, f6:1, f7:1; member
Dva-arg-7.c8 double f6, double f7, double f8, double f9, ...) in debug() argument
Dva-arg-9.c90 f6 (int a1, int a2, int a3, int a4, int a5, in f6() function
224 f6 (0, 1, 2, 3, 4, 5, f+6, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); in main()
/openbsd/src/gnu/llvm/lld/docs/
Dpartitions.dot11 f6 [style=filled,fillcolor=palegreen];
21 f2 -> f6;
/openbsd/src/regress/sys/arch/sparc64/emul-ldqstq/badfreg/
Dtest.S54 .word 0xcd122000 ! ldq [%o0 + 0], %f6
59 .word 0xcd120000 ! ldq [%o0 + %g0], %f6
64 .word 0xcd322000 ! stq %f6, [%o0 + 0]
69 .word 0xcd320000 ! stq %f6, [%o0 + %g0]
/openbsd/src/lib/libcrypto/curve25519/
Dcurve25519.c287 int32_t f6 = f[6]; in fe_mul() local
375 int64_t f6g0 = f6 * (int64_t) g0; in fe_mul()
376 int64_t f6g1 = f6 * (int64_t) g1; in fe_mul()
377 int64_t f6g2 = f6 * (int64_t) g2; in fe_mul()
378 int64_t f6g3 = f6 * (int64_t) g3; in fe_mul()
379 int64_t f6g4_19 = f6 * (int64_t) g4_19; in fe_mul()
380 int64_t f6g5_19 = f6 * (int64_t) g5_19; in fe_mul()
381 int64_t f6g6_19 = f6 * (int64_t) g6_19; in fe_mul()
382 int64_t f6g7_19 = f6 * (int64_t) g7_19; in fe_mul()
383 int64_t f6g8_19 = f6 * (int64_t) g8_19; in fe_mul()
[all …]
/openbsd/src/gnu/gcc/libcpp/
Ducnid.tab27 00aa 00ba 00c0-00d6 00d8-00f6 00f8-01f5 01fa-0217 0250-02a8 1e00-1e9b
100 10a0-10c5 10d0-10f6
106 30a1-30f6 30fb-30fc
129 00c0-00d6 00d8-00f6 00f8-01f5 01fa-0217 0250-02a8 1e00-1e9a 1ea0-1ef9
192 10a0-10c5 10d0-10f6
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dmulticall.t140 sub f6 :lvalue { for (1,2) { return "one"; 1 } }
141 @a = multicall_return \&f6, $gimme;
/openbsd/src/sys/arch/mips64/mips64/
Dlcore_float.S92 sdc1 $f6, PCB_FPREGS+(6 * REGSZ)(a0)
130 ldc1 $f6, PCB_FPREGS+(6 * REGSZ)(a1)
196 swc1 $f6, PCB_FPREGS+(6 * REGSZ)(a0)
234 lwc1 $f6, PCB_FPREGS+(6 * REGSZ)(a1)
316 sdc1 $f6, PCB_FPREGS+(6 * REGSZ)(a0)
378 swc1 $f6, PCB_FPREGS+(6 * REGSZ)(a0)
/openbsd/src/regress/sys/arch/sparc64/emul-ldqstq/goodfreg/
Dfpregs.S37 ldd [%o0 + 3 * 8], %f6
72 std %f6, [%o0 + 3 * 8]
/openbsd/src/gnu/usr.bin/binutils/gdb/regformats/
Dreg-arm.dat25 96:f6
Dreg-s390x.dat44 64:f6
Dreg-s390.dat44 64:f6
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
Dthunk2.C20 virtual void f6 ();
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D900.crt19 f6+xwuMtW1Av1F4fvM5bk2bqd4kt/cAD68ne4f2fXmNpKIixP9oI1u6a+GP+kogo

1234