Home
last modified time | relevance | path

Searched refs:idx_base (Results 1 – 25 of 130) sorted by relevance

123456

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dcuda_kernels.templates.h37 const size_type idx_base = in vec_scale() local
53 const size_type idx_base = in vector_bin_op() local
72 const size_type idx_base = in masked_vector_bin_op() local
326 const size_type idx_base = in vec_add() local
345 const size_type idx_base = in add_aV() local
366 const size_type idx_base = in add_aVbW() local
386 const size_type idx_base = in sadd() local
408 const size_type idx_base = in sadd() local
424 const size_type idx_base = in scale() local
440 const size_type idx_base = in equ() local
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/matrix/
H A Dhecmw_mat_ass.f9078 integer(kind=kint) :: NDOF, is, iE, k, idx_base, idx, idof, jdof local
93 idx_base = NDOF**2 * (k-1)
96 idx = idx_base + jdof
100 idx_base = idx_base + NDOF
114 idx_base = NDOF**2 * (k-1)
117 idx = idx_base + jdof
121 idx_base = idx_base + NDOF
125 idx_base = NDOF**2 * (inod - 1)
128 idx = idx_base + jdof
132 idx_base = idx_base + NDOF
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_api_object.c351 duk_idx_t idx_base; in duk_def_prop() local
374 idx_base = duk_get_top_index(ctx); in duk_def_prop()
379 set = duk_get_hobject_or_lfunc_coerce(ctx, idx_base); in duk_def_prop()
383 idx_base--; in duk_def_prop()
391 get = duk_get_hobject_or_lfunc_coerce(ctx, idx_base); in duk_def_prop()
395 idx_base--; in duk_def_prop()
400 idx_value = idx_base; in duk_def_prop()
401 idx_base--; in duk_def_prop()
405 key = duk_require_hstring(ctx, idx_base); in duk_def_prop()
407 duk_require_valid_index(ctx, idx_base); in duk_def_prop()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_api_object.c351 duk_idx_t idx_base; in duk_def_prop() local
374 idx_base = duk_get_top_index(ctx); in duk_def_prop()
379 set = duk_get_hobject_or_lfunc_coerce(ctx, idx_base); in duk_def_prop()
383 idx_base--; in duk_def_prop()
391 get = duk_get_hobject_or_lfunc_coerce(ctx, idx_base); in duk_def_prop()
395 idx_base--; in duk_def_prop()
400 idx_value = idx_base; in duk_def_prop()
401 idx_base--; in duk_def_prop()
405 key = duk_require_hstring(ctx, idx_base); in duk_def_prop()
407 duk_require_valid_index(ctx, idx_base); in duk_def_prop()
[all …]
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/chart/
H A D_chart.py87 self.idx_base = 0
119 idx_base = self.idx_base
122 chart.idx_base = idx_base
123 idx_base += len(chart.series)
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Ddatstrm.cpp136 size_t idx_base = 0; in DoReadLL() local
145 DataType((unsigned long) pchBuffer[idx_base + ui]); in DoReadLL()
148 idx_base += 8; in DoReadLL()
158 DataType((unsigned long) pchBuffer[idx_base + 7 - ui]); in DoReadLL()
159 idx_base += 8; in DoReadLL()
170 size_t idx_base = 0; in DoWriteLL() local
178 pchBuffer[idx_base + 7 - ui] = in DoWriteLL()
183 idx_base += 8; in DoWriteLL()
193 pchBuffer[idx_base + ui] = in DoWriteLL()
198 idx_base += 8; in DoWriteLL()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Ddatstrm.cpp136 size_t idx_base = 0; in DoReadLL() local
145 DataType((unsigned long) pchBuffer[idx_base + ui]); in DoReadLL()
148 idx_base += 8; in DoReadLL()
158 DataType((unsigned long) pchBuffer[idx_base + 7 - ui]); in DoReadLL()
159 idx_base += 8; in DoReadLL()
170 size_t idx_base = 0; in DoWriteLL() local
178 pchBuffer[idx_base + 7 - ui] = in DoWriteLL()
183 idx_base += 8; in DoWriteLL()
193 pchBuffer[idx_base + ui] = in DoWriteLL()
198 idx_base += 8; in DoWriteLL()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Ddatstrm.cpp136 size_t idx_base = 0; in DoReadLL() local
145 DataType((unsigned long) pchBuffer[idx_base + ui]); in DoReadLL()
148 idx_base += 8; in DoReadLL()
158 DataType((unsigned long) pchBuffer[idx_base + 7 - ui]); in DoReadLL()
159 idx_base += 8; in DoReadLL()
170 size_t idx_base = 0; in DoWriteLL() local
178 pchBuffer[idx_base + 7 - ui] = in DoWriteLL()
183 idx_base += 8; in DoWriteLL()
193 pchBuffer[idx_base + ui] = in DoWriteLL()
198 idx_base += 8; in DoWriteLL()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Ddatstrm.cpp136 size_t idx_base = 0; in DoReadLL() local
145 DataType((unsigned long) pchBuffer[idx_base + ui]); in DoReadLL()
148 idx_base += 8; in DoReadLL()
158 DataType((unsigned long) pchBuffer[idx_base + 7 - ui]); in DoReadLL()
159 idx_base += 8; in DoReadLL()
170 size_t idx_base = 0; in DoWriteLL() local
178 pchBuffer[idx_base + 7 - ui] = in DoWriteLL()
183 idx_base += 8; in DoWriteLL()
193 pchBuffer[idx_base + ui] = in DoWriteLL()
198 idx_base += 8; in DoWriteLL()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Ddatstrm.cpp209 size_t idx_base = 0; in DoReadLL() local
218 DataType((unsigned long) pchBuffer[idx_base + ui]); in DoReadLL()
221 idx_base += 8; in DoReadLL()
231 DataType((unsigned long) pchBuffer[idx_base + 7 - ui]); in DoReadLL()
232 idx_base += 8; in DoReadLL()
243 size_t idx_base = 0; in DoWriteLL() local
251 pchBuffer[idx_base + 7 - ui] = in DoWriteLL()
256 idx_base += 8; in DoWriteLL()
266 pchBuffer[idx_base + ui] = in DoWriteLL()
271 idx_base += 8; in DoWriteLL()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Ddatstrm.cpp212 size_t idx_base = 0; in DoReadLL() local
221 DataType((unsigned long) pchBuffer[idx_base + ui]); in DoReadLL()
224 idx_base += 8; in DoReadLL()
234 DataType((unsigned long) pchBuffer[idx_base + 7 - ui]); in DoReadLL()
235 idx_base += 8; in DoReadLL()
246 size_t idx_base = 0; in DoWriteLL() local
254 pchBuffer[idx_base + 7 - ui] = in DoWriteLL()
259 idx_base += 8; in DoWriteLL()
269 pchBuffer[idx_base + ui] = in DoWriteLL()
274 idx_base += 8; in DoWriteLL()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Ddatstrm.cpp212 size_t idx_base = 0; in DoReadLL() local
221 DataType((unsigned long) pchBuffer[idx_base + ui]); in DoReadLL()
224 idx_base += 8; in DoReadLL()
234 DataType((unsigned long) pchBuffer[idx_base + 7 - ui]); in DoReadLL()
235 idx_base += 8; in DoReadLL()
246 size_t idx_base = 0; in DoWriteLL() local
254 pchBuffer[idx_base + 7 - ui] = in DoWriteLL()
259 idx_base += 8; in DoWriteLL()
269 pchBuffer[idx_base + ui] = in DoWriteLL()
274 idx_base += 8; in DoWriteLL()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DUnicodeTypeTable.cc1037 unsigned short idx_base, idx_add; in combine() local
1039 idx_base = COMPOSE_INDEX(base); in combine()
1040 if (idx_base >= COMPOSE_FIRST_SINGLE_START in combine()
1041 && idx_base < COMPOSE_SECOND_START) { in combine()
1042 if (compose_first_single[idx_base - COMPOSE_FIRST_SINGLE_START][0] in combine()
1044 *out = compose_first_single[idx_base - COMPOSE_FIRST_SINGLE_START][1]; in combine()
1060 if (idx_base >= COMPOSE_FIRST_START && idx_base < COMPOSE_FIRST_SINGLE_START in combine()
1063 Unicode o = compose_array[idx_base - COMPOSE_FIRST_START] in combine()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DUnicodeTypeTable.cc1069 unsigned short idx_base, idx_add; in combine() local
1071 idx_base = COMPOSE_INDEX(base); in combine()
1072 if (idx_base >= COMPOSE_FIRST_SINGLE_START in combine()
1073 && idx_base < COMPOSE_SECOND_START) { in combine()
1074 if (compose_first_single[idx_base - COMPOSE_FIRST_SINGLE_START][0] in combine()
1076 *out = compose_first_single[idx_base - COMPOSE_FIRST_SINGLE_START][1]; in combine()
1092 if (idx_base >= COMPOSE_FIRST_START && idx_base < COMPOSE_FIRST_SINGLE_START in combine()
1095 Unicode o = compose_array[idx_base - COMPOSE_FIRST_START] in combine()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DUnicodeTypeTable.cc1060 unsigned short idx_base, idx_add; in combine() local
1062 idx_base = COMPOSE_INDEX(base); in combine()
1063 if (idx_base >= COMPOSE_FIRST_SINGLE_START in combine()
1064 && idx_base < COMPOSE_SECOND_START) { in combine()
1065 if (compose_first_single[idx_base - COMPOSE_FIRST_SINGLE_START][0] in combine()
1067 *out = compose_first_single[idx_base - COMPOSE_FIRST_SINGLE_START][1]; in combine()
1083 if (idx_base >= COMPOSE_FIRST_START && idx_base < COMPOSE_FIRST_SINGLE_START in combine()
1086 Unicode o = compose_array[idx_base - COMPOSE_FIRST_START] in combine()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DUnicodeTypeTable.cc1060 unsigned short idx_base, idx_add; in combine() local
1062 idx_base = COMPOSE_INDEX(base); in combine()
1063 if (idx_base >= COMPOSE_FIRST_SINGLE_START in combine()
1064 && idx_base < COMPOSE_SECOND_START) { in combine()
1065 if (compose_first_single[idx_base - COMPOSE_FIRST_SINGLE_START][0] in combine()
1067 *out = compose_first_single[idx_base - COMPOSE_FIRST_SINGLE_START][1]; in combine()
1083 if (idx_base >= COMPOSE_FIRST_START && idx_base < COMPOSE_FIRST_SINGLE_START in combine()
1086 Unicode o = compose_array[idx_base - COMPOSE_FIRST_START] in combine()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_api_object.c532 duk_idx_t idx_base; in duk_def_prop() local
555 idx_base = duk_get_top_index(thr); in duk_def_prop()
560 set = duk_get_hobject_promote_lfunc(thr, idx_base); in duk_def_prop()
564 idx_base--; in duk_def_prop()
572 get = duk_get_hobject_promote_lfunc(thr, idx_base); in duk_def_prop()
576 idx_base--; in duk_def_prop()
581 idx_value = idx_base; in duk_def_prop()
582 idx_base--; in duk_def_prop()
586 key = duk_to_property_key_hstring(thr, idx_base); in duk_def_prop()
589 duk_require_valid_index(thr, idx_base); in duk_def_prop()
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_api_object.c532 duk_idx_t idx_base; in duk_def_prop() local
555 idx_base = duk_get_top_index(thr); in duk_def_prop()
560 set = duk_get_hobject_promote_lfunc(thr, idx_base); in duk_def_prop()
564 idx_base--; in duk_def_prop()
572 get = duk_get_hobject_promote_lfunc(thr, idx_base); in duk_def_prop()
576 idx_base--; in duk_def_prop()
581 idx_value = idx_base; in duk_def_prop()
582 idx_base--; in duk_def_prop()
586 key = duk_to_property_key_hstring(thr, idx_base); in duk_def_prop()
589 duk_require_valid_index(thr, idx_base); in duk_def_prop()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_api_object.c532 duk_idx_t idx_base; in duk_def_prop() local
555 idx_base = duk_get_top_index(thr); in duk_def_prop()
560 set = duk_get_hobject_promote_lfunc(thr, idx_base); in duk_def_prop()
564 idx_base--; in duk_def_prop()
572 get = duk_get_hobject_promote_lfunc(thr, idx_base); in duk_def_prop()
576 idx_base--; in duk_def_prop()
581 idx_value = idx_base; in duk_def_prop()
582 idx_base--; in duk_def_prop()
586 key = duk_to_property_key_hstring(thr, idx_base); in duk_def_prop()
589 duk_require_valid_index(thr, idx_base); in duk_def_prop()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_api_object.c532 duk_idx_t idx_base; in duk_def_prop() local
555 idx_base = duk_get_top_index(thr); in duk_def_prop()
560 set = duk_get_hobject_promote_lfunc(thr, idx_base); in duk_def_prop()
564 idx_base--; in duk_def_prop()
572 get = duk_get_hobject_promote_lfunc(thr, idx_base); in duk_def_prop()
576 idx_base--; in duk_def_prop()
581 idx_value = idx_base; in duk_def_prop()
582 idx_base--; in duk_def_prop()
586 key = duk_to_property_key_hstring(thr, idx_base); in duk_def_prop()
589 duk_require_valid_index(thr, idx_base); in duk_def_prop()
[all …]
/dports/math/petanque/arybo-release-1.1.0/arybo/lib/
H A Dbool_solver.py64 idx_base = X[0].sym_idx()
73 idx = self.__idx(idx, idx_base, nbits)
101 new[self.__idx(idx, idx_base, nbits)] = imm(0)
/dports/math/py-arybo/arybo-1.1.0/arybo/lib/
H A Dbool_solver.py64 idx_base = X[0].sym_idx()
73 idx = self.__idx(idx, idx_base, nbits)
101 new[self.__idx(idx, idx_base, nbits)] = imm(0)
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/zabbix_agent/
H A Dcpustat.c774 int i, time, idx_curr, idx_base; in get_cpustat() local
834 if (0 > (idx_base = idx_curr - MIN(cpu->h_count - 1, time))) in get_cpustat()
835 idx_base += MAX_COLLECTOR_HISTORY; in get_cpustat()
837 while (SYSINFO_RET_OK != cpu->h_status[idx_base]) in get_cpustat()
838 if (MAX_COLLECTOR_HISTORY == ++idx_base) in get_cpustat()
839 idx_base -= MAX_COLLECTOR_HISTORY; in get_cpustat()
843 if (cpu->h_counter[i][idx_curr] > cpu->h_counter[i][idx_base]) in get_cpustat()
844 total += cpu->h_counter[i][idx_curr] - cpu->h_counter[i][idx_base]; in get_cpustat()
849 if (cpu->h_counter[state][idx_curr] > cpu->h_counter[state][idx_base]) in get_cpustat()
850 counter = cpu->h_counter[state][idx_curr] - cpu->h_counter[state][idx_base]; in get_cpustat()
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/zabbix_agent/
H A Dcpustat.c774 int i, time, idx_curr, idx_base; in get_cpustat() local
834 if (0 > (idx_base = idx_curr - MIN(cpu->h_count - 1, time))) in get_cpustat()
835 idx_base += MAX_COLLECTOR_HISTORY; in get_cpustat()
837 while (SYSINFO_RET_OK != cpu->h_status[idx_base]) in get_cpustat()
838 if (MAX_COLLECTOR_HISTORY == ++idx_base) in get_cpustat()
839 idx_base -= MAX_COLLECTOR_HISTORY; in get_cpustat()
843 if (cpu->h_counter[i][idx_curr] > cpu->h_counter[i][idx_base]) in get_cpustat()
844 total += cpu->h_counter[i][idx_curr] - cpu->h_counter[i][idx_base]; in get_cpustat()
849 if (cpu->h_counter[state][idx_curr] > cpu->h_counter[state][idx_base]) in get_cpustat()
850 counter = cpu->h_counter[state][idx_curr] - cpu->h_counter[state][idx_base]; in get_cpustat()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/zabbix_agent/
H A Dcpustat.c774 int i, time, idx_curr, idx_base; in get_cpustat() local
834 if (0 > (idx_base = idx_curr - MIN(cpu->h_count - 1, time))) in get_cpustat()
835 idx_base += MAX_COLLECTOR_HISTORY; in get_cpustat()
837 while (SYSINFO_RET_OK != cpu->h_status[idx_base]) in get_cpustat()
838 if (MAX_COLLECTOR_HISTORY == ++idx_base) in get_cpustat()
839 idx_base -= MAX_COLLECTOR_HISTORY; in get_cpustat()
843 if (cpu->h_counter[i][idx_curr] > cpu->h_counter[i][idx_base]) in get_cpustat()
844 total += cpu->h_counter[i][idx_curr] - cpu->h_counter[i][idx_base]; in get_cpustat()
849 if (cpu->h_counter[state][idx_curr] > cpu->h_counter[state][idx_base]) in get_cpustat()
850 counter = cpu->h_counter[state][idx_curr] - cpu->h_counter[state][idx_base]; in get_cpustat()

123456