HomeSort by relevance Sort by last modified time
    Searched refs:N4 (Results 1 - 23 of 23) sorted by null

  /external/clang/test/CodeCompletion/
namespace-alias.cpp 1 namespace N4 {
19 // CHECK-CC1-NEXT: N4
using-namespace.cpp 1 namespace N4 {
20 // CHECK-CC1-NEXT: N4
using.cpp 1 namespace N4 {
23 // CHECK-CC1-NEXT: N4
  /external/ceres-solver/include/ceres/
sized_cost_function.h 48 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0,
57 CHECK((!N1 && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) ||
58 ((N1 > 0) && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) ||
59 ((N1 > 0) && (N2 > 0) && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) ||
60 ((N1 > 0) && (N2 > 0) && (N3 > 0) && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) ||
61 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && !N5 && !N6 && !N7 && !N8 && !N9) ||
62 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && !N6 && !N7 && !N8 && !N9) ||
63 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && !N7 && !N8 && !N9) ||
64 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && !N8 && !N9) ||
65 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && (N8 > 0) && !N9) |
    [all...]
autodiff_cost_function.h 156 int N4 = 0, // Number of parameters in block 4.
163 public SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> {
182 SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>
198 CostFunctor, double, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>
202 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Differentiate(
205 SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>
gradient_checker.h 65 int M = 0, int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0>
151 if (N4) {
152 CHECK_EQ(N4, block_sizes[4]);
177 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4>
numeric_diff_cost_function.h 202 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, int N5 = 0>
204 : public SizedCostFunction<M, N0, N1, N2, N3, N4, N5> {
231 const int kParametersSize = N0 + N1 + N2 + N3 + N4 + N5;
240 &parameters_copy[0] + N0 + N1 + N2 + N3 + N4;
  /external/clang/test/SemaTemplate/
instantiate-call.cpp 37 namespace N4 {
46 template struct N4::call_f0<int, short&>;
47 template struct N4::call_f0<N1::X0, int&>;
instantiate-expr-2.cpp 25 namespace N4 {
43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY;
45 typedef N4::BinOpOverload<N1::X, N1::X>::type XX;
47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY;
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ;
57 namespace N4 {
65 typedef N4::UnaryOpOverload<N3::Z>::type UZ;
  /external/ceres-solver/include/ceres/internal/
autodiff.h 206 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
224 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
226 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, N8, 0> {
241 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
243 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, 0, 0> {
257 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
259 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, 0, 0, 0> {
272 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
274 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, 0, 0, 0, 0> {
286 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4>
    [all...]
  /external/clang/test/PCH/Inputs/
namespaces.h 42 inline namespace N4 {
  /external/clang/test/PCH/
namespaces.cpp 44 inline namespace N4 { }
  /external/llvm/include/llvm/ADT/
StringSwitch.h 103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
106 const char (&S4)[N4], const T& Value) {
  /external/clang/test/CodeGenCXX/
bitfield.cpp 284 namespace N4 {
references.cpp 250 namespace N4 {
259 // CHECK: call void @_ZN2N41AC1Ev(%"struct.N4::A"* @_ZGRZN2N41fEvE2ar)
  /external/speex/libspeex/
preprocess.c 398 int N, N3, N4, M;
427 N4 = st->frame_size - N3;
477 if (N4>0)
481 st->window[i+N3+N4]=st->window[i+N3];
623 int N4 = st->frame_size - N3;
634 st->inbuf[i]=x[N4+i];
732 int N4 = st->frame_size - N3;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 561 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
563 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
583 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
585 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
    [all...]
  /external/ceres-solver/docs/
modeling.tex 55 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, int N5 = 0>
158 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, int N5 = 0>
160 : public SizedCostFunction<M, N0, N1, N2, N3, N4, N5> {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 821 milliseconds