Home
last modified time | relevance | path

Searched defs:d (Results 76 – 100 of 45851) sorted by relevance

12345678910>>...1835

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/preprocessor/repetition/
H A Drepeat.hpp34 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_1(c, m, d) 0 argument
35 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_2(c, m, d) 0 argument
36 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_3(c, m, d) 0 argument
38 # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d) argument
41 # define BOOST_PP_REPEAT_4(c, m, d) BOOST_PP_ERROR(0x0003) argument
51 # define BOOST_PP_REPEAT_1_0(m, d) argument
52 # define BOOST_PP_REPEAT_1_1(m, d) m(2, 0, d) argument
309 # define BOOST_PP_REPEAT_2_0(m, d) argument
310 # define BOOST_PP_REPEAT_2_1(m, d) m(3, 0, d) argument
567 # define BOOST_PP_REPEAT_3_0(m, d) argument
[all …]
/dports/math/octave-forge-nan/nan-3.6.1/inst/
H A Dtest_sc.m129 d = R.output; variable
150 d = r.output; variable
179 d = D*W; variable
194 d = D*W; variable
209 d = D*W; variable
220 d = -sqrt(d); variable
226 d = exp(-d/2); variable
232 d = exp(-d/2); variable
257 d = exp(-d); variable
263 d = -sqrt(1+d); variable
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t400_Classification/
H A Dtest_sc.m129 d = R.output; variable
151 d = r.output; variable
176 d = D*W; variable
191 d = D*W; variable
206 d = D*W; variable
217 d = -sqrt(d); variable
223 d = exp(-d/2); variable
229 d = exp(-d/2); variable
254 d = exp(-d); variable
260 d = -sqrt(1+d); variable
[all …]
/dports/net-mgmt/nagios/nagios-3.5.1/common/
H A Dmacros.c1629 asprintf(output, "%d", temp_host->current_state); macro
1640 asprintf(output, "%d", temp_host->last_state); macro
1667 asprintf(output, "%d", temp_host->current_attempt); macro
1670 asprintf(output, "%d", temp_host->max_attempts); macro
2028 asprintf(output, "%d", temp_service->current_state); macro
2041 asprintf(output, "%d", temp_service->last_state); macro
2045 asprintf(output, "%d", temp_service->is_volatile); macro
2049 asprintf(output, "%d", temp_service->current_attempt); macro
2052 asprintf(output, "%d", temp_service->max_attempts); macro
3243 asprintf(&macro_name, "ARG%d", x + 1); macro
[all …]
/dports/devel/R-cran-desc/desc/tests/testthat/
H A Dtest-non-oo.R3 d <- temp_desc() globalVar
15 d <- temp_desc() globalVar
27 d <- temp_desc() globalVar
37 d <- temp_desc() globalVar
47 d <- temp_desc() globalVar
57 d <- temp_desc() globalVar
71 d <- temp_desc() globalVar
85 d <- temp_desc() globalVar
94 d <- temp_desc() globalVar
104 d <- temp_desc() globalVar
[all …]
/dports/x11-toolkits/libXmu/libXmu-1.1.3/include/X11/Xmu/
H A DAtoms.h67 #define XA_CLASS(d) XmuInternAtom(d, _XA_CLASS) argument
72 #define XA_DELETE(d) XmuInternAtom(d, _XA_DELETE) argument
73 #define XA_FILENAME(d) XmuInternAtom(d, _XA_FILENAME) argument
74 #define XA_HOSTNAME(d) XmuInternAtom(d, _XA_HOSTNAME) argument
76 #define XA_LENGTH(d) XmuInternAtom(d, _XA_LENGTH) argument
78 #define XA_NAME(d) XmuInternAtom(d, _XA_NAME) argument
80 #define XA_NULL(d) XmuInternAtom(d, _XA_NULL) argument
82 #define XA_SPAN(d) XmuInternAtom(d, _XA_SPAN) argument
83 #define XA_TARGETS(d) XmuInternAtom(d, _XA_TARGETS) argument
84 #define XA_TEXT(d) XmuInternAtom(d, _XA_TEXT) argument
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/external/jsr166/java/util/concurrent/
H A DTimeUnit.java44 public long toNanos(long d) { return d; } in toNanos()
56 public long toMicros(long d) { return d; } in toMicros()
68 public long toMillis(long d) { return d; } in toMillis()
74 int excessNanos(long d, long m) { return 0; } in excessNanos()
80 public long toSeconds(long d) { return d; } in toSeconds()
85 int excessNanos(long d, long m) { return 0; } in excessNanos()
92 public long toMinutes(long d) { return d; } in toMinutes()
104 public long toHours(long d) { return d; } in toHours()
116 public long toDays(long d) { return d; } in toDays()
136 static long x(long d, long m, long over) { in x()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/external/jsr166/java/util/concurrent/
H A DTimeUnit.java44 public long toNanos(long d) { return d; } in toNanos()
56 public long toMicros(long d) { return d; } in toMicros()
68 public long toMillis(long d) { return d; } in toMillis()
74 int excessNanos(long d, long m) { return 0; } in excessNanos()
80 public long toSeconds(long d) { return d; } in toSeconds()
85 int excessNanos(long d, long m) { return 0; } in excessNanos()
92 public long toMinutes(long d) { return d; } in toMinutes()
104 public long toHours(long d) { return d; } in toHours()
116 public long toDays(long d) { return d; } in toDays()
136 static long x(long d, long m, long over) { in x()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/external/jsr166/java/util/concurrent/
H A DTimeUnit.java44 public long toNanos(long d) { return d; } in toNanos()
56 public long toMicros(long d) { return d; } in toMicros()
68 public long toMillis(long d) { return d; } in toMillis()
74 int excessNanos(long d, long m) { return 0; } in excessNanos()
80 public long toSeconds(long d) { return d; } in toSeconds()
85 int excessNanos(long d, long m) { return 0; } in excessNanos()
92 public long toMinutes(long d) { return d; } in toMinutes()
104 public long toHours(long d) { return d; } in toHours()
116 public long toDays(long d) { return d; } in toDays()
136 static long x(long d, long m, long over) { in x()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DTimeUnit.java76 public long toNanos(long d) { return d; } in toNanos()
92 public long toMicros(long d) { return d; } in toMicros()
108 public long toMillis(long d) { return d; } in toMillis()
114 int excessNanos(long d, long m) { return 0; } in excessNanos()
124 public long toSeconds(long d) { return d; } in toSeconds()
129 int excessNanos(long d, long m) { return 0; } in excessNanos()
140 public long toMinutes(long d) { return d; } in toMinutes()
156 public long toHours(long d) { return d; } in toHours()
172 public long toDays(long d) { return d; } in toDays()
192 static long x(long d, long m, long over) { in x()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/external/jsr166/java/util/concurrent/
H A DTimeUnit.java44 public long toNanos(long d) { return d; } in toNanos()
56 public long toMicros(long d) { return d; } in toMicros()
68 public long toMillis(long d) { return d; } in toMillis()
74 int excessNanos(long d, long m) { return 0; } in excessNanos()
80 public long toSeconds(long d) { return d; } in toSeconds()
85 int excessNanos(long d, long m) { return 0; } in excessNanos()
92 public long toMinutes(long d) { return d; } in toMinutes()
104 public long toHours(long d) { return d; } in toHours()
116 public long toDays(long d) { return d; } in toDays()
136 static long x(long d, long m, long over) { in x()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/external/jsr166/java/util/concurrent/
H A DTimeUnit.java44 public long toNanos(long d) { return d; } in toNanos()
56 public long toMicros(long d) { return d; } in toMicros()
68 public long toMillis(long d) { return d; } in toMillis()
74 int excessNanos(long d, long m) { return 0; } in excessNanos()
80 public long toSeconds(long d) { return d; } in toSeconds()
85 int excessNanos(long d, long m) { return 0; } in excessNanos()
92 public long toMinutes(long d) { return d; } in toMinutes()
104 public long toHours(long d) { return d; } in toHours()
116 public long toDays(long d) { return d; } in toDays()
136 static long x(long d, long m, long over) { in x()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DTimeUnit.java76 public long toNanos(long d) { return d; } in toNanos()
92 public long toMicros(long d) { return d; } in toMicros()
108 public long toMillis(long d) { return d; } in toMillis()
114 int excessNanos(long d, long m) { return 0; } in excessNanos()
124 public long toSeconds(long d) { return d; } in toSeconds()
129 int excessNanos(long d, long m) { return 0; } in excessNanos()
140 public long toMinutes(long d) { return d; } in toMinutes()
156 public long toHours(long d) { return d; } in toHours()
172 public long toDays(long d) { return d; } in toDays()
192 static long x(long d, long m, long over) { in x()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/s2/base/
H A Ddocid.h42 static inline uint64 DocidForBitmap(const DocId& d) { return d; } in DocidForBitmap()
57 static inline uint64 DocIdAsNumber(const DocId& d) { return d; } in DocIdAsNumber()
178 static inline uint64 DocidForFingerprinting(const DocId& d) in DocidForFingerprinting()
180 static inline uint64 DocidForProtocolBuffer(const DocId& d) in DocidForProtocolBuffer()
182 static inline uint64 DocidForAnchorPosition(const DocId& d) in DocidForAnchorPosition()
184 static inline uint64 DocidForCheckpointing(const DocId& d) in DocidForCheckpointing()
250 static inline uint32 Docid32BitForBitmap(const DocId32Bit& d) in Docid32BitForBitmap()
252 static inline uint32 Docid32BitForPrintf(const DocId32Bit& d) in Docid32BitForPrintf()
254 static inline uint32* Docid32BitForScanf(DocId32Bit* d) in Docid32BitForScanf()
268 static inline uint32 DocId32BitAsNumber(const DocId32Bit& d) in DocId32BitAsNumber()
[all …]
/dports/graphics/photoqt/photoqt-1.6/CMake/
H A DListFilesQML.cmake5 SET(d "qml") variable
8 SET(d "qml/vars") variable
11 SET(d "qml/mainview") variable
15 SET(d "qml/shortcuts") variable
18 SET(d "qml/openfile") variable
21 SET(d "qml/openfile/tweaks") variable
24 SET(d "qml/elements") variable
27 SET(d "qml/settingsmanager") variable
51 SET(d "qml/slideshow") variable
57 SET(d "qml/other") variable
[all …]
/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed3-operand-lu.c219 XED_NOINLINE xed_uint64_t xed_dec_lu_MOD3(const xed_decoded_inst_t* d) in xed_dec_lu_MOD3()
252 XED_NOINLINE xed_uint64_t xed_dec_lu_LOCK_MOD3(const xed_decoded_inst_t* d) in xed_dec_lu_LOCK_MOD3()
267 XED_NOINLINE xed_uint64_t xed_dec_lu_REP_REXB_SRM(const xed_decoded_inst_t* d) in xed_dec_lu_REP_REXB_SRM()
291 XED_NOINLINE xed_uint64_t xed_dec_lu_REP(const xed_decoded_inst_t* d) in xed_dec_lu_REP()
401 XED_NOINLINE xed_uint64_t xed_dec_lu_MOD3_REG_RM(const xed_decoded_inst_t* d) in xed_dec_lu_MOD3_REG_RM()
417 XED_NOINLINE xed_uint64_t xed_dec_lu_MODEP5_REP(const xed_decoded_inst_t* d) in xed_dec_lu_MODEP5_REP()
514 XED_NOINLINE xed_uint64_t xed_dec_lu_MOD3_REG(const xed_decoded_inst_t* d) in xed_dec_lu_MOD3_REG()
624 XED_NOINLINE xed_uint64_t xed_dec_lu_MOD3_MODE(const xed_decoded_inst_t* d) in xed_dec_lu_MOD3_MODE()
665 XED_NOINLINE xed_uint64_t xed_dec_lu_MOD3_REP(const xed_decoded_inst_t* d) in xed_dec_lu_MOD3_REP()
751 XED_NOINLINE xed_uint64_t xed_dec_lu_MODE(const xed_decoded_inst_t* d) in xed_dec_lu_MODE()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/debugger/
H A Dqttypes.py33 def qdump__QAtomicInt(d, value): argument
57 def qdump__QByteArray(d, value): argument
117 def qdump__QChar(d, value): argument
277 def qdump__QDate(d, value): argument
299 def qdump__QTime(d, value): argument
439 def qdump__QDir(d, value): argument
655 def qdump__QFile(d, value): argument
841 def qdump__QHash(d, value): argument
1304 def qdump__QMap(d, value): argument
1523 def qdump__QSet(d, value): argument
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-39.c20 char d[4]; variable
22 void* test_memcpy_s0_1 (void *d) in test_memcpy_s0_1()
27 void* test_memcpy_s0_2 (void *d) in test_memcpy_s0_2()
32 void* test_memcpy_s0_0_1 (void *d) in test_memcpy_s0_0_1()
37 void* test_memcpy_s0_0_2 (void *d) in test_memcpy_s0_0_2()
43 void* test_memcpy_s0_1_1 (void *d) in test_memcpy_s0_1_1()
65 void* test_memmove_s0_1 (void *d) in test_memmove_s0_1()
70 void* test_memmove_s0_2 (void *d) in test_memmove_s0_2()
93 void* test_memcpy_e_1 (void *d) in test_memcpy_e_1()
98 void* test_memcpy_e0_1 (void *d) in test_memcpy_e0_1()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-39.c20 char d[4]; variable
22 void* test_memcpy_s0_1 (void *d) in test_memcpy_s0_1()
27 void* test_memcpy_s0_2 (void *d) in test_memcpy_s0_2()
32 void* test_memcpy_s0_0_1 (void *d) in test_memcpy_s0_0_1()
37 void* test_memcpy_s0_0_2 (void *d) in test_memcpy_s0_0_2()
43 void* test_memcpy_s0_1_1 (void *d) in test_memcpy_s0_1_1()
65 void* test_memmove_s0_1 (void *d) in test_memmove_s0_1()
70 void* test_memmove_s0_2 (void *d) in test_memmove_s0_2()
93 void* test_memcpy_e_1 (void *d) in test_memcpy_e_1()
98 void* test_memcpy_e0_1 (void *d) in test_memcpy_e0_1()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-39.c20 char d[4]; variable
22 void* test_memcpy_s0_1 (void *d) in test_memcpy_s0_1()
27 void* test_memcpy_s0_2 (void *d) in test_memcpy_s0_2()
32 void* test_memcpy_s0_0_1 (void *d) in test_memcpy_s0_0_1()
37 void* test_memcpy_s0_0_2 (void *d) in test_memcpy_s0_0_2()
43 void* test_memcpy_s0_1_1 (void *d) in test_memcpy_s0_1_1()
65 void* test_memmove_s0_1 (void *d) in test_memmove_s0_1()
70 void* test_memmove_s0_2 (void *d) in test_memmove_s0_2()
93 void* test_memcpy_e_1 (void *d) in test_memcpy_e_1()
98 void* test_memcpy_e0_1 (void *d) in test_memcpy_e0_1()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-39.c20 char d[4]; variable
22 void* test_memcpy_s0_1 (void *d) in test_memcpy_s0_1()
27 void* test_memcpy_s0_2 (void *d) in test_memcpy_s0_2()
32 void* test_memcpy_s0_0_1 (void *d) in test_memcpy_s0_0_1()
37 void* test_memcpy_s0_0_2 (void *d) in test_memcpy_s0_0_2()
43 void* test_memcpy_s0_1_1 (void *d) in test_memcpy_s0_1_1()
65 void* test_memmove_s0_1 (void *d) in test_memmove_s0_1()
70 void* test_memmove_s0_2 (void *d) in test_memmove_s0_2()
93 void* test_memcpy_e_1 (void *d) in test_memcpy_e_1()
98 void* test_memcpy_e0_1 (void *d) in test_memcpy_e0_1()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-39.c20 char d[4]; variable
22 void* test_memcpy_s0_1 (void *d) in test_memcpy_s0_1()
27 void* test_memcpy_s0_2 (void *d) in test_memcpy_s0_2()
32 void* test_memcpy_s0_0_1 (void *d) in test_memcpy_s0_0_1()
37 void* test_memcpy_s0_0_2 (void *d) in test_memcpy_s0_0_2()
43 void* test_memcpy_s0_1_1 (void *d) in test_memcpy_s0_1_1()
65 void* test_memmove_s0_1 (void *d) in test_memmove_s0_1()
70 void* test_memmove_s0_2 (void *d) in test_memmove_s0_2()
93 void* test_memcpy_e_1 (void *d) in test_memcpy_e_1()
98 void* test_memcpy_e0_1 (void *d) in test_memcpy_e0_1()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-39.c20 char d[4]; variable
22 void* test_memcpy_s0_1 (void *d) in test_memcpy_s0_1()
27 void* test_memcpy_s0_2 (void *d) in test_memcpy_s0_2()
32 void* test_memcpy_s0_0_1 (void *d) in test_memcpy_s0_0_1()
37 void* test_memcpy_s0_0_2 (void *d) in test_memcpy_s0_0_2()
43 void* test_memcpy_s0_1_1 (void *d) in test_memcpy_s0_1_1()
65 void* test_memmove_s0_1 (void *d) in test_memmove_s0_1()
70 void* test_memmove_s0_2 (void *d) in test_memmove_s0_2()
93 void* test_memcpy_e_1 (void *d) in test_memcpy_e_1()
98 void* test_memcpy_e0_1 (void *d) in test_memcpy_e0_1()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A DWarray-bounds-39.c20 char d[4]; variable
22 void* test_memcpy_s0_1 (void *d) in test_memcpy_s0_1()
27 void* test_memcpy_s0_2 (void *d) in test_memcpy_s0_2()
32 void* test_memcpy_s0_0_1 (void *d) in test_memcpy_s0_0_1()
37 void* test_memcpy_s0_0_2 (void *d) in test_memcpy_s0_0_2()
43 void* test_memcpy_s0_1_1 (void *d) in test_memcpy_s0_1_1()
65 void* test_memmove_s0_1 (void *d) in test_memmove_s0_1()
70 void* test_memmove_s0_2 (void *d) in test_memmove_s0_2()
93 void* test_memcpy_e_1 (void *d) in test_memcpy_e_1()
98 void* test_memcpy_e0_1 (void *d) in test_memcpy_e0_1()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWarray-bounds-39.c20 char d[4]; variable
22 void* test_memcpy_s0_1 (void *d) in test_memcpy_s0_1()
27 void* test_memcpy_s0_2 (void *d) in test_memcpy_s0_2()
32 void* test_memcpy_s0_0_1 (void *d) in test_memcpy_s0_0_1()
37 void* test_memcpy_s0_0_2 (void *d) in test_memcpy_s0_0_2()
43 void* test_memcpy_s0_1_1 (void *d) in test_memcpy_s0_1_1()
65 void* test_memmove_s0_1 (void *d) in test_memmove_s0_1()
70 void* test_memmove_s0_2 (void *d) in test_memmove_s0_2()
93 void* test_memcpy_e_1 (void *d) in test_memcpy_e_1()
98 void* test_memcpy_e0_1 (void *d) in test_memcpy_e0_1()
[all …]

12345678910>>...1835