Home
last modified time | relevance | path

Searched refs:a22 (Results 1 – 11 of 11) sorted by relevance

/external/regex-re2/re2/
Dvariadic_function.h211 const Arg& a22) const { in operator()
214 &a21, &a22 }; in operator()
224 const Arg& a22, const Arg& a23) const { in operator()
227 &a21, &a22, &a23 }; in operator()
237 const Arg& a22, const Arg& a23, const Arg& a24) const { in operator()
240 &a21, &a22, &a23, &a24 }; in operator()
250 const Arg& a22, const Arg& a23, const Arg& a24, const Arg& a25) const { in operator()
253 &a21, &a22, &a23, &a24, &a25 }; in operator()
263 const Arg& a22, const Arg& a23, const Arg& a24, const Arg& a25, in operator()
267 &a21, &a22, &a23, &a24, &a25, &a26 }; in operator()
[all …]
/external/opencv/cv/src/
Dcvsamplers.cpp152 worktype a11, a12, a21, a22, b1, b2; \
167 a22 = scale_macro(a*b); \
194 cast_macro(src[j+src_step+1])*a22; \
198 cast_macro(src[j+src_step+2])*a22; \
209 cast_macro(src[j+src_step+1])*a22; \
242 cast_macro(src2[j+1])*a22; \
397 float a12, a22, b1, b2; in icvGetRectSubPix_8u32f_C1R() local
415 a22 = a*b; in icvGetRectSubPix_8u32f_C1R()
441 float t = a12*CV_8TO32F(src[j+1]) + a22*CV_8TO32F(src[j+1+src_step]); in icvGetRectSubPix_8u32f_C1R()
475 float t = a12*CV_8TO32F(src[j+1]) + a22*CV_8TO32F(src2[j+1]); in icvGetRectSubPix_8u32f_C1R()
Dcvinpaint.cpp212 double sol, a11, a22, m12; in FastMarching_solve() local
214 a22=CV_MAT_ELEM(*t,float,i2,j2); in FastMarching_solve()
215 m12=MIN(a11,a22); in FastMarching_solve()
219 if( fabs(a11-a22) >= 1.0 ) in FastMarching_solve()
222 sol = (a11+a22+sqrt((double)(2-(a11-a22)*(a11-a22))))*0.5; in FastMarching_solve()
226 sol = 1+a22; in FastMarching_solve()
/external/libvpx/vp8/encoder/x86/
Dfwalsh_sse2.asm100 paddd xmm1, xmm6 ; b23 b22 a23 a22
131 punpcklqdq xmm0, xmm1 ; a23 a22 a21 a20
137 packssdw xmm0, xmm4 ; b23 b22 b21 b20 a23 a22 a21 a20
/external/v8/test/mjsunit/compiler/
Dregress-max-locals-for-osr.js35 a21, a22, a23, a24, a25, a26, a27, a28, a29, a30,
/external/icu4c/test/testdata/
Dte.txt106 a2{"a22"}
/external/webp/src/enc/
Ddsp_sse2.c405 const __m128i a22 = _mm_unpackhi_epi64(a32, a32); in FTransformSSE2() local
418 const __m128i b23 = _mm_unpacklo_epi16(a22, a32); in FTransformSSE2()
/external/opencv/cvaux/src/
Dcvepilines.cpp553 double a11,a12,a21,a22; in icvGetCrossLines() local
559 a22 = -(xD-xC)*(xD-xC)-(yD-yC)*(yD-yC)-(zD-zC)*(zD-zC); in icvGetCrossLines()
567 delta = a11*a22-a12*a21; in icvGetCrossLines()
574 deltaA = b1*a22-b2*a12; in icvGetCrossLines()
/external/llvm/test/CodeGen/X86/
Davx-intrinsics-x86.ll1812 …%a22 = call <8 x float> @llvm.x86.avx.cmp.ps.256(<8 x float> %a0, <8 x float> %a21, i8 20) ; <<8 x…
1814 …%a23 = call <8 x float> @llvm.x86.avx.cmp.ps.256(<8 x float> %a0, <8 x float> %a22, i8 21) ; <<8 x…
/external/elfutils/tests/
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile44.expect.bz2