Searched refs:tempb (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa_avx.cpp | 866 simd16scalar tempb = _simd16_loadu_ps(reinterpret_cast<const float*>(&b[i])); in PaTriList2_simd16() local 869 simd16scalar temp0 = _simd16_blend_ps(_simd16_blend_ps(tempa, tempb, mask0), tempc, mask1); in PaTriList2_simd16() 870 simd16scalar temp1 = _simd16_blend_ps(_simd16_blend_ps(tempa, tempb, mask2), tempc, mask0); in PaTriList2_simd16() 871 simd16scalar temp2 = _simd16_blend_ps(_simd16_blend_ps(tempa, tempb, mask1), tempc, mask2); in PaTriList2_simd16() 1166 simd16scalar tempb = _simd16_loadu_ps(reinterpret_cast<const float*>(&b[i])); in PaTriStrip1_simd16() local 1169 …simd16scalar perm1 = _simd16_permute2f128_ps(tempb, tempb, 0x39); // (0 3 2 1) = 00 11 10 01 // b4… in PaTriStrip1_simd16() 1441 simd16scalar tempb = _simd16_loadu_ps(reinterpret_cast<const float*>(&b[i])); in PaTriFan1_simd16() local 1448 …simd16scalar temp0 = _simd16_permute2f128_ps(tempb, tempb, 0x39); // (0 3 2 1) = 00 11 10 01 // b4… in PaTriFan1_simd16() 1453 …simd16scalar temp2 = _simd16_shuffle_ps(tempb, blend, _MM_SHUFFLE(1, 0, 3, 2)); // b2… in PaTriFan1_simd16() 1455 …v1[i] = _simd16_shuffle_ps(tempb, temp2, _MM_SHUFFLE(2, 1, 2, 1)); // b1… in PaTriFan1_simd16() [all …]
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jchuff-sse2.asm | 142 cmp tempb, 0xFF ; Set CF if temp[0] < 0xFF 150 mov byte [buffer], tempb ; buffer[0] = temp[0]; 151 cmp tempb, 0xFF ; Set CF if temp[0] < 0xFF 159 mov byte [buffer], tempb ; buffer[0] = temp[0]; 160 cmp tempb, 0xFF ; Set CF if temp[0] < 0xFF 168 mov byte [buffer], tempb ; buffer[0] = temp[0]; 169 cmp tempb, 0xFF ; Set CF if temp[0] < 0xFF 228 %define tempb bl
|
/external/libjpeg-turbo/simd/i386/ |
D | jchuff-sse2.asm | 137 %define %%tempb %2 179 mov byte [buffer], %%tempb ; buffer[0] = temp[0]; 180 cmp %%tempb, 0xFF ; Set CF if temp[0] < 0xFF 188 mov byte [buffer], %%tempb ; buffer[0] = temp[0]; 189 cmp %%tempb, 0xFF ; Set CF if temp[0] < 0xFF
|
/external/libffi/ |
D | texinfo.tex | 7482 \edef\tempb{\eatspaces{#1}}% 7484 \expandafter{\csname macarg.\tempb\endcsname}% 7548 % pop current arg name into \@tempb 7549 \def\@tempa##1{\pop@{\@tempb}{\paramlist}##1\endargs@}% 7554 % Here \@tempb is the current arg name and \@tempc is the current arg value. 7557 \expandafter\let\csname macarg.\@tempb\endcsname\relax 7559 \csname macarg.\@tempb\endcsname}% 7609 % with \@tempb . 7610 \expandafter\let\expandafter\@tempb\csname mac.\macroname .recurse\endcsname 7613 \ifx\@tempb\gobble [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 7482 \edef\tempb{\eatspaces{#1}}% 7484 \expandafter{\csname macarg.\tempb\endcsname}% 7548 % pop current arg name into \@tempb 7549 \def\@tempa##1{\pop@{\@tempb}{\paramlist}##1\endargs@}% 7554 % Here \@tempb is the current arg name and \@tempc is the current arg value. 7557 \expandafter\let\csname macarg.\@tempb\endcsname\relax 7559 \csname macarg.\@tempb\endcsname}% 7609 % with \@tempb . 7610 \expandafter\let\expandafter\@tempb\csname mac.\macroname .recurse\endcsname 7613 \ifx\@tempb\gobble [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | intrapred_sse2.asm | 65 mov [dstq+strideq+3], tempb
|
/external/mtools/ |
D | texinfo.tex | 8427 \edef\tempb{\eatspaces{#1}}% 8429 \expandafter{\csname macarg.\tempb\endcsname}% 8481 % pop current arg name into \@tempb 8482 \def\@tempa##1{\pop@{\@tempb}{\paramlist}##1\endargs@}% 8487 % Here \@tempb is the current arg name and \@tempc is the current arg value. 8490 \expandafter\let\csname macarg.\@tempb\endcsname\relax 8492 \csname macarg.\@tempb\endcsname}% 8544 % with \@tempb . 8545 \expandafter\let\expandafter\@tempb\csname mac.\macroname .recurse\endcsname 8548 \ifx\@tempb\gobble [all …]
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 3779 \def\tempb{#1}% 3781 \edef\tempd{\tempb}%
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 3779 \def\tempb{#1}% 3781 \edef\tempd{\tempb}%
|