| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | midna_domain_test.ref | 3 ./midna_domain: unconditional conversions: 6 ./midna_domain: conditional conversions: 11 ./midna_domain: unconditional conversions: 14 ./midna_domain: conditional conversions: 19 ./midna_domain: unconditional conversions: 24 ./midna_domain: conditional conversions: 26 ./midna_domain: unconditional conversions: 31 ./midna_domain: conditional conversions: 34 ./midna_domain: unconditional conversions: 38 ./midna_domain: conditional conversions: [all …]
|
| H A D | attr_scan0.c | 286 int conversions; in attr_vscan0() local 315 for (conversions = 0; /* void */ ; conversions++) { in attr_vscan0() 331 return (conversions); in attr_vscan0() 360 return (conversions); in attr_vscan0() 364 return (conversions); in attr_vscan0() 390 return (conversions); in attr_vscan0() 446 conversions -= 1; in attr_vscan0() 461 return (conversions); in attr_vscan0() 466 return (conversions); in attr_vscan0() 473 conversions -= 1; in attr_vscan0()
|
| H A D | attr_scan64.c | 289 int conversions; in attr_vscan64() local 318 for (conversions = 0; /* void */ ; conversions++) { in attr_vscan64() 334 return (conversions); in attr_vscan64() 363 return (conversions); in attr_vscan64() 367 return (conversions); in attr_vscan64() 393 return (conversions); in attr_vscan64() 505 conversions -= 1; in attr_vscan64() 530 return (conversions); in attr_vscan64() 535 return (conversions); in attr_vscan64() 542 conversions -= 1; in attr_vscan64()
|
| H A D | attr_scan_plain.c | 302 int conversions; in attr_vscan_plain() local 331 for (conversions = 0; /* void */ ; conversions++) { in attr_vscan_plain() 347 return (conversions); in attr_vscan_plain() 376 return (conversions); in attr_vscan_plain() 380 return (conversions); in attr_vscan_plain() 406 return (conversions); in attr_vscan_plain() 488 conversions -= 1; in attr_vscan_plain() 508 return (conversions); in attr_vscan_plain() 513 return (conversions); in attr_vscan_plain() 520 conversions -= 1; in attr_vscan_plain()
|
| /netbsd-src/sys/conf/ |
| H A D | copts.mk | 36 COPTS.aes_neon.c+= ${CC_WNO_STRINGOP_OVERREAD} ${CC_WNO_STRINGOP_OVERFLOW} -flax-vector-conversions 37 COPTS.aes_neon_subr.c+= ${CC_WNO_ARRAY_BOUNDS} -flax-vector-conversions 38 COPTS.chacha_neon.c+= -flax-vector-conversions
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | SYCLSupport.rst | 37 following conversions: 39 - explicit conversions to/from the default address space from/to the address 41 - implicit conversions from the address space-attributed type to the default 43 - explicit conversions to/from the global address space from/to the 46 - implicit conversions from the ``__attribute__((opencl_global_device))`` or
|
| H A D | UndefinedBehaviorSanitizer.rst | 94 cases detected are conversions from floating point to integer types. 107 The ``-fsanitize=implicit-unsigned-integer-truncation`` handles conversions 110 conversions - when either one, or both of the types are signed. 162 lossy implicit conversions performed before the computation 171 conversions performed before such a computation 189 conversions. Enables ``implicit-signed-integer-truncation`` and 192 conversions that change the arithmetic value of the integer. Enables 195 behavior of implicit conversions. Enables
|
| H A D | MatrixTypes.rst | 61 The standard conversions are extended as follows. Note that these conversions 64 conversions. 82 The usual arithmetic conversions are extended as follows. 138 * The usual arithmetic conversions are applied to ``M1`` and ``M2``. [ Note: if ``M1`` or 153 * The usual arithmetic conversions are applied to ``M1`` and ``M2``.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/ |
| H A D | BUILD.gn | 1 static_library("conversions") { 17 ":conversions",
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Overload.h | 437 ConversionSet &conversions() { in conversions() function 441 const ConversionSet &conversions() const { in conversions() function 446 conversions().push_back(std::make_pair(Found, D)); in addConversion() 451 iterator begin() { return conversions().begin(); } in begin() 452 iterator end() { return conversions().end(); } in end() 456 const_iterator begin() const { return conversions().begin(); } in begin() 457 const_iterator end() const { return conversions().end(); } in end()
|
| /netbsd-src/external/historical/nawk/dist/bugs-fixed/ |
| H A D | README | 19 6. string-conv: String conversions of scalars were sticky. Once a 38 11. fmt-overflow: The buffer used for OFMT/CONVFMT conversions was written 39 to with sprintf(), which meant that some conversions could write past the
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
| H A D | m32c.c | 2369 const conversions[] = { variable 2597 for (i = 0; conversions[i].pattern; i++) in m32c_print_operand() 2598 if (conversions[i].code == code in m32c_print_operand() 2599 && streq (conversions[i].pattern, pattern)) in m32c_print_operand() 2601 for (j = 0; conversions[i].format[j]; j++) in m32c_print_operand() 2603 if (conversions[i].format[j] == '\\') in m32c_print_operand() 2605 fputc (conversions[i].format[j + 1], file); in m32c_print_operand() 2610 else if (ISDIGIT (conversions[i].format[j])) in m32c_print_operand() 2612 rtx r = patternr[conversions[i].format[j] - '0']; in m32c_print_operand() 2664 if (conversions[i].format[j + 1] == '[' && ival < 0) in m32c_print_operand() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| H A D | m32c.cc | 2373 const conversions[] = { variable 2601 for (i = 0; conversions[i].pattern; i++) in m32c_print_operand() 2602 if (conversions[i].code == code in m32c_print_operand() 2603 && streq (conversions[i].pattern, pattern)) in m32c_print_operand() 2605 for (j = 0; conversions[i].format[j]; j++) in m32c_print_operand() 2607 if (conversions[i].format[j] == '\\') in m32c_print_operand() 2609 fputc (conversions[i].format[j + 1], file); in m32c_print_operand() 2614 else if (ISDIGIT (conversions[i].format[j])) in m32c_print_operand() 2616 rtx r = patternr[conversions[i].format[j] - '0']; in m32c_print_operand() 2668 if (conversions[i].format[j + 1] == '[' && ival < 0) in m32c_print_operand() [all …]
|
| /netbsd-src/lib/libc/gdtoa/ |
| H A D | README | 31 The core conversion routines are strtodg for decimal -> binary conversions 32 and gdtoa for binary -> decimal conversions. These routines operate 58 For decimal -> binary conversions, there are three families of 137 (f = strtod(s,se)) is more efficient for some conversions than, say, 152 For some conversions this variant of strtod is less efficient than the 177 For binary -> decimal conversions, I've provided just one family 194 style and conversions with direction of rounding specified (so that, if 200 For an example of more general conversions based on dtoa(), see 235 conversion of very long strings) for conversions to and from double 237 or for conversions to extended or quad, it may be appropriate to [all …]
|
| /netbsd-src/usr.bin/seq/ |
| H A D | seq.c | 279 unsigned conversions = 0; in valid_format() local 324 conversions++; in valid_format() 332 return (conversions <= 1); in valid_format()
|
| /netbsd-src/libexec/ftpd/ |
| H A D | conf.c | 84 for (conv = curclass.conversions; conv != NULL; conv = cnext) { in init_curclass() 97 curclass.conversions = NULL; in init_curclass() 319 for (conv = curclass.conversions; conv != NULL; in parse_conf() 332 for (cnext = curclass.conversions; in parse_conf() 339 curclass.conversions = conv; in parse_conf() 821 for (cp = curclass.conversions; cp != NULL; cp = cp->next) { in do_conversion()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| H A D | t-float128 | 25 # Decimal <-> _Float128 conversions 29 # Decimal <-> __ibm128 conversions 89 # double. Add building the KF mode to/from decimal conversions with explict
|
| /netbsd-src/tests/usr.bin/xlint/lint1/ |
| H A D | msg_382.c | 17 conversions(int a, int b) in conversions() function
|
| H A D | msg_381.c | 14 conversions(void) in conversions() function
|
| H A D | msg_380.c | 14 conversions(void) in conversions() function
|
| /netbsd-src/lib/libc/softfloat/ |
| H A D | softfloat.txt | 16 are implemented, except for conversions to and from decimal. 129 are conversions to and from decimal. 198 All conversions among the floating-point formats are supported, as are all 199 conversions between a floating-point format and 32-bit and 64-bit signed 221 for conversions from 64-bit integers to extended double and quadruple 230 On conversions to integer, if the floating-point operand is not already an 233 languages) require that conversions to integers be rounded toward zero, the
|
| /netbsd-src/sys/external/bsd/acpica/dist/generate/lint/ |
| H A D | std64.lnt | 6 -e747 // Compiler supports parameter conversions
|
| H A D | std16.lnt | 12 -e747 // Compiler supports parameter conversions
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/xpc/ |
| H A D | BUILD.gn | 7 "//clang-tools-extra/clangd/xpc:conversions",
|
| /netbsd-src/lib/libc/gdtoa/test/obad/ |
| H A D | strtodt.out | 6 5 bad conversions
|