Searched refs:places (Results 1 - 25 of 33) sorted by relevance

12

/openbsd-current/libexec/tradcpp/
H A Dplace.h35 enum places { enum
42 enum places type;
H A Dfiles.c179 struct lineplace places; local
186 place_setfilestart(&places.current, pf);
187 places.nextline = places.current;
190 debuglog(&places.current, "Reading file %s", name);
192 debuglog(&places.current, "Reading standard input");
218 complain(&places.current,
243 ptmp = places.current;
270 place_addlines(&places.nextline, 1);
297 place_addlines(&places
[all...]
/openbsd-current/usr.bin/seq/
H A Dseq.c343 * decimal_places - count decimal places in a number (string)
348 int places = 0; local
356 places++;
358 return places;
372 int precision, width1, width2, places; local
391 if ((places = decimal_places(buf)))
392 width1 -= (places + strlen(decimal_point));
394 precision = MAXIMUM(places, precision);
399 if ((places = decimal_places(buf)))
400 width2 -= (places
[all...]
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_assertions.py16 self.assertAlmostEqual(1.1, 1.0, places=0)
18 self.assertAlmostEqual, 1.1, 1.0, places=1)
20 self.assertAlmostEqual(0, .1 + .1j, places=0)
21 self.assertNotAlmostEqual(0, .1 + .1j, places=1)
23 self.assertAlmostEqual, 0, .1 + .1j, places=1)
25 self.assertNotAlmostEqual, 0, .1 + .1j, places=0)
50 1.1, 1.0, places=2, delta=2)
52 1.1, 1.0, places=2, delta=2)
153 ["^1 != 2 within 7 places$",
155 "^1 != 2 within 7 places
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_object.c130 struct ttm_place *places = abo->placements; local
139 places[c].fpfn = adev->gmc.mem_partitions[mem_id].range.fpfn;
144 places[c].lpfn = adev->gmc.mem_partitions[mem_id].range.lpfn + 1;
146 places[c].fpfn = 0;
147 places[c].lpfn = 0;
149 places[c].mem_type = TTM_PL_VRAM;
150 places[c].flags = 0;
153 places[c].lpfn = min_not_zero(places[c].lpfn, visible_pfn);
155 places[
[all...]
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py590 places=None,
594 difference rounded to the given number of decimal places
598 Note that decimal places (from zero) are usually not the same
607 if delta is not None and places is not None:
608 raise TypeError("specify delta or places not both")
618 if places is None:
619 places = 7
621 if round(abs(second - first), places) == 0:
624 standardMsg = '%s != %s within %r places' % (safe_repr(first),
626 places)
[all...]
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y100 expression_t *places, symbol_ref_t *src, int ret);
1683 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places,
1706 if (places->value > 8 || places->value <= 0) {
1712 if (places->value == 8)
1715 shift_control = (places->value << 4) | places->value;
1718 if (places->value == 8) {
1721 shift_control = (places->value << 4)
1722 | (8 - places
[all...]
/openbsd-current/gnu/gcc/gcc/config/fr30/
H A Dlib1funcs.asm77 ;; Perform an unsiged division of r4 / r5 and places the remainder in r4.
/openbsd-current/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dlib1funcs.asm77 ;; Perform an unsiged division of r4 / r5 and places the remainder in r4.
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc367 // Ok to use internal_memset, these places are not performance-critical.
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DOS2.pm250 Modifies the list of places temp directory information is looked for.
/openbsd-current/sys/dev/pci/drm/ttm/
H A Dttm_resource.c320 const struct ttm_place *places,
331 const struct ttm_place *heap = &places[i];
319 ttm_resource_places_compat(struct ttm_resource *res, const struct ttm_place *places, unsigned num_placement) argument
/openbsd-current/gnu/usr.bin/perl/lib/
H A DUNIVERSAL.pm128 place of C<isa> safely, as it will return true in all places where C<isa> will
H A DThread.pm125 C<lock> places a lock on a variable until the lock goes out of scope.
H A Dwarnings.pm803 change the warning setting in unexpected places in your code. For example,
/openbsd-current/gnu/usr.bin/perl/cpan/Digest/lib/
H A DDigest.pm119 or embedding in places that can't handle arbitrary data.
/openbsd-current/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A DCall.pm230 above, it is implicitly used in a number of places.
/openbsd-current/gnu/usr.bin/perl/dist/threads-shared/lib/threads/
H A Dshared.pm364 C<lock> places a B<advisory> lock on a variable until the lock goes out of
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/
H A DUtilities.pm298 Performs a mapping at several places inside C<PARAGRAPH> loop.
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/lib/
H A DExporter.pm344 with at least two decimal places, e.g., 1.09.
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DBase.pm817 and return this as I<value>. This C code is places at the start of a block,
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DEvent.pm615 amnesty can come from multiple places at once.
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Any.pm2319 places them in the $MM object. These use conservative cross platform
2419 linking used by tools_other() and places them in the $MM object.
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dwarnings.pl1192 change the warning setting in unexpected places in your code. For example,
/openbsd-current/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/
H A DPP.pm1964 space at those places.
1985 space at those places.

Completed in 405 milliseconds

12