Home
last modified time | relevance | path

Searched +refs:c +refs:dobj (Results 1 – 25 of 363) sorted by last modified time

12345678910>>...15

/dports/science/octopus/octopus-10.5/
H A Dconfigure3739 ac_ext=c
4330 ac_ext=c
4336 ac_ext=c
4388 ac_ext=c
5016 ac_ext=c
6745 (('a' <= (c) && (c) <= 'i') \
6746 || ('j' <= (c) && (c) <= 'r') \
6747 || ('s' <= (c) && (c) <= 'z'))
10885 type (dtype) dobj
10891 s = sizeof(dobj)
[all …]
/dports/math/py-yt/yt-4.0.1/yt/utilities/answer_testing/
H A Danswer_tests.py41 children = children + [c.id for c in g.Children]
63 dobj = create_obj(ds, dobj_type)
65 dobj = None
71 proj = ds.proj(field, axis, weight_field=weight_field, data_source=dobj)
189 dobj = create_obj(ds, ds_obj)
190 s1 = dobj["ones"].sum()
191 s2 = sum(mask.sum() for block, mask in dobj.blocks)
/dports/math/py-yt/yt-4.0.1/yt/frontends/enzo/
H A Ddata_structures.py270 counts = [int(c) for c in _next_token_line("ParticleTypeCounts", f)]
631 def _chunk_io(self, dobj, cache=True, local_only=False): argument
633 gobjs = getattr(dobj._current_chunk, "objs", dobj._chunk_info)
641 count = self._count_selection(dobj, gs)
642 yield YTDataChunk(dobj, "io", gs, count, cache=cache)
/dports/math/py-yt/yt-4.0.1/yt/frontends/boxlib/
H A Ddata_structures.py104 def select_ires(self, dobj): argument
105 mask = self._get_selector_mask(dobj.selector)
959 pfield_list = [("io", c) for c in self.io.particle_field_index.keys()]
/dports/math/py-yt/yt-4.0.1/yt/frontends/artio/
H A D_artio_caller.pyx38 void cosmology_free(CosmologyParameters *c)
39 void cosmology_set_fixed(CosmologyParameters *c)
1148 cdef np.int64_t c
1150 c = doct_count[sfc - sfc_start]
1207 c = doct_count[sfc - sfc_start]
1211 c = 0
1214 c += pcount[ispec][sfc - sfc_start]
1215 if c == 0: continue
1642 def __init__(self, dobj): argument
1643 self.base_selector = dobj.base_selector
[all …]
/dports/math/py-yt/yt-4.0.1/yt/geometry/
H A Dgeometry_handler.py277 self.dobj = dobj
313 c = obj.select_fcoords(self.dobj)
316 ci[ind : ind + c.shape[0], :] = c
330 c = obj.select_icoords(self.dobj)
333 ci[ind : ind + c.shape[0], :] = c
349 c = obj.select_fwidth(self.dobj)
352 ci[ind : ind + c.shape[0], :] = c
366 c = obj.select_ires(self.dobj)
369 ci[ind : ind + c.size] = c
405 c = obj.select_fcoords_vertex(self.dobj)
[all …]
H A Dselection_routines.pyx69 # These all respect the interface "dobj" and a set of left_edges, right_edges,
143 cdef int p, c, n_p, n_c
151 for c in range(n_c):
152 if (fabs(px[p] - cx[c]) <= 0.5 * dx[c] and
153 fabs(py[p] - cy[c]) <= 0.5 * dy[c] and
154 fabs(pz[p] - cz[c]) <= 0.5 * dz[c]):
/dports/math/py-yt/yt-4.0.1/yt/geometry/_selection_routines/
H A Dcut_region_selector.pxi5 def __init__(self, dobj): argument
6 axis_name = dobj.ds.coordinates.axis_name
7 positions = np.array([dobj['index', axis_name[0]],
8 dobj['index', axis_name[1]],
9 dobj['index', axis_name[2]]]).T
10 self._conditionals = tuple(dobj.conditionals)
36 for i, c in enumerate(self._conditionals):
37 t += ("conditional[%s]" % i, c)
/dports/math/py-yt/yt-4.0.1/yt/
H A Dtesting.py529 c = np.array([0.5 * (xmin + xmax), 0.5 * (ymin + ymax), 0.5 * (zmin + zmax)])
530 r = np.sqrt((x3d - c[0]) ** 2 + (y3d - c[1]) ** 2 + (z3d - c[2]) ** 2)
1415 def compare_dobj_selection(self, dobj): argument
1420 sel_index = dobj.selector.select_points(x, y, z, radii)
1427 for chunk in dobj.chunks([], "io"):
1471 c = self.ds.arr(center, "unitary") + self.ds.domain_left_edge.in_units(
1476 if any(c - r < self.ds.domain_left_edge) or any(
1477 c + r > self.ds.domain_right_edge
1480 sp = self.ds.sphere(c, (0.1, "unitary"))
/dports/math/py-yt/yt-4.0.1/yt/data_objects/tests/
H A Dtest_chunking.py5 def _get_dobjs(c): argument
9 ("ortho_ray", (0, (c[1], c[2]))),
10 ("slice", (0, c[0])),
22 c = (ds.domain_right_edge + ds.domain_left_edge) / 2.0
23 c += ds.arr(0.5 / ds.domain_dimensions, "code_length")
24 for dobj in _get_dobjs(c):
25 obj = getattr(ds, dobj[0])(*dobj[1])
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Ddatetimetester.py537 eq(c*10, td(0, 0, 10000))
538 eq(10*c, td(0, 0, 10000))
542 eq(c*-2, -c+-c)
545 eq(c*1000, td(0, 1))
546 eq(1000*c, td(0, 1))
549 eq(c//1000, td(0, 0, 1))
556 eq(c/1000, td(0, 0, 1))
1263 self.assertEqual(c - (c - day), day)
1894 dobj = self.theclass(*datecomps)
1895 isocal = dobj.isocalendar()
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Ddatetimetester.py530 eq(c*10, td(0, 0, 10000))
531 eq(10*c, td(0, 0, 10000))
535 eq(c*-2, -c+-c)
538 eq(c*1000, td(0, 1))
539 eq(1000*c, td(0, 1))
542 eq(c//1000, td(0, 0, 1))
549 eq(c/1000, td(0, 0, 1))
1256 self.assertEqual(c - (c - day), day)
1863 dobj = self.theclass(*datecomps)
1864 isocal = dobj.isocalendar()
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Ddatetimetester.py537 eq(c*10, td(0, 0, 10000))
538 eq(10*c, td(0, 0, 10000))
542 eq(c*-2, -c+-c)
545 eq(c*1000, td(0, 1))
546 eq(1000*c, td(0, 1))
549 eq(c//1000, td(0, 0, 1))
556 eq(c/1000, td(0, 0, 1))
1263 self.assertEqual(c - (c - day), day)
1894 dobj = self.theclass(*datecomps)
1895 isocal = dobj.isocalendar()
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Ddatetimetester.py540 eq(c*10, td(0, 0, 10000))
541 eq(10*c, td(0, 0, 10000))
545 eq(c*-2, -c+-c)
548 eq(c*1000, td(0, 1))
549 eq(1000*c, td(0, 1))
552 eq(c//1000, td(0, 0, 1))
559 eq(c/1000, td(0, 0, 1))
1266 self.assertEqual(c - (c - day), day)
1897 dobj = self.theclass(*datecomps)
1898 isocal = dobj.isocalendar()
[all …]
/dports/games/yadex/yadex-1.7.0/
H A DGNUmakefile25 DOBJDIR = dobj/0
27 DOBJPHYSDIR = dobj/$(SYSTEM)
186 SRC_ATCLIB = $(addprefix atclib/, $(addsuffix .c, $(MODULES_ATCLIB)))
337 ftime.c \
338 install.c \
340 notexist.c \
741 $(OBJDIR_ATCLIB)/%.o: atclib/%.c $(HEADERS_ATCLIB)
744 $(DOBJDIR_ATCLIB)/%.o: atclib/%.c $(HEADERS_ATCLIB)
881 $(OBJDIR)/ftime: scripts/ftime.c
884 $(OBJDIR)/install: scripts/install.c
[all …]
/dports/devel/py-python-bugzilla/python-bugzilla-2.5.0/bugzilla/
H A D_cli.py627 for c in sorted(_filter_components(details)):
628 print(to_encoding(u"%s: %s" % (c,
629 details[c]['default_assigned_to'])))
670 dobj = datetime.datetime.strptime(str(obj), '%Y%m%dT%H:%M:%S')
671 return dobj.isoformat() + "Z"
743 for c in getattr(b, "comments", []):
744 val += ("\n* %s - %s:\n%s\n" % (c['time'],
745 c.get("creator", c.get("author", "")), c['text']))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/ELF/
H A DSyntheticSections.cpp2429 unsigned c = config->is64 ? 64 : 32; in writeBloomFilter() local
2433 size_t i = (sym.hash / c) & (maskWords - 1); in writeBloomFilter()
2435 val |= uint64_t(1) << (sym.hash % c); in writeBloomFilter()
2436 val |= uint64_t(1) << ((sym.hash >> Shift2) % c); in writeBloomFilter()
2466 for (uint8_t c : name) in hashGnu() local
2467 h = (h << 5) + h + c; in hashGnu()
2735 for (uint8_t c : s) in computeGdbHash() local
2736 h = h * 67 + toLower(c) - 113; in computeGdbHash()
2949 auto &dobj = static_cast<const LLDDwarfObj<ELFT> &>(dwarf.getDWARFObj()); in create() local
2953 chunks[i].sec = dobj.getInfoSection(); in create()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/ELF/
H A DSyntheticSections.cpp2429 unsigned c = config->is64 ? 64 : 32; in writeBloomFilter() local
2433 size_t i = (sym.hash / c) & (maskWords - 1); in writeBloomFilter()
2435 val |= uint64_t(1) << (sym.hash % c); in writeBloomFilter()
2436 val |= uint64_t(1) << ((sym.hash >> Shift2) % c); in writeBloomFilter()
2466 for (uint8_t c : name) in hashGnu() local
2467 h = (h << 5) + h + c; in hashGnu()
2735 for (uint8_t c : s) in computeGdbHash() local
2736 h = h * 67 + toLower(c) - 113; in computeGdbHash()
2949 auto &dobj = static_cast<const LLDDwarfObj<ELFT> &>(dwarf.getDWARFObj()); in create() local
2953 chunks[i].sec = dobj.getInfoSection(); in create()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/ELF/
H A DSyntheticSections.cpp2429 unsigned c = config->is64 ? 64 : 32;
2433 size_t i = (sym.hash / c) & (maskWords - 1);
2435 val |= uint64_t(1) << (sym.hash % c);
2436 val |= uint64_t(1) << ((sym.hash >> Shift2) % c);
2466 for (uint8_t c : name)
2467 h = (h << 5) + h + c;
2735 for (uint8_t c : s)
2736 h = h * 67 + toLower(c) - 113;
2949 auto &dobj = static_cast<const LLDDwarfObj<ELFT> &>(dwarf.getDWARFObj());
2953 chunks[i].sec = dobj.getInfoSection();
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/leim/MISC-DIC/
H A Dziranma.cin37 c c
66 c ��
7924 /c ��
7925 /c ��
7926 /c ��
7927 /c ��
7928 /c ��
7929 /c ��
7930 /c ��
7931 /c ��
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Dbuilt_in.cpp2044 if (c >= 1 && c <= 27) in get_ext_key_name()
2046 switch(c) in get_ext_key_name()
2072 namebuf[6] = (char)(c + 'a' - 1); in get_ext_key_name()
2078 if (c != 0) in get_ext_key_name()
2080 namebuf[0] = c; in get_ext_key_name()
2112 int c; in bifink() local
2121 c = os_getc_raw(); in bifink()
2127 get_ext_key_name(str, c, extc); in bifink()
3805 objnum dobj; in bifexec() local
3833 dobj = bif_get_optional_obj_arg(ctx, &rem_argc); in bifexec()
[all …]
H A Dvocabulary.h401 objnum dobj, objnum prep, objnum iobj,
649 #define vocisupper(c) ((uchar)(c) <= 127 && Common::isUpper((uchar)(c))) argument
650 #define vocislower(c) ((uchar)(c) <= 127 && Common::isLower((uchar)(c))) argument
651 #define vocisalpha(c) ((uchar)(c) > 127 || Common::isAlpha((uchar)(c))) argument
652 #define vocisspace(c) ((uchar)(c) <= 127 && Common::isSpace((uchar)(c))) argument
653 #define vocisdigit(c) ((uchar)(c) <= 127 && Common::isDigit((uchar)(c))) argument
/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dinterp.h247 global integer actor, dobj, iobj; variable
380 extern rbool genvisible(parse_rec *dobj);
462 extern void agt_textcolor(int c);
H A Drunverb.cpp1129 char *a, *b, *c; in exec_verb_info() local
1132 a = objname(dobj); in exec_verb_info()
1134 c = objname(actor); in exec_verb_info()
1135 sprintf(buff, "\t\t]]%s, %s %s(%ld) %s %s(%ld)", c, dict[ syntbl[auxsyn[vb]] ], in exec_verb_info()
1140 rfree(c); in exec_verb_info()
1208 dobj = iobj; in exec_verb()
1539 dobj = dorec->obj; in objcheck_cycle()
1623 else if (do_disambig == 1 && it_possess(dobj) && tnoun(dobj) in check_obj()
1631 if (do_disambig == 1 && tcreat(dobj) && visible(dobj)) in check_obj()
1637 if (tnoun(dobj) && visible(dobj) && noun[dobj - first_noun].wearable in check_obj()
[all …]
H A Dexec.h126 #define get_obj(dobj) it_move(dobj,1) argument
127 #define drop_obj(dobj) it_move(dobj,loc+first_room) argument
132 extern void it_describe(int dobj);
214 #define cnt_val(c) ((c)==-1 ? 0 : (c)) argument

12345678910>>...15