Searched refs:radix (Results 26 - 50 of 64) sorted by relevance

123

/openbsd-current/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp100 bool is_signed, unsigned radix) {
103 std::string apint_str = toString(*apint, radix, is_signed);
104 switch (radix) {
446 const unsigned radix = 2; local
447 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);
506 const unsigned radix = 10; local
507 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);
518 const unsigned radix = 10; local
519 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);
530 const unsigned radix local
98 DumpAPInt(Stream *s, const DataExtractor &data, lldb::offset_t offset, lldb::offset_t byte_size, bool is_signed, unsigned radix) argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DLiteralSupport.h41 /// determines the radix of the value and can convert it to a useful value.
52 unsigned radix; member in class:clang::NumericLiteralParser
103 unsigned getRadix() const { return radix; }
/openbsd-current/gnu/llvm/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp77 enum radix { none, octal, hexadecimal, decimal }; enum
78 static radix Radix;
167 reportCmdLineError("--radix value should be one of: '' (no offset), 'o' "
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnm.c231 {"radix", required_argument, 0, 't'},
275 -t, --radix=RADIX Use RADIX for printing symbol values\n\
288 /* Set the radix for the symbol value and size according to RADIX. */
291 set_print_radix (char *radix)
293 switch (*radix)
299 if (*radix == 'd')
304 value_format[4] = *radix;
307 value_format[5] = *radix;
313 other_format[3] = desc_format[3] = *radix;
316 fatal (_("%s: invalid radix"), radi
290 set_print_radix(char *radix) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dnm.c206 {"radix", required_argument, 0, 't'},
254 -t, --radix=RADIX Use RADIX for printing symbol values\n\
268 /* Set the radix for the symbol value and size according to RADIX. */
271 set_print_radix (char *radix)
273 switch (*radix)
279 if (*radix == 'd')
284 value_format[4] = *radix;
287 value_format[5] = *radix;
293 other_format[3] = desc_format[3] = *radix;
296 fatal (_("%s: invalid radix"), radi
270 set_print_radix(char *radix) argument
[all...]
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_object_types.h240 struct radix_tree_root radix; member in struct:i915_gem_object_page_iter
H A Di915_gem_object.c129 INIT_RADIX_TREE(&obj->mm.get_page.radix, GFP_KERNEL | __GFP_NOWARN);
131 INIT_RADIX_TREE(&obj->mm.get_dma_page.radix, GFP_KERNEL | __GFP_NOWARN);
H A Di915_gem_ttm.c404 * the object. For example the radix tree for fast page lookup and the
416 radix_tree_for_each_slot(slot, &obj->ttm.get_io_page.radix, &iter, 0)
417 radix_tree_delete(&obj->ttm.get_io_page.radix, iter.index);
1525 INIT_RADIX_TREE(&obj->ttm.get_io_page.radix, GFP_KERNEL | __GFP_NOWARN);
/openbsd-current/sys/dev/microcode/siop/
H A Dncr53cxxx.c789 int radix; local
791 radix = 10;
794 radix = 8;
798 radix = 16;
802 radix = 2;
804 if (radix != 8)
821 if (n >= radix)
824 value = value * radix + n;
/openbsd-current/gnu/usr.bin/perl/
H A Dnumeric.c86 It properly handles the locale radix character, meaning it expects a dot except
87 when called from within the scope of S<C<use locale>>, in which case the radix
660 Scan and skip for a numeric decimal separator (radix).
673 char * radix; local
679 radix = SvPV(PL_numeric_radix_sv, len);
680 radix = savepvn(radix, len);
685 matches_radix = memEQ(*sp, radix, len);
688 Safefree(radix);
698 /* always try "." if numeric radix did
[all...]
H A Dlocale.c106 * either the radix character isn't a dot, or attempts are made to change
112 * perl toggles LC_NUMERIC if the locale's radix character isn't a dot, as do
1860 * code that has traditionally expected the radix character to be a dot may
1868 * The toggling is necessary mainly so that a non-dot radix decimal point
1891 * program's underlying locale's radix character string,
1893 * PL_underlying_radix_sv Contains the program's underlying locale's radix
1946 const char * radix = NULL; local
1949 /* Find and save this locale's radix character. */
1951 &radix, NULL, &utf8ness);
1952 sv_setpv(PL_underlying_radix_sv, radix);
[all...]
/openbsd-current/lib/libc/gen/
H A Dlogin_cap.c839 strtosize(char *str, char **endptr, int radix) argument
845 num = strtoull(str, &expr, radix);
882 num2 = strtosize(expr+1, &expr2, radix);
911 strtolimit(char *str, char **endptr, int radix) argument
918 return (strtosize(str, endptr, radix));
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dlocale.t86 # generating malformed UTF-8 on the radix being
91 # cygwin isn't returning proper radix length in this locale, but supposedly to
1067 debug "radix = " . disp_str(langinfo(RADIXCHAR)) . "\n";
2023 # that had something else than "." as the radix character.
2127 # Similarly, we verify that a non-ASCII radix is in UTF-8. This
2189 $test_names{++$locales_test_number} = 'Verify that a different locale radix works when doing "==" with a constant';
2193 $test_names{++$locales_test_number} = 'Verify that a different locale radix works when doing "==" with a scalar';
2198 $test_names{$locales_test_number} = 'Verify that a different locale radix works when doing "==" with a scalar and an intervening sprintf';
2217 $test_names{$locales_test_number} = 'Verify that after a no-locale block, a different locale radix still works when doing "==" with a constant';
2222 $test_names{$locales_test_number} = 'Verify that after a no-locale block, a different locale radix stil
[all...]
/openbsd-current/sys/dev/pci/drm/
H A Dlinux_radix.c38 #include <linux/radix-tree.h>
192 /* expand radix tree as needed */
195 /* check if the radix tree is getting too big */
200 * If the root radix level is not empty, we need to
201 * allocate a new radix level:
214 /* get radix tree height index */
225 /* allocate the missing radix levels, if any */
242 /* setup new radix levels, if any */
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dgtt.h40 #include <linux/radix-tree.h>
/openbsd-current/gnu/llvm/libcxx/include/__compare/
H A Dstrong_order.h70 if constexpr (numeric_limits<_Dp>::radix == 2) {
/openbsd-current/gnu/usr.bin/perl/ext/I18N-Langinfo/
H A DLanginfo.pm159 radix character used between the integer and the fractional part
233 replaces the radix character. If you have examples of it needing to work
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/18_support/
H A Dnumeric_limits.cc214 VERIFY( obj.radix == 0 );
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c3655 int radix = 10;
3671 radix = 8;
3675 upper_limit = LONG_MAX / radix;
3677 while ((c = *p++) >= '0' && c < ('0' + radix))
3681 n *= radix;
3689 if (radix == 8)
3649 int radix = 10; local
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h138 /// This constructor interprets the string \p str in the given radix. The
140 /// radix is encountered, or the end of the string. Acceptable radix values
146 /// \param radix the radix to use for the conversion
147 APInt(unsigned numBits, StringRef str, uint8_t radix);
1537 static unsigned getBitsNeeded(StringRef str, uint8_t radix);
1636 /// radix given. The radix can be 2, 8, 10 16, or 36.
1642 /// radix give
[all...]
/openbsd-current/sys/sys/
H A Dmount.h562 #include <net/radix.h>
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp385 const int radix = 10; local
387 std::string str = llvm::toString(value, radix, isSigned);
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp871 if (*s == '0') { // parse radix
876 radix = 10;
1116 /// parsing. If it detects a floating point number, the radix is set to 10.
1118 assert((radix == 8 || radix == 10) && "Unexpected radix");
1127 << StringRef(s, 1) << (radix == 8 ? 1 : 0);
1135 radix = 10;
1144 radix = 10;
1213 /// radix et
[all...]
/openbsd-current/sys/netinet/
H A Dip_ipsp.h164 #include <net/radix.h>
273 struct radix_node ipo_nodes[2]; /* radix tree glue */
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16670 char* radix = SvPV(PL_numeric_radix_sv, len); local
16671 if (*sp + len <= send && memEQ(*sp, radix, len)) {
16677 /* older perls don't have PL_numeric_radix_sv so the radix
16683 char *radix = lc->decimal_point;
16684 if (radix && IN_LOCALE) {
16685 STRLEN len = strlen(radix);
16686 if (*sp + len <= send && memEQ(*sp, radix, len)) {
16693 /* always try "." if numeric radix didn't match because
16745 /* next must be digit or the radix separator or beginning of infinity */
16837 while (s < send && isDIGIT(*s)) /* optional digits after the radix */
[all...]

Completed in 607 milliseconds

123