Searched refs:known (Results 1 - 25 of 67) sorted by relevance

123

/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml6 * these others for known things. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml6 * these others for known things. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml6 * these others for known things. *)
/external/webkit/Source/JavaScriptCore/wtf/
H A DOwnPtrCommon.h57 typedef char known[sizeof(T) ? 1 : -1]; typedef
58 if (sizeof(known))
H A DPassOwnArrayPtr.h200 typedef char known[sizeof(T) ? 1 : -1]; typedef
201 if (sizeof(known))
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml6 * these others for known things. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml6 * these others for known things. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml6 * these others for known things. *)
/external/clang/test/SemaCXX/
H A Dexplicit.cpp43 class Y { }; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \
44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}} \
45 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \
46 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}}
H A Dfor-range-dereference.cpp20 expected-note 5 {{candidate function not viable: no known conversion}}
30 Data * begin(ADLNoEnd); // expected-note 6 {{candidate function not viable: no known conversion}}
/external/libvpx/libvpx/vpx_ports/
H A Dmem.h22 #warning No alignment directives known for this compiler.
/external/openssh/regress/
H A Dconch-ciphers.sh23 --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \
/external/openfst/src/include/fst/
H A Dtest-properties.h70 // known properties (whether true or false) determined by this
76 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, argument
89 *known = known_props;
96 // Initialize with binary properties (already known).
225 *known = KnownProperties(comp_props);
235 uint64 TestProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known) { argument
238 uint64 computed_props = ComputeProperties(fst, mask, known, false);
244 return ComputeProperties(fst, mask, known, true);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dtest-properties.h68 // known properties (whether true or false) determined by this
74 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, argument
87 *known = known_props;
94 // Initialize with binary properties (already known).
219 *known = KnownProperties(comp_props);
229 uint64 TestProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known) { argument
232 uint64 computed_props = ComputeProperties(fst, mask, known, false);
238 return ComputeProperties(fst, mask, known, true);
H A Darcsort.h34 // Properties(uint64) that specifies the known properties of the
35 // sorted FST; it takes as argument the input FST's known properties
174 // also have a member Properties(uint64) that specifies the known
176 // known properties.
223 uint64 known, test = TestProperties(*this, mask, &known); local
224 impl_->SetProperties(test, known);
H A Dcomplement.h138 uint64 known, test = TestProperties(*this, mask, &known); local
139 impl_->SetProperties(test, known);
H A Dconst-fst.h259 uint64 known, test = TestProperties(*this, mask, &known); local
260 impl_->SetProperties(test, known);
H A Drational.h212 uint64 known, test = TestProperties(*this, mask, &known); local
213 impl_->SetProperties(test, known);
/external/elfutils/tests/
H A Dallregs.c43 static const char *known[] = local
63 if (code < sizeof (known) / sizeof (known[0]))
64 return known[code];
194 result ? dwfl_errmsg (-1) : "no backend registers known");
222 result ? dwfl_errmsg (-1) : "no backend registers known");
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dscilab.php17 * - First beta Release - known problem with ' used to transpose matrices considered as start of strings
/external/elfutils/src/
H A Dreadelf.c3096 /* There are a few known extensions. */
3232 /* There are a few known extensions. */
3388 static const char *const known[] = local
3411 if (likely (lang < sizeof (known) / sizeof (known[0])))
3412 return known[lang];
3431 static const char *const known[] = local
3439 if (likely (code < sizeof (known) / sizeof (known[0])))
3440 return known[cod
3449 static const char *const known[] = local
3486 static const char *const known[] = local
3503 static const char *const known[] = local
3520 static const char *const known[] = local
3537 static const char *const known[] = local
3555 static const char *const known[] = local
3579 static const char *const known[] = local
3595 static const char *const known[] = local
3612 static const char *const known[] = local
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm85 A list of known problems with the module, together with some indication
95 There are no known bugs in this module.
/external/ceres-solver/docs/
H A Dreference-overview.tex10 The term $ \rho_i\left(\left\|f_i\left(x_{i_1},\hdots,x_{i_k}\right)\right\|^2\right)$ is known as a Residual Block. A Ceres problem is a collection of residual blocks, each of which depends on a subset of the parameter blocks.
H A Dhelloworld.tex13 When solving a problem with Ceres, the first thing to do is to define a subclass of \texttt{CostFunction}. It is responsible for computing the value of the residual function and its derivative (also known as the Jacobian) with respect to $x$.
33 \texttt{SimpleCostFunction} is provided with an input array of parameters, an output array for residuals and an optional output array for Jacobians. In our example, there is just one parameter and one residual and this is known at compile time, therefore we can save some code and instead of inheriting from \texttt{CostFunction}, we can instaed inherit from the templated \texttt{SizedCostFunction} class.
/external/doclava/src/com/google/doclava/
H A DComment.java347 boolean known = false;
350 known = true;
354 if (!known) {
355 known = Doclava.knownTags.contains(name);
357 if (!known) {

Completed in 2879 milliseconds

123