Home
last modified time | relevance | path

Searched refs:Conversion (Results 1 – 25 of 259) sorted by relevance

1234567891011

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/decimal/
H A Ddecimal72 /// 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 Ddecimal72 /// 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 DClangFormattedStatus.rst5862 * - 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 Drfc2926.txt16 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 DINDEX17 rfc2926.txt LDAP: Conversion of LDAP Schemas to and from SLP Templates (I)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-06-01-GCCOptimizations.txt19 6 . *** Conversion to SSA
21 8 . *** Conversion to LLVM
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1443 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 DSemaOverload.cpp3579 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 DSemaPseudoObject.cpp1084 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 DBUILD.gn10 sources = [ "Conversion.cpp" ]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrConv.td1 //===-- 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 DAMDGPUOperandSyntax.rst977 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 DREADME52 Conversion to the current m4 .asm style wouldn't be difficult.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Ddiv.md325 /* 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 Ddiv.md325 /* 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 Dautosprintf.h.in52 /* Conversion to string. */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSISchedule.td32 // 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 Dt-avrlibc19 # Conversion:
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Dt-avrlibc19 # Conversion:
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_fp16.td45 // Conversion
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A Dmpfr.info911 * 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 Dsanitizer_common_interceptors_format.inc219 // Conversion specifier.
429 // Conversion specifier.
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc218 // Conversion specifier.
434 // Conversion specifier.
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc217 // Conversion specifier.
427 // Conversion specifier.
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ure/
H A DREADME42 o Conversion to lower case assumes a 1-1 mapping.

1234567891011