Home
last modified time | relevance | path

Searched refs:N4 (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringSwitch.h127 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
131 const char (&S4)[N4], const T& Value) { in Cases() argument
135 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
140 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument
145 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
150 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument
155 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
160 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument
166 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
171 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_colormap.c258 const int N4 = N + 4; in build_map() local
265 A[j*N4+i] = A[i*N4+j] = s->kernel(s->source[i], s->source[j]); in build_map()
268 A[i*N4+N+0] = A[(N+0)*N4+i] = 1; in build_map()
270 A[i*N4+N+1] = A[(N+1)*N4+i] = s->source[i][0]; in build_map()
272 A[i*N4+N+2] = A[(N+2)*N4+i] = s->source[i][1]; in build_map()
274 A[i*N4+N+3] = A[(N+3)*N4+i] = s->source[i][2]; in build_map()
276 for (int j = N; j < N4; j++) in build_map()
277 for (int i = N;i < N4; i++) in build_map()
278 A[j * N4 + i] = 0.; in build_map()
280 if (gauss_make_triangular(A, pivot, N4)) { in build_map()
[all …]
Dvf_xbr.c127 … N0, N1, N2, N3, N4, N5, N6, N7, N8) do { \ argument
169 … N15, N14, N11, N3, N7, N10, N13, N12, N9, N6, N2, N1, N5, N8, N4, N0) do { \ argument
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/import_alias_declarations/
Dimport_alias_declarations_1.ts44 export namespace N4 {
51 import n1 = N3.N4;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DX87.cpp113 const uint32_t N4 = allocate##MemorySize(); \ in TEST_F()
136 __ fld(IceType_f##Size, dwordAddress(N4)); \ in TEST_F()
161 test.set##MemorySize##To(N4, NewValue4); \ in TEST_F()
185 ASSERT_FLOAT_EQ(NewValue4, test.contentsOf##MemorySize<Type>(N4)) \ in TEST_F()
/third_party/ffmpeg/doc/
Derrno.txt90 ENODATA XSR +N4... No message available
105 ENOSR XSR +N4... No STREAM resources
106 ENOSTR XSR +N4... Not a STREAM
149 ETIME XSR +N4... Stream ioctl timeout
/third_party/pcre2/pcre2/testdata/
DgrepoutputN20 ---------------------------- Test N4 ------------------------------
/third_party/icu/icu4c/source/data/locales/
Dmgo.txt221 "N4",
265 "N4",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dmgo.txt201 "N4",
245 "N4",
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts20 type N4 = string & number; alias
DintersectionReduction.ts20 type N4 = string & number; alias
/third_party/typescript/tests/baselines/reference/
DintersectionReductionStrict.types51 type N4 = string & number;
52 >N4 : never
DintersectionReductionStrict.symbols50 type N4 = string & number;
51 >N4 : Symbol(N4, Decl(intersectionReductionStrict.ts, 16, 36))
DintersectionReductionStrict.js19 type N4 = string & number;
DintersectionReduction.types51 type N4 = string & number;
52 >N4 : never
DintersectionReduction.js19 type N4 = string & number;
DintersectionReduction.symbols50 type N4 = string & number;
51 >N4 : Symbol(N4, Decl(intersectionReduction.ts, 16, 36))
DintersectionReductionStrict.errors.txt25 type N4 = string & number;
DintersectionReduction.errors.txt25 type N4 = string & number;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h941 SDValue N2, SDValue N3, SDValue N4);
943 SDValue N2, SDValue N3, SDValue N4, SDValue N5);
954 SDValue N2, SDValue N3, SDValue N4);
956 SDValue N2, SDValue N3, SDValue N4, SDValue N5);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5683 SDValue N1, SDValue N2, SDValue N3, SDValue N4) { in getNode() argument
5684 SDValue Ops[] = { N1, N2, N3, N4 }; in getNode()
5689 SDValue N1, SDValue N2, SDValue N3, SDValue N4, in getNode() argument
5691 SDValue Ops[] = { N1, N2, N3, N4, N5 }; in getNode()
7517 SDValue N1, SDValue N2, SDValue N3, SDValue N4) { in getNode() argument
7518 SDValue Ops[] = { N1, N2, N3, N4 }; in getNode()
7523 SDValue N1, SDValue N2, SDValue N3, SDValue N4, in getNode() argument
7525 SDValue Ops[] = { N1, N2, N3, N4, N5 }; in getNode()
DDAGCombiner.cpp8987 SDValue N4 = N->getOperand(4); in visitSELECT_CC() local
8988 ISD::CondCode CC = cast<CondCodeSDNode>(N4)->get(); in visitSELECT_CC()
/third_party/pcre2/pcre2/
DRunGrepTest.bat642 echo ---------------------------- Test N4 ------------------------------>>testtrygrep
/third_party/cups-filters/cupsfilters/
Dimage.ppm525 �/3LK/qbCmV4]@"P-V-j8r:#l2i/_'U! P" H" E%N4\G(p^6rf6uk8pi3c^&QPCD
965 _JaN bPWKVLFB.0&�+"1"3=L+IS0QV.QM J< G2�N4�W;�O8�K:�E;�@<�;>5B
4676 …>O<5P1,Q($N%#W78R89K3/=) 5%?4XT7jnK:BM]0Vl;Je2Ge1VwBa�N]�IV�AY�GO�N>~J2{N4�Z6�^4�W6�J=�A9u+,W+…
5100 …@d6Mi9Qc3KU#IMLO$>G(7G*/G'3S.CmEO�UB}M,j7)g42n:9r=>n:=e3<\-?Y,OS.];"e5![5N4@7:@7M&5Z.=l>;sDB}…
5262 +6!CL&RU,_`2nl0ws)xs%|t(�|0��7�x3~g+qW)hK*fD-g?,i?'k<6~N4}OL�iX�sEn\F_YblnrlxudwjWkQDV<:G=FKF\ZDdY6…
5322 …'S9(N<(M>+LA/KD1HF9DHG=FK:DN;GW;J_7E_/:V&0K,-I&!7:)9J/8H!"U& c-#XTU#X(V,S.O0N4O7G4G5I8
5485 …@ =B ?FFQN[#Tc*Tc*Ta)X_+`b0fe/`^%VRPHQHTLOG�MJ�MK�JM�FM�BM?K6L 'M&N4Q7S<WE\NaVeZaZ…
5525 …*un)ylpa#k_/qe4n`,bR(]I-bH1bBAjBVmAce6mQ"u?�5 �4�: �=p8V*9.5 A+N4lO#pRhPp`"ic%X\Xf…
5582 …}Q.uK1oJ?uSQ|`Uw^IbL@K:2(4!/ *#()#".$-$-!2(=1 ND.`U:lc8kb-`Y$VK Q<N4J3"L4,R=6YC=\JA^JEbP…
5707 …]|�ic�Pp�]z�gz�fu�`m�VYo@DY.Pd?J_>EY=E\BKaLOfRNfVIdUB^P?`O>aM:`I4\A-X:)V5(U4I-N4#Z;+gE-iG$\9A *
[all …]
/third_party/ffmpeg/tests/
Dreference.pnm1139 N4F,C(A(H.
1188 …fW)jZ-l`:znK�ɤ�Ը�ռ�Լ�־���������������������������������u_<�oNuX5nP+qP/}X2wO(kI hG_>T8Q4T5P5N4
1295 U3a=gBnGnJ!cCW:N4
1339 S7 S8N4 H*I+H-G*H+H+E'E&I'A$E'G%O.Y5\6[8 [7b; hBnFqKwOwPyO!�S |P{L{R vT!fM…

12