Home
last modified time | relevance | path

Searched +defs:d +defs:a (Results 1 – 25 of 79133) sorted by relevance

12345678910>>...3166

/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dimt_big_iface_test.cs4 int Method_0 (int a, int b, int c, int d); in Method_0()
5 int Method_1 (int a, int b, int c, int d); in Method_1()
6 int Method_2 (int a, int b, int c, int d); in Method_2()
7 int Method_3 (int a, int b, int c, int d); in Method_3()
8 int Method_4 (int a, int b, int c, int d); in Method_4()
9 int Method_5 (int a, int b, int c, int d); in Method_5()
10 int Method_6 (int a, int b, int c, int d); in Method_6()
11 int Method_7 (int a, int b, int c, int d); in Method_7()
12 int Method_8 (int a, int b, int c, int d); in Method_8()
13 int Method_9 (int a, int b, int c, int d); in Method_9()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/generic/
H A Dbuiltin.c37 float d = __builtin_fabsf(a); in __builtin_fabsf() local
44 double d = __builtin_fabs(a); in __builtin_fabs() local
58 double d = __builtin_sqrt(a); in __builtin_sqrt() local
65 double d = __builtin_tan(a); in __builtin_tan() local
79 double d = __builtin_floor(a); in __builtin_floor() local
93 double d = __builtin_ceil(a); in __builtin_ceil() local
121 double d = __builtin_sin(a); in __builtin_sin() local
135 double d = __builtin_cos(a); in __builtin_cos() local
157 double d = __builtin_acos(a); in __builtin_acos() local
255 double d = __builtin_exp(a); in __builtin_exp() local
[all …]
/dports/games/libretro-picodrive/picodrive-600894e/pico/cd/
H A Dmemory.c140 void m68k_reg_write8(u32 a, u32 d) in m68k_reg_write8()
241 u32 s68k_poll_detect(u32 a, u32 d) in s68k_poll_detect()
334 void s68k_reg_write8(u32 a, u32 d) in s68k_reg_write8()
484 void s68k_reg_write16(u32 a, u32 d) in s68k_reg_write16()
575 static void PicoWriteM68k8_cell0(u32 a, u32 d) in PicoWriteM68k8_cell0()
629 static void PicoWriteM68k8_ramc(u32 a, u32 d) in PicoWriteM68k8_ramc()
687 void PicoWrite8_mcd_io(u32 a, u32 d) in PicoWrite8_mcd_io()
699 void PicoWrite16_mcd_io(u32 a, u32 d) in PicoWrite16_mcd_io()
877 static void PicoWriteS68k8_bram(u32 a, u32 d) in PicoWriteS68k8_bram()
961 static void PicoWriteS68k8_pr(u32 a, u32 d) in PicoWriteS68k8_pr()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/cd/
H A Dmemory.c142 void m68k_reg_write8(u32 a, u32 d) in m68k_reg_write8()
250 u32 s68k_poll_detect(u32 a, u32 d) in s68k_poll_detect()
343 void s68k_reg_write8(u32 a, u32 d) in s68k_reg_write8()
493 void s68k_reg_write16(u32 a, u32 d) in s68k_reg_write16()
584 static void PicoWriteM68k8_cell0(u32 a, u32 d) in PicoWriteM68k8_cell0()
638 static void PicoWriteM68k8_ramc(u32 a, u32 d) in PicoWriteM68k8_ramc()
696 void PicoWrite8_mcd_io(u32 a, u32 d) in PicoWrite8_mcd_io()
708 void PicoWrite16_mcd_io(u32 a, u32 d) in PicoWrite16_mcd_io()
886 static void PicoWriteS68k8_bram(u32 a, u32 d) in PicoWriteS68k8_bram()
970 static void PicoWriteS68k8_pr(u32 a, u32 d) in PicoWriteS68k8_pr()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dpragmas_x86_gcc.h13 #define mulscale(a,d,c) \ argument
19 #define mulscale1(a,d) \ argument
25 #define mulscale2(a,d) \ argument
31 #define mulscale3(a,d) \ argument
37 #define mulscale4(a,d) \ argument
43 #define mulscale5(a,d) \ argument
49 #define mulscale6(a,d) \ argument
55 #define mulscale7(a,d) \ argument
61 #define mulscale8(a,d) \ argument
67 #define mulscale9(a,d) \ argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A Dassembler_ppc.inline.hpp93 inline void Assembler::sub( Register d, Register a, Register b) { subf(d, b, a); } in sub()
166 inline void Assembler::addir(Register d, int si16, Register a) { Assembler::addi(d, a, si16); } in addir()
167 inline void Assembler::subi( Register d, Register a, int si16) { Assembler::addi(d, a, -si16); } in subi()
582 inline void Assembler::isel(Register d, ConditionRegister cr, Condition cc, bool inv, Register a, R… in isel()
846 inline void Assembler::xxmrghd( VectorSRegister d, VectorSRegister a, VectorSRegister b) { xxpermdi… in xxmrghd()
847 inline void Assembler::xxmrgld( VectorSRegister d, VectorSRegister a, VectorSRegister b) { xxpermdi… in xxmrgld()
848 inline void Assembler::xxswapd( VectorSRegister d, VectorSRegister a) { xxpermdi… in xxswapd()
851 inline void Assembler::mtfprd( FloatRegister d, Register a) { emit_int32( MTVSRD_OPCODE | … in mtfprd()
852 inline void Assembler::mtfprwa( FloatRegister d, Register a) { emit_int32( MTVSRWA_OPCODE | … in mtfprwa()
853 inline void Assembler::mffprd( Register a, FloatRegister d) { emit_int32( MFVSRD_OPCODE | … in mffprd()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bnlib/
H A Dppcasm.h282 #define PPC_TYPE31(minor,d,a,b) \ argument
396 #define PPC_SUB(d,b,a) PPC_SUBF(d,a,b) argument
397 #define PPC_SUB_(d,b,a) PPC_SUBF_(d,a,b) argument
398 #define PPC_SUBO(d,b,a) PPC_SUBFO(d,a,b) argument
399 #define PPC_SUBO_(d,b,a) PPC_SUBFO_(d,a,b) argument
421 #define PPC_IMM(major,d,a,imm) \ argument
468 #define PPC_TYPE19(minor,d,a,b) \ argument
509 #define PPC_SUBC(d,b,a) PPC_SUBFC(d,a,b) argument
510 #define PPC_SUBC_(d,b,a) PPC_SUBFC_(d,a,b) argument
511 #define PPC_SUBCO(d,b,a) PPC_SUBFCO(d,a,b) argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A Dassembler_ppc.inline.hpp93 inline void Assembler::sub( Register d, Register a, Register b) { subf(d, b, a); } in sub()
166 inline void Assembler::addir(Register d, int si16, Register a) { Assembler::addi(d, a, si16); } in addir()
167 inline void Assembler::subi( Register d, Register a, int si16) { Assembler::addi(d, a, -si16); } in subi()
563 inline void Assembler::isel(Register d, ConditionRegister cr, Condition cc, bool inv, Register a, R… in isel()
821 inline void Assembler::xxmrghd( VectorSRegister d, VectorSRegister a, VectorSRegister b) { xxpermdi… in xxmrghd()
822 inline void Assembler::xxmrgld( VectorSRegister d, VectorSRegister a, VectorSRegister b) { xxpermdi… in xxmrgld()
823 inline void Assembler::xxswapd( VectorSRegister d, VectorSRegister a) { xxpermdi… in xxswapd()
826 inline void Assembler::mtfprd( FloatRegister d, Register a) { emit_int32( MTVSRD_OPCODE | … in mtfprd()
827 inline void Assembler::mtfprwa( FloatRegister d, Register a) { emit_int32( MTVSRWA_OPCODE | … in mtfprwa()
828 inline void Assembler::mffprd( Register a, FloatRegister d) { emit_int32( MFVSRD_OPCODE | … in mffprd()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sc68/libsc68/emu68/lines/
H A DlineE.c95 const int d = ((reg9-1)&7)+1; in DECL_LINE68() local
104 const int d = ((reg9-1)&7)+1; in DECL_LINE68() local
113 const int d = ((reg9-1)&7)+1; in DECL_LINE68() local
122 const int d = ((reg9-1)&7)+1; in DECL_LINE68() local
131 const int d = REG68.d[reg9]; in DECL_LINE68() local
140 const int d = REG68.d[reg9]; in DECL_LINE68() local
149 const int d = REG68.d[reg9]; in DECL_LINE68() local
158 const int d = REG68.d[reg9]; in DECL_LINE68() local
203 const int d = REG68.d[reg9]; in DECL_LINE68() local
212 const int d = REG68.d[reg9]; in DECL_LINE68() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c14 test_000 (int a, int c, int b, int d) in test_000()
21 test_001 (int a, int c, int b, int d) in test_001()
28 test_002 (int a, int c, int b, int d) in test_002()
35 test_003 (int a, int c, int b, int d) in test_003()
42 test_004 (int a, int c, int b, int d) in test_004()
49 test_005 (int a, int c, int b, int d) in test_005()
56 test_006 (int a, int c, int b, int d) in test_006()
63 test_007 (int a, int c, int b, int d) in test_007()
70 test_008 (int a, int c, int b, int d) in test_008()
77 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/sh/
H A Dpr54236-2.c23 test_000 (int a, int c, int b, int d) in test_000()
30 test_001 (int a, int c, int b, int d) in test_001()
37 test_002 (int a, int c, int b, int d) in test_002()
44 test_003 (int a, int c, int b, int d) in test_003()
51 test_004 (int a, int c, int b, int d) in test_004()
58 test_005 (int a, int c, int b, int d) in test_005()
65 test_006 (int a, int c, int b, int d) in test_006()
72 test_007 (int a, int c, int b, int d) in test_007()
79 test_008 (int a, int c, int b, int d) in test_008()
86 test_009 (int a, int c, int b, int d) in test_009()
[all …]

12345678910>>...3166