Home
last modified time | relevance | path

Searched refs:TEMP (Results 1 – 25 of 177) sorted by relevance

12345678

/external/virglrenderer/tests/
Dlarge_shader.h12 DCL TEMP[0]
13 DCL TEMP[1..258], LOCAL
32 0: MOV TEMP[0], IN[0]
33 1: MAD TEMP[0].y, IN[0], CONST[2].zzzz, CONST[2].wwww
34 2: RCP TEMP[1].x, CONST[0].xxxx
35 3: RCP TEMP[1].y, CONST[0].yyyy
36 4: MUL TEMP[1].xy, TEMP[0].xyyy, TEMP[1].xyyy
37 5: MAD TEMP[1].xy, IMM[0].xxxx, TEMP[1].xyyy, IMM[0].yyyy
38 6: MOV TEMP[2].y, TEMP[1].yyyy
39 7: RCP TEMP[3].x, CONST[0].yyyy
[all …]
/external/pcre/dist2/
D132html25 print TEMP "</PRE>\n" if ($inpre);
26 print TEMP "</P>\n";
36 print TEMP "<P>\n";
77 open(TEMP, ">/tmp/$$") || die "Can't open /tmp/$$ for output\n";
123 print TEMP "\n" if (/^[\s.]/);
127 print TEMP "<br>\n<br>\n" if ($innf || /^\.nf/ || !/^[\s.]/);
151 printf TEMP ("<br><a name=\"SEC%d\" href=\"#TOC1\">$title</a><br>\n",
157 print TEMP "<br><b>\n$title\n</b><br>\n";
164 print TEMP "<br><b>\n$title\n</b><br>\n";
171 print TEMP "<b>$_</b>\n";
[all …]
/external/libsrtp2/crypto/hash/
Dsha1.c108 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_core() local
136 TEMP = W[13] ^ W[8] ^ W[2] ^ W[0]; in srtp_sha1_core()
137 W[16] = S1(TEMP); in srtp_sha1_core()
138 TEMP = W[14] ^ W[9] ^ W[3] ^ W[1]; in srtp_sha1_core()
139 W[17] = S1(TEMP); in srtp_sha1_core()
140 TEMP = W[15] ^ W[10] ^ W[4] ^ W[2]; in srtp_sha1_core()
141 W[18] = S1(TEMP); in srtp_sha1_core()
142 TEMP = W[16] ^ W[11] ^ W[5] ^ W[3]; in srtp_sha1_core()
143 W[19] = S1(TEMP); in srtp_sha1_core()
144 TEMP = W[17] ^ W[12] ^ W[6] ^ W[4]; in srtp_sha1_core()
[all …]
/external/python/cpython3/Tools/msi/
Duploadrelease.bat32 if not defined PLINK where plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.loc" …
33 … "%ProgramFiles(x86)%\PuTTY" plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.lo…
34 …re /R "%ProgramFiles%\PuTTY" plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.lo…
35 …ere /R "%ProgramFiles(x86)%" plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.lo…
36 …NK where /R "%ProgramFiles%" plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.lo…
40 if not defined PSCP where pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc" & del…
41 … /R "%ProgramFiles(x86)%\PuTTY" pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc…
42 …where /R "%ProgramFiles%\PuTTY" pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc…
43 … where /R "%ProgramFiles(x86)%" pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc…
44 … PSCP where /R "%ProgramFiles%" pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc…
[all …]
/external/curl/tests/
Dgetpart.pm279 open(TEMP, ">$filename");
280 binmode(TEMP,":raw"); # cygwin fix by Kevin Roth
282 print TEMP $_;
284 close(TEMP);
294 open(TEMP, "<$filename");
295 while(<TEMP>) {
298 close(TEMP);
311 open(TEMP, ">$file1");
316 print TEMP $l;
317 print TEMP "\n";
[all …]
/external/llvm-project/polly/lib/External/isl/imath/
Dimrat.c33 #define TEMP(K) (temp + (K)) macro
435 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(a)), last); in mp_rat_compare_unsigned()
436 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(b)), last); in mp_rat_compare_unsigned()
438 if ((res = mp_int_mul(TEMP(0), MP_DENOM_P(b), TEMP(0))) != MP_OK || in mp_rat_compare_unsigned()
439 (res = mp_int_mul(TEMP(1), MP_DENOM_P(a), TEMP(1))) != MP_OK) in mp_rat_compare_unsigned()
442 cmp = mp_int_compare_unsigned(TEMP(0), TEMP(1)); in mp_rat_compare_unsigned()
446 mp_int_clear(TEMP(last)); in mp_rat_compare_unsigned()
529 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(r)), last); in mp_rat_to_decimal()
530 SETUP(mp_int_init(TEMP(last)), last); in mp_rat_to_decimal()
531 SETUP(mp_int_init(TEMP(last)), last); in mp_rat_to_decimal()
[all …]
Dimath.c166 mp_int_clear(TEMP(last__))
167 #define TEMP(K) (temp + (K)) macro
168 #define LAST_TEMP() TEMP(last__)
1180 SETUP(mp_int_init_size(TEMP(0), 2 * um)); in mp_int_exptmod()
1181 SETUP(mp_int_init_size(TEMP(1), 2 * um)); in mp_int_exptmod()
1184 SETUP(mp_int_init_size(TEMP(2), 2 * um)); in mp_int_exptmod()
1185 s = TEMP(2); in mp_int_exptmod()
1191 if ((res = mp_int_mod(a, m, TEMP(0))) != MP_OK) goto CLEANUP; in mp_int_exptmod()
1193 if ((res = s_brmu(TEMP(1), m)) != MP_OK) goto CLEANUP; in mp_int_exptmod()
1195 if ((res = s_embar(TEMP(0), b, m, TEMP(1), s)) != MP_OK) in mp_int_exptmod()
[all …]
/external/mesa3d/src/gallium/tests/graw/vertex-shader/
Dvert-ex2.sh8 DCL TEMP[0..1]
12 EX2 TEMP[0], IN[0]
13 EX2 TEMP[1], IN[1].yyyy
14 MUL TEMP[0], TEMP[0], IMM[0]
16 MUL OUT[1], TEMP[0], TEMP[1]
Dvert-imul_hi.sh6 DCL TEMP[0]
7 DCL TEMP[1]
10 IMUL_HI TEMP[0], IMM[0].xzzx, IMM[0].yzzy
11 UMUL TEMP[0], TEMP[0], IMM[0].wwww
12 I2F OUT[1], TEMP[0]
Dvert-cb-1d.sh9 DCL TEMP[0..1]
12 ADD TEMP[0], IN[1], CONST[0][1]
13 RCP TEMP[1], CONST[0][3].xxxx
14 MUL OUT[1], TEMP[0], TEMP[1]
Dvert-rcp.sh8 DCL TEMP[0]
13 ADD TEMP[0], IN[0], IMM[0]
14 RCP TEMP[0].x, TEMP[0].xxxx
15 SUB OUT[0], TEMP[0], IMM[1]
Dvert-rsq.sh8 DCL TEMP[0]
13 ADD TEMP[0], IN[0], IMM[0]
14 RSQ TEMP[0].x, TEMP[0].xxxx
15 SUB OUT[0], TEMP[0], IMM[1]
Dvert-lg2.sh8 DCL TEMP[0]
13 ADD TEMP[0], IN[0], IMM[0]
14 LG2 TEMP[0].x, TEMP[0].xxxx
15 ADD OUT[0], TEMP[0], IMM[1]
/external/mesa3d/src/gallium/tests/graw/fragment-shader/
Dfrag-ucmp.sh4 DCL TEMP[0]
7 0: MUL TEMP[0].x, IN[0].xxxx, IMM[0].xxxx
8 1: F2U TEMP[0].x, TEMP[0].xxxx
9 2: AND TEMP[0].x, TEMP[0].xxxx, IMM[1].xxxx
10 3: UCMP OUT[0], TEMP[0].xxxx, IMM[0].yzzz, IMM[0].yyyz
Dfrag-kil.sh6 DCL TEMP[0]
12 SLT TEMP[0], IN[0], IMM[0]
13 MUL OUT[0], IN[0], TEMP[0]
15 SUB TEMP[0], TEMP[0], IMM[1].xxxy
16 KIL TEMP[0]
Dfrag-flr.sh6 DCL TEMP[0]
11 MUL TEMP[0], IN[0], IMM[0]
12 FLR TEMP[0], TEMP[0]
13 MUL OUT[0], TEMP[0], IMM[1]
Dfrag-srcmod-absneg.sh6 DCL TEMP[0]
11 ADD TEMP[0], IN[0], IMM[0]
12 MOV TEMP[0], -|TEMP[0]|
13 MUL OUT[0], TEMP[0], IMM[1]
Dfrag-cb-1d.sh7 DCL TEMP[0..1]
9 ADD TEMP[0], IN[0], CONST[0][1]
10 RCP TEMP[1], CONST[0][3].xxxx
11 MUL OUT[0], TEMP[0], TEMP[1]
Dfrag-rcp.sh6 DCL TEMP[0]
11 ADD TEMP[0], IN[0], IMM[0]
12 RCP TEMP[0].x, TEMP[0].xxxx
13 SUB OUT[0], TEMP[0], IMM[1]
Dfrag-lg2.sh6 DCL TEMP[0]
11 ADD TEMP[0], IN[0], IMM[0]
12 LG2 TEMP[0].x, TEMP[0].xxxx
13 ADD OUT[0], TEMP[0], IMM[1]
Dfrag-rsq.sh6 DCL TEMP[0]
11 ADD TEMP[0], IN[0], IMM[0]
12 RSQ TEMP[0].x, TEMP[0].xxxx
13 SUB OUT[0], TEMP[0], IMM[1]
Dfrag-face.sh6 DCL TEMP[0]
9 MUL TEMP[0], IN[1].xxxx, IMM[0].xxxx
10 ADD TEMP[0], TEMP[0], IMM[0].yyyy
12 MOV OUT[0], TEMP[0]
/external/python/cpython2/PC/VS7.1/
D_ssl.mak5 TEMP=x86-temp-debug/ macro
10 TEMP=x86-temp-release/ macro
27 @if not exist "$(TEMP)/_ssl/." mkdir "$(TEMP)/_ssl"
28 cl /nologo /c $(SSL_SOURCE) $(CFLAGS) /Fo$(TEMP)\_ssl\$*.obj $(INCLUDES)
30 /dll /out:_ssl$(SUFFIX) $(TEMP)\_ssl\$*.obj $(SSL_LIBS) $(EXTRA_LIBS)
34 @if not exist "$(TEMP)/_hashlib/." mkdir "$(TEMP)/_hashlib"
35 cl /nologo /c $(HASH_SOURCE) $(CFLAGS) $(EXTRA_CFLAGS) /Fo$(TEMP)\_hashlib\$*.obj $(INCLUDES)
37 /dll /out:_hashlib$(SUFFIX) $(HASH_LIBS) $(EXTRA_LIBS) $(TEMP)\_hashlib\$*.obj
/external/mesa3d/src/gallium/tests/graw/geometry-shader/
Dmulti-line.txt9 DCL TEMP[0]
11 MOV TEMP[0], IN[0][0]
12 ADD TEMP[0].y, IN[0][0], IN[1][0]
14 MOV OUT[0], TEMP[0]
23 MOV OUT[0], TEMP[0]
28 MOV OUT[0], TEMP[0]
37 MOV OUT[0], TEMP[0]
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-clrsb.ll22 ; CHECK: cls [[TEMP:w[0-9]+]], [[TEMP]]
25 ; GISEL: cls [[TEMP:w[0-9]+]], [[TEMP]]
40 ; CHECK: cls [[TEMP:x[0-9]+]], [[TEMP]]
42 ; GISEL: cls [[TEMP:x[0-9]+]], [[TEMP]]

12345678