Home
last modified time | relevance | path

Searched refs:N3 (Results 1 – 25 of 208) sorted by relevance

123456789

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringSwitch.h119 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3>
122 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
127 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
130 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
135 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
139 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
145 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
149 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
155 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
159 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
[all …]
/external/boringssl/src/crypto/fipsmodule/bn/asm/
Darmv4-mont.pl296 my ($N0,$N1,$N2,$N3)=map("d$_",(4..7));
345 vld1.32 {$N0-$N3}, [$nptr]!
361 vmlal.u32 @ACC[6],$Ni,${N3}[0]
363 vmlal.u32 @ACC[7],$Ni,${N3}[1]
409 vmlal.u32 @ACC[6],$Ni,${N3}[0]
411 vmlal.u32 @ACC[7],$Ni,${N3}[1]
473 vld1.32 {$N0-$N3},[$nptr]!
504 vmlal.u32 @ACC[6],$Ni,${N3}[0]
505 vmlal.u32 @ACC[7],$Ni,${N3}[1]
540 vmlal.u32 @ACC[6],$Ni,${N3}[0]
[all …]
/external/llvm/include/llvm/ADT/
DStringSwitch.h116 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3>
119 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
125 (N3-1 == Str.size() && std::memcmp(S3, Str.data(), N3-1) == 0))) { in Cases()
132 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
135 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
141 (N3-1 == Str.size() && std::memcmp(S3, Str.data(), N3-1) == 0) || in Cases()
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp19 namespace N3 { namespace
38 namespace N3 { namespace
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ; in test_bin_op_overload()
53 namespace N3 { namespace
54 eight_bytes operator-(::N3::Z);
65 typedef N4::UnaryOpOverload<N3::Z>::type UZ; in test_unary_op_overload()
Dinstantiate-call.cpp23 namespace N3 { namespace
33 template struct N3::call_f0<int, char&>; // expected-note{{instantiation}}
34 template struct N3::call_f0<N1::X0, int&>;
48 template struct N3::call_f0<int, short&>; // expected-note{{instantiation}}
Dinstantiate-expr-3.cpp36 namespace N3 { namespace
44 template struct N2::PlusEquals0<N3::Y, long, short&>;
46 template struct N2::PlusEquals0<N3::Y, int, short&>; // expected-note{{instantiation}}
/external/speex/libspeex/
Dpreprocess.c398 int N, N3, N4, M; in speex_preprocess_state_init() local
426 N3 = 2*N - st->frame_size; in speex_preprocess_state_init()
427 N4 = st->frame_size - N3; in speex_preprocess_state_init()
470 st->inbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t)); in speex_preprocess_state_init()
471 st->outbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t)); in speex_preprocess_state_init()
473 conj_window(st->window, 2*N3); in speex_preprocess_state_init()
474 for (i=2*N3;i<2*st->ps_size;i++) in speex_preprocess_state_init()
479 for (i=N3-1;i>=0;i--) in speex_preprocess_state_init()
481 st->window[i+N3+N4]=st->window[i+N3]; in speex_preprocess_state_init()
482 st->window[i+N3]=1; in speex_preprocess_state_init()
[all …]
/external/clang/test/CodeCompletion/
Dusing.cpp2 namespace N3 { } namespace
5 class N3;
14 int N3; local
Dnamespace-alias.cpp2 namespace N3 { } namespace
5 class N3;
Dusing-namespace.cpp2 namespace N3 { } namespace
5 class N3;
Dnamespace.cpp1 namespace N3 { namespace
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringSwitch.h96 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3>
98 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
105 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
/external/clang/test/PCH/
Dnamespaces.cpp27 namespace N3 { namespace
33 N3::C *cp2;
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/
D09-DynamicAlloca.ll8 %N3 = trunc i64 %N to i32 ; <i32> [#uses=1]
9 %vla = alloca i8, i32 %N3, align 2 ; <i8*> [#uses=1]
/external/clang/test/Modules/
Dnamespaces.cpp26 int &ir3 = N3::f(1); in test()
35 double &dr2 = N3::f(1.0); in test()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DX87.cpp115 const uint32_t N3 = allocate##MemorySize(); \ in TEST_F()
138 __ fld(IceType_f##Size, dwordAddress(N3)); \ in TEST_F()
159 test.set##MemorySize##To(N3, NewValue3); \ in TEST_F()
181 ASSERT_FLOAT_EQ(NewValue3, test.contentsOf##MemorySize<Type>(N3)) \ in TEST_F()
/external/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp155 SDValue N3 = Node->getOperand(3); in Select() local
159 Node = CurDAG->UpdateNodeOperands(Node, Chain, N1, R6Reg, N3); in Select()
/external/aac/libFDK/src/
Dfft.cpp596 #define N3 3 macro
630 l += (2 * N5) + (2 * N3); in fft15()
665 for (i = 0, l = 0, k = 0; i < N3; i++, k += 10) { in fft15()
669 pDst[k + 2] = pSrc[l + 0 + (2 * N3)]; in fft15()
670 pDst[k + 3] = pSrc[l + 1 + (2 * N3)]; in fft15()
671 pDst[k + 4] = pSrc[l + 0 + (4 * N3)]; in fft15()
672 pDst[k + 5] = pSrc[l + 1 + (4 * N3)]; in fft15()
673 pDst[k + 6] = pSrc[l + 0 + (6 * N3)]; in fft15()
674 pDst[k + 7] = pSrc[l + 1 + (6 * N3)]; in fft15()
675 pDst[k + 8] = pSrc[l + 0 + (8 * N3)]; in fft15()
[all …]
/external/llvm/unittests/IR/
DMDBuilderTest.cpp88 MDNode *N3 = MDHelper.createTBAANode("Node", R); in TEST_F() local
89 EXPECT_EQ(N0, N3); in TEST_F()
/external/clang/test/ASTMerge/Inputs/
Dnamespace1.cpp15 namespace N3 { namespace
Dnamespace2.cpp15 namespace N3 { namespace
/external/clang/test/Modules/Inputs/
Dnamespaces-top.h9 namespace N3 {
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
Dp2-template-id.cpp13 namespace N3 { namespace
/external/clang/test/CXX/temp/temp.res/temp.local/
Dp1.cpp18 template <int N1, const int& N2, const int* N3> struct X1 {
/external/pcre/dist2/testdata/
DgrepoutputN8 jkl---------------------------- Test N3 ------------------------------

123456789