Home
last modified time | relevance | path

Searched refs:computation (Results 1 – 25 of 64) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h107 LVComputationKind computation);
110 LVComputationKind computation);
114 LVComputationKind computation);
118 LVComputationKind computation);
122 LVComputationKind computation);
125 LVComputationKind computation,
129 LVComputationKind computation,
133 LVComputationKind computation);
136 LVComputationKind computation);
138 LinkageInfo getLVForType(const Type &T, LVComputationKind computation);
[all …]
H A DDecl.cpp160 return computation.IgnoreExplicitVisibility; in hasExplicitVisibilityAlready()
241 if (computation.IgnoreAllVisibility) in getLVForType()
337 LV.merge(getLVForDecl(ND, computation)); in getLVForTemplateArgumentList()
390 LVComputationKind computation) { in mergeTemplateLV() argument
410 if (computation.IgnoreAllVisibility) in hasDirectVisibilityAttribute()
457 LVComputationKind computation) { in mergeTemplateLV() argument
733 computation.isValueVisibility() in getLVForNamespaceScopeDecl()
803 mergeTemplateLV(LV, spec, computation); in getLVForNamespaceScopeDecl()
1322 LV = getLVForDecl(FD, computation); in getLVForLocalDecl()
1334 computation.isValueVisibility() in getLVForLocalDecl()
[all …]
H A DAPValue.cpp1036 LVComputationKind computation) { in getLVForValue() argument
1044 return MergeLV(getLVForValue(V, computation)); in getLVForValue()
1092 if (VD && MergeLV(getLVForDecl(VD, computation))) in getLVForValue()
1095 if (MergeLV(getLVForType(*TI.getType(), computation))) in getLVForValue()
1107 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue()
1121 MergeLV(getLVForDecl(D, computation)); in getLVForValue()
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dscrypt.pod12 computation. The intention of this is to render brute forcing of passwords on
20 greater than zero. The amount of RAM that scrypt requires for its computation
25 computation time of less than 5 seconds on a 2.5 GHz Intel Core 2 Duo are N =
27 this computation is roughly 1 GiB. On a more recent CPU (Intel i7-5930K at 3.5
28 GHz), this computation takes about 3 seconds. When N, r or p are not specified,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedule.td41 def WriteFALU16 : SchedWrite; // FP 16-bit computation
42 def WriteFALU32 : SchedWrite; // FP 32-bit computation
43 def WriteFALU64 : SchedWrite; // FP 64-bit computation
133 def ReadFALU16 : SchedRead; // FP 16-bit computation
134 def ReadFALU32 : SchedRead; // FP 32-bit computation
135 def ReadFALU64 : SchedRead; // FP 64-bit computation
H A DRISCVSchedSiFive7.td24 // and floating point computation.
/freebsd-13.1/contrib/ntp/clockstuff/
H A DREADME15 this for WWV/H and CHU. Don't use it for WWVB (the computation
/freebsd-13.1/crypto/openssl/doc/man3/
H A DCMS_final.pod16 operations necessary on B<cms> (digest computation for example) and set the
H A DDSA_sign.pod31 (pre-)computation.
H A DSSL_CTX_set_mode.pod110 Older versions of OpenSSL had a bug in the computation of the label length
H A DECDSA_SIG_new.pod95 during signature computation. Most applications will never need to call these
/freebsd-13.1/contrib/tzdata/
H A Dleap-seconds.list174 # computation.
246 # computed. Note that the hash computation
253 # computation.
/freebsd-13.1/usr.sbin/ntp/ntpd/
H A Dleap-seconds174 # computation.
246 # computed. Note that the hash computation
253 # computation.
/freebsd-13.1/contrib/gdtoa/
H A Dchanges224 computation of the shortest decimal string that rounds to the
297 computation (and sometimes slower conversions in dtoa and strtod,
411 gdtoa.tgz: many files: add automatic computation of gd_qnan.h for
453 preceding computation of j.
663 omit the quick computation that would use ordinary arithmetic to
667 (and thus retain the quick computation when it is appropriate).
/freebsd-13.1/sys/netinet/libalias/
H A DHISTORY37 - Switched to differential checksum computation
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td340 // computation. For example, STIPredicateFunction `isDependencyBreaking()`
341 // delegates to `isZeroIdiom()` part of its computation.
/freebsd-13.1/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config327 # the automatic computation is wrong (which may be the case if an interface
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMPredicates.td199 // But only select them if more precision in FP computation is allowed, and when
H A DARM.td187 // Fast computation of non-negative address offsets
189 "Enable fast computation of "
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrGISel.td21 // computation.
/freebsd-13.1/sys/contrib/device-tree/Bindings/mtd/
H A Datmel-nand.txt153 - atmel,pmecc-sector-size : sector size for ECC computation. Supported values
/freebsd-13.1/contrib/bearssl/src/x509/
H A Dx509_minimal.t0488 \ Start TBS hash computation. The hash functions are reinitialised.
494 \ Stop TBS hash computation.
499 \ Start DN hash computation.
505 \ Terminate DN hash computation and write the DN hash into the
/freebsd-13.1/contrib/byacc/
H A DREADME.BTYACC59 - text position computation and propagation,
74 helps you in automating the text position computation
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td147 "Requires two constant Newton-Raphson computation">;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc134 // NB: Using half-width iterations increases computation errors due to

123