Home
last modified time | relevance | path

Searched refs:p_type (Results 151 – 175 of 5581) sorted by relevance

12345678910>>...224

/dports/math/py-piranha/piranha-0.11/tests/
H A Drational_function_02.cpp60 using p_type = typename r_type::p_type; in operator ()() typedef
62 BOOST_CHECK_EQUAL(r_type{}.hash(), p_type{1}.hash()); in operator ()()
103 using p_type = typename r_type::p_type; in operator ()() typedef
123 p_type::register_custom_derivative( in operator ()()
124 "x", [](const p_type &p) { return p.partial("x") + p.partial("y") * 2 * p_type{"x"}; }); in operator ()()
127 p_type::unregister_all_custom_derivatives(); in operator ()()
196 using p_type = typename r_type::p_type; in operator ()() typedef
207 BOOST_CHECK((std::is_same<psr_type, decltype(p_type{} + psr_type{})>::value)); in operator ()()
208 BOOST_CHECK((std::is_same<psr_type, decltype(psr_type{} + p_type{})>::value)); in operator ()()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/
H A Docl_math_utils.h126 #define DECLARE_BLOCK_READ(suffix, func, data_type, addr_space, p_type) \ argument
128 block_read##suffix(const addr_space p_type *p) { \
132 #define DECLARE_BLOCK_READ_EMU(suffix, data_type, addr_space, p_type) \ argument
134 block_read##suffix##_emu(const addr_space p_type *p) { \
137 for (int i = 0; i < sizeof(data_type) / sizeof(p_type); i++) { \
138 ((p_type *)&ret)[i] = p[idx]; \
144 #define DECLARE_BLOCK_WRITE(suffix, func, data_type, addr_space, p_type) \ argument
146 block_write##suffix(addr_space p_type *p, data_type data) { \
150 #define DECLARE_BLOCK_WRITE_EMU(suffix, data_type, addr_space, p_type) \ argument
154 for (int i = 0; i < sizeof(data_type) / sizeof(p_type); i++) { \
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/include/elf/
H A Dinternal.h88 unsigned long p_type; /* Identifies program segment type */ member
258 unsigned long p_type; member
298 && (segment)->p_type != PT_TLS)
313 && ((segment)->p_type == PT_TLS \
314 || (segment)->p_type == PT_GNU_RELRO \
315 || (segment)->p_type == PT_LOAD)) \
319 && (segment)->p_type != PT_TLS \
320 && (segment)->p_type != PT_PHDR)) \
342 && ((segment)->p_type != PT_DYNAMIC \
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/elf/
H A Dinternal.h88 unsigned long p_type; /* Identifies program segment type */ member
258 unsigned long p_type; member
298 && (segment)->p_type != PT_TLS)
313 && ((segment)->p_type == PT_TLS \
314 || (segment)->p_type == PT_GNU_RELRO \
315 || (segment)->p_type == PT_LOAD)) \
319 && (segment)->p_type != PT_TLS \
320 && (segment)->p_type != PT_PHDR)) \
342 && ((segment)->p_type != PT_DYNAMIC \
/dports/devel/gdb761/gdb-7.6.1/include/elf/
H A Dinternal.h88 unsigned long p_type; /* Identifies program segment type */ member
258 unsigned long p_type; member
298 && (segment)->p_type != PT_TLS)
313 && ((segment)->p_type == PT_TLS \
314 || (segment)->p_type == PT_GNU_RELRO \
315 || (segment)->p_type == PT_LOAD)) \
319 && (segment)->p_type != PT_TLS \
320 && (segment)->p_type != PT_PHDR)) \
342 && ((segment)->p_type != PT_DYNAMIC \
/dports/devel/bsdelf/elftoolchain-0.7.1/test/elfdump/ts/dso2/
H A D@S@p%test.so.out4 p_paddr: 0 p_type: [ PT_LOAD ]
10 p_paddr: 0x200c30 p_type: [ PT_LOAD ]
16 p_paddr: 0x200c58 p_type: [ PT_DYNAMIC ]
22 p_paddr: 0xb10 p_type: [ PT_NULL ]
28 p_paddr: 0 p_type: [ PT_LOAD ]
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/elfdump/ts/dso2/
H A D@S@p%test.so.out4 p_paddr: 0 p_type: [ PT_LOAD ]
10 p_paddr: 0x200c30 p_type: [ PT_LOAD ]
16 p_paddr: 0x200c58 p_type: [ PT_DYNAMIC ]
22 p_paddr: 0xb10 p_type: [ PT_NULL ]
28 p_paddr: 0 p_type: [ PT_LOAD ]
/dports/databases/mantis/mantisbt-2.25.2/plugins/EventLog/core/
H A Devent_api.php106 function string_process_generic_link( $p_string, $p_tag, $p_type ) { argument
107 $t_callback = 'eventlog_string_process_' . $p_type . '_link_callback';
119 $t_exists = \'' . $p_type . '_exists\';
121 $t_get_field = \'' . $p_type . '_get_field\';
122 …$t_name = $t_get_field( (int)$p_array[2], \'' . ( ( $p_type == 'user' ) ? 'username' : 'name' ) . …
/dports/databases/pg_partman/pg_partman-4.5.1/updates/
H A Dpg_partman--1.7.1--1.7.2.sql141 , p_type text
211 …IF p_use_run_maintenance IS FALSE AND (p_type = 'time-static' OR p_type = 'time-dynamic' OR p_type
215 ELSIF p_type = 'time-static' OR p_type = 'time-dynamic' OR p_type = 'time-custom' THEN
217 ELSIF p_type = 'id-static' OR p_type ='id-dynamic' THEN
228 IF p_type = 'time-static' OR p_type = 'time-dynamic' OR p_type = 'time-custom' THEN
248 IF p_type <> 'time-custom' THEN
334 , p_type
352 IF p_type = 'id-static' OR p_type = 'id-dynamic' THEN
385 , p_type
407 IF p_type = 'time-static' OR p_type = 'time-dynamic' OR p_type = 'time-custom' THEN
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/doc/
H A D16.sql9 p_type,
18 and p_type not like ':2%'
30 p_type,
35 p_type,
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/doc/
H A D16.sql9 p_type,
18 and p_type not like ':2%'
30 p_type,
35 p_type,
/dports/devel/godot2/godot-2.1.6-stable/drivers/unix/
H A Dsocket_helpers.h74 static int _socket_create(IP::Type &p_type, int type, int protocol) { in _socket_create() argument
76 ERR_FAIL_COND_V(p_type > IP::TYPE_ANY || p_type < IP::TYPE_NONE, ERR_INVALID_PARAMETER); in _socket_create()
78 int family = p_type == IP::TYPE_IPV4 ? AF_INET : AF_INET6; in _socket_create()
81 if (sockfd == -1 && p_type == IP::TYPE_ANY) { in _socket_create()
84 p_type = IP::TYPE_IPV4; in _socket_create()
93 int opt = p_type != IP::TYPE_ANY; in _socket_create()
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/unix/
H A Dsocket_helpers.h74 static int _socket_create(IP::Type &p_type, int type, int protocol) { in _socket_create() argument
76 ERR_FAIL_COND_V(p_type > IP::TYPE_ANY || p_type < IP::TYPE_NONE, ERR_INVALID_PARAMETER); in _socket_create()
78 int family = p_type == IP::TYPE_IPV4 ? AF_INET : AF_INET6; in _socket_create()
81 if (sockfd == -1 && p_type == IP::TYPE_ANY) { in _socket_create()
84 p_type = IP::TYPE_IPV4; in _socket_create()
93 int opt = p_type != IP::TYPE_ANY; in _socket_create()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_initializer_1.f9019 type p_type type
22 end type p_type
31 type(p_type) :: pre
50 type(p_type) :: p
65 type(p_type) :: p
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_initializer_1.f9019 type p_type type
22 end type p_type
31 type(p_type) :: pre
50 type(p_type) :: p
65 type(p_type) :: p
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_initializer_1.f9019 type p_type type
22 end type p_type
31 type(p_type) :: pre
50 type(p_type) :: p
65 type(p_type) :: p
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_initializer_1.f9019 type p_type type
22 end type p_type
31 type(p_type) :: pre
50 type(p_type) :: p
65 type(p_type) :: p
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_initializer_1.f9019 type p_type type
22 end type p_type
31 type(p_type) :: pre
50 type(p_type) :: p
65 type(p_type) :: p
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_initializer_1.f9019 type p_type type
22 end type p_type
31 type(p_type) :: pre
50 type(p_type) :: p
65 type(p_type) :: p
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_initializer_1.f9019 type p_type type
22 end type p_type
31 type(p_type) :: pre
50 type(p_type) :: p
65 type(p_type) :: p
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_initializer_1.f9019 type p_type type
22 end type p_type
31 type(p_type) :: pre
50 type(p_type) :: p
65 type(p_type) :: p
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_initializer_1.f9019 type p_type type
22 end type p_type
31 type(p_type) :: pre
50 type(p_type) :: p
65 type(p_type) :: p
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_initializer_1.f9019 type p_type type
22 end type p_type
31 type(p_type) :: pre
50 type(p_type) :: p
65 type(p_type) :: p
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_initializer_1.f9019 type p_type type
22 end type p_type
31 type(p_type) :: pre
50 type(p_type) :: p
65 type(p_type) :: p
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_initializer_1.f9019 type p_type type
22 end type p_type
31 type(p_type) :: pre
50 type(p_type) :: p
65 type(p_type) :: p

12345678910>>...224