| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/decimal/ |
| H A D | decimal | 72 /// Non-conforming extension: Conversion to integral type. 80 // 3.2.6 Conversion to generic floating-point type. 235 // 3.2.2.3 Conversion from floating-point type. 242 // 3.2.2.4 Conversion from integral type. 250 /// Conforming extension: Conversion from scalar decimal type. 254 // 3.2.2.5 Conversion to integral type. 321 // 3.2.3.3 Conversion from floating-point type. 328 // 3.2.3.4 Conversion from integral type. 336 /// Conforming extension: Conversion from scalar decimal type. 340 // 3.2.3.5 Conversion to integral type. [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/ |
| H A D | decimal | 72 /// Non-conforming extension: Conversion to integral type. 80 // 3.2.6 Conversion to generic floating-point type. 235 // 3.2.2.3 Conversion from floating-point type. 242 // 3.2.2.4 Conversion from integral type. 250 /// Conforming extension: Conversion from scalar decimal type. 254 // 3.2.2.5 Conversion to integral type. 321 // 3.2.3.3 Conversion from floating-point type. 328 // 3.2.3.4 Conversion from integral type. 336 /// Conforming extension: Conversion from scalar decimal type. 340 // 3.2.3.5 Conversion to integral type. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ClangFormattedStatus.rst | 5862 * - mlir/include/mlir/Conversion 5867 * - mlir/include/mlir/Conversion/AffineToStandard 5872 * - mlir/include/mlir/Conversion/AsyncToLLVM 5877 * - mlir/include/mlir/Conversion/AVX512ToLLVM 5882 * - mlir/include/mlir/Conversion/GPUCommon 5887 * - mlir/include/mlir/Conversion/GPUToNVVM 5892 * - mlir/include/mlir/Conversion/GPUToROCDL 5897 * - mlir/include/mlir/Conversion/GPUToSPIRV 5902 * - mlir/include/mlir/Conversion/GPUToVulkan 5907 * - mlir/include/mlir/Conversion/LinalgToLLVM [all …]
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc2926.txt | 16 Conversion of LDAP Schemas to and from SLP Templates 60 RFC 2926 Conversion of LDAP Schemas September 2000 116 RFC 2926 Conversion of LDAP Schemas September 2000 172 RFC 2926 Conversion of LDAP Schemas September 2000 228 RFC 2926 Conversion of LDAP Schemas September 2000 284 RFC 2926 Conversion of LDAP Schemas September 2000 340 RFC 2926 Conversion of LDAP Schemas September 2000 396 RFC 2926 Conversion of LDAP Schemas September 2000 452 RFC 2926 Conversion of LDAP Schemas September 2000 508 RFC 2926 Conversion of LDAP Schemas September 2000 [all …]
|
| H A D | INDEX | 17 rfc2926.txt LDAP: Conversion of LDAP Schemas to and from SLP Templates (I)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2001-06-01-GCCOptimizations.txt | 19 6 . *** Conversion to SSA 21 8 . *** Conversion to LLVM
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 1443 CXXConversionDecl *Conversion = CXXConversionDecl::Create( in addFunctionPointerConversion() local 1450 Conversion->setAccess(AS_public); in addFunctionPointerConversion() 1451 Conversion->setImplicit(true); in addFunctionPointerConversion() 1462 Conversion); in addFunctionPointerConversion() 1465 Conversion->setDescribedFunctionTemplate(ConversionTemplate); in addFunctionPointerConversion() 1468 Class->addDecl(Conversion); in addFunctionPointerConversion() 1552 CXXConversionDecl *Conversion = CXXConversionDecl::Create( in addBlockPointerConversion() local 1557 Conversion->setAccess(AS_public); in addBlockPointerConversion() 1558 Conversion->setImplicit(true); in addBlockPointerConversion() 1559 Class->addDecl(Conversion); in addBlockPointerConversion()
|
| H A D | SemaOverload.cpp | 3579 if (CXXConversionDecl *Conversion in IsUserDefinedConversion() local 3589 User.ConversionFunction = Conversion; in IsUserDefinedConversion() 5914 CXXConversionDecl *Conversion = in diagnoseNoViableConversion() local 5919 QualType ConvTy = Conversion->getConversionType().getNonReferenceType(); in diagnoseNoViableConversion() 5928 Converter.noteExplicitConv(SemaRef, Conversion, ConvTy); in diagnoseNoViableConversion() 5936 ExprResult Result = SemaRef.BuildCXXMemberCallExpr(From, Found, Conversion, in diagnoseNoViableConversion() 5953 CXXConversionDecl *Conversion = in recordConversion() local 5957 QualType ToType = Conversion->getConversionType().getNonReferenceType(); in recordConversion() 5966 ExprResult Result = SemaRef.BuildCXXMemberCallExpr(From, Found, Conversion, in recordConversion() 6100 CXXConversionDecl *Conversion; in PerformContextualImplicitConversion() local [all …]
|
| H A D | SemaPseudoObject.cpp | 1084 if (CXXConversionDecl *Conversion = in CheckSubscriptingKind() local 1086 QualType CT = Conversion->getConversionType().getNonReferenceType(); in CheckSubscriptingKind() 1089 ConversionDecls.push_back(Conversion); in CheckSubscriptingKind() 1093 ConversionDecls.push_back(Conversion); in CheckSubscriptingKind()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/ |
| H A D | BUILD.gn | 10 sources = [ "Conversion.cpp" ]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrConv.td | 1 //===-- WebAssemblyInstrConv.td-WebAssembly Conversion support -*- tablegen -*-= 56 // Conversion from floating point to integer instructions which don't trap on 109 // Conversion from floating point to integer pseudo-instructions which don't 138 // Conversion from floating point to integer traps on overflow and invalid.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | AMDGPUOperandSyntax.rst | 977 Type and Size Conversion 988 Conversion of Integer Values 1003 2. *Conversion*. The input value is converted to the expected type as described in the table below. 1007 Expected type Truncation Width Conversion Description 1055 Conversion of Floating-Point Values 1065 2. *Conversion*. The input value is converted to the expected type as described in the table below. 1069 Expected type Required FP Type Conversion Description 1075 i64, u64, b64 \- \- Conversion disabled. 1115 Conversion of Relocatable Values
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/m88k/ |
| H A D | README | 52 Conversion to the current m4 .asm style wouldn't be difficult.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| H A D | div.md | 325 /* Conversion back into SFmode. */ 375 /* Conversion back into SFmode. */ 447 /* Conversion back into DFmode */ 509 /* Conversion back into DFmode */ 576 /* Conversion back into XFmode */ 1002 /* Conversion back into SFmode. */ 1067 /* Conversion back into SFmode. */ 1148 /* Conversion back into SFmode. */ 1218 /* Conversion back into SFmode. */
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
| H A D | div.md | 325 /* Conversion back into SFmode. */ 375 /* Conversion back into SFmode. */ 447 /* Conversion back into DFmode */ 509 /* Conversion back into DFmode */ 576 /* Conversion back into XFmode */ 1002 /* Conversion back into SFmode. */ 1067 /* Conversion back into SFmode. */ 1148 /* Conversion back into SFmode. */ 1218 /* Conversion back into SFmode. */
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| H A D | autosprintf.h.in | 52 /* Conversion to string. */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SISchedule.td | 32 // Conversion to or from F32 (but not converting F64 to or from F32) 47 // Conversion to or from f64 instruction
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| H A D | t-avrlibc | 19 # Conversion:
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
| H A D | t-avrlibc | 19 # Conversion:
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 45 // Conversion
|
| /netbsd-src/external/lgpl3/mpfr/dist/doc/ |
| H A D | mpfr.info | 911 * Conversion Functions:: 1262 File: mpfr.info, Node: Combined Initialization and Assignment Functions, Next: Conversion Functio… 1288 File: mpfr.info, Node: Conversion Functions, Next: Arithmetic Functions, Prev: Combined Initiali… 1290 5.4 Conversion Functions 1488 File: mpfr.info, Node: Arithmetic Functions, Next: Comparison Functions, Prev: Conversion Functi… 4557 * Conversion functions: Conversion Functions. (line 3) 4854 * mpfr_fits_intmax_p: Conversion Functions. 4856 * mpfr_fits_sint_p: Conversion Functions. 4858 * mpfr_fits_slong_p: Conversion Functions. 4860 * mpfr_fits_sshort_p: Conversion Functions. [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_format.inc | 219 // Conversion specifier. 429 // Conversion specifier.
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_format.inc | 218 // Conversion specifier. 434 // Conversion specifier.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_format.inc | 217 // Conversion specifier. 427 // Conversion specifier.
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ure/ |
| H A D | README | 42 o Conversion to lower case assumes a 1-1 mapping.
|