Home
last modified time | relevance | path

Searched refs:Naive (Results 1 – 20 of 20) sorted by relevance

/external/curl/docs/
DMQTT.md29 - Naive EAGAIN handling won't handle split messages
/external/llvm-project/compiler-rt/lib/xray/
Dxray_flags.inc25 // Basic (Naive) Mode logging options.
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.h28 enum ModeE { Dbscan, Naive }; enumerator
/external/llvm/test/CodeGen/X86/
Dcmpxchg-clobber-flags.ll134 ; operand. Naive attempts to limit cmpxchg EFLAGS use are likely to fail here.
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp135 clEnumValN(exegesis::InstructionBenchmarkClustering::Naive,
/external/python/cpython2/Doc/library/
Dhashlib.rst160 hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
Ddatetime.rst32 number represents metres, miles, or mass. Naive objects are easy to understand
/external/gemmlowp/doc/
Dless-than-8-bit.md202 ### Naive, bad rounding, that's plainly biased
204 Naive and inaccurate ways to achieve this requantization include: 1. By shifting
/external/llvm-project/llvm/test/CodeGen/X86/
Dcmpxchg-clobber-flags.ll209 ; operand. Naive attempts to limit cmpxchg EFLAGS use are likely to fail here.
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/g3doc/
Dconv_emitter.md31 ### The Emitter - Naive Implementation
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-exegesis.rst252 Naive clustering algorithm is better for doing further work on the
/external/rust/crates/chrono/
DCHANGELOG.md520 - Naive date and time types and `DateTime` now have a `serde` support.
659 - `[Naive]DateTime::*num_seconds_from_unix_epoch*` methods have been renamed to
DREADME.md376 ### Naive date and time
/external/python/cpython3/Doc/library/
Ddatetime.rst35 Aware and Naive Objects
51 particular number represents metres, miles, or mass. Naive objects are easy to
158 Determining if an Object is Aware or Naive
1358 Naive :class:`.datetime` instances are assumed to represent local
Dhashlib.rst233 hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
Dstatistics.rst823 Wikipedia has a `nice example of a Naive Bayesian Classifier
/external/perfetto/docs/design-docs/
Dheapprofd-design.md263 Naive lazy initialization (i.e. closing the socket in the atfork handler, and then reconnecting on …
/external/python/cpython2/Lib/test/
Dtest_datetime.py2506 class Naive(tzinfo): class
2508 t2 = self.theclass(5, 6, 7, tzinfo=Naive())
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md605 #### Naive subsubsection
/external/python/cpython3/Lib/test/
Ddatetimetester.py4098 class Naive(tzinfo): class
4100 t2 = self.theclass(5, 6, 7, tzinfo=Naive())