HomeSort by relevance Sort by last modified time
    Searched refs:TEMP (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /external/eigen/blas/
dtpmv.f 106 DOUBLE PRECISION TEMP
165 TEMP = X(J)
168 X(I) = X(I) + TEMP*AP(K)
179 TEMP = X(JX)
182 X(IX) = X(IX) + TEMP*AP(K)
196 TEMP = X(J)
199 X(I) = X(I) + TEMP*AP(K)
211 TEMP = X(JX)
214 X(IX) = X(IX) + TEMP*AP(K)
232 TEMP = X(J
    [all...]
dtpsv.f 109 DOUBLE PRECISION TEMP
169 TEMP = X(J)
172 X(I) = X(I) - TEMP*AP(K)
183 TEMP = X(JX)
187 X(IX) = X(IX) - TEMP*AP(K)
200 TEMP = X(J)
203 X(I) = X(I) - TEMP*AP(K)
214 TEMP = X(JX)
218 X(IX) = X(IX) - TEMP*AP(K)
234 TEMP = X(J
    [all...]
stbmv.f 146 REAL TEMP
212 TEMP = X(J)
215 X(I) = X(I) + TEMP*A(L+I,J)
224 TEMP = X(JX)
228 X(IX) = X(IX) + TEMP*A(L+I,J)
241 TEMP = X(J)
244 X(I) = X(I) + TEMP*A(L+I,J)
254 TEMP = X(JX)
258 X(IX) = X(IX) + TEMP*A(L+I,J)
276 TEMP = X(J
    [all...]
stpmv.f 106 REAL TEMP
165 TEMP = X(J)
168 X(I) = X(I) + TEMP*AP(K)
179 TEMP = X(JX)
182 X(IX) = X(IX) + TEMP*AP(K)
196 TEMP = X(J)
199 X(I) = X(I) + TEMP*AP(K)
211 TEMP = X(JX)
214 X(IX) = X(IX) + TEMP*AP(K)
232 TEMP = X(J
    [all...]
stpsv.f 109 REAL TEMP
169 TEMP = X(J)
172 X(I) = X(I) - TEMP*AP(K)
183 TEMP = X(JX)
187 X(IX) = X(IX) - TEMP*AP(K)
200 TEMP = X(J)
203 X(I) = X(I) - TEMP*AP(K)
214 TEMP = X(JX)
218 X(IX) = X(IX) - TEMP*AP(K)
234 TEMP = X(J
    [all...]
dspr.f 92 DOUBLE PRECISION TEMP
141 TEMP = ALPHA*X(J)
144 AP(K) = AP(K) + X(I)*TEMP
154 TEMP = ALPHA*X(JX)
157 AP(K) = AP(K) + X(IX)*TEMP
172 TEMP = ALPHA*X(J)
175 AP(K) = AP(K) + X(I)*TEMP
185 TEMP = ALPHA*X(JX)
188 AP(K) = AP(K) + X(IX)*TEMP
sspr.f 92 REAL TEMP
141 TEMP = ALPHA*X(J)
144 AP(K) = AP(K) + X(I)*TEMP
154 TEMP = ALPHA*X(JX)
157 AP(K) = AP(K) + X(IX)*TEMP
172 TEMP = ALPHA*X(J)
175 AP(K) = AP(K) + X(I)*TEMP
185 TEMP = ALPHA*X(JX)
188 AP(K) = AP(K) + X(IX)*TEMP
chpr.f 95 COMPLEX TEMP
147 TEMP = ALPHA*CONJG(X(J))
150 AP(K) = AP(K) + X(I)*TEMP
153 AP(KK+J-1) = REAL(AP(KK+J-1)) + REAL(X(J)*TEMP)
163 TEMP = ALPHA*CONJG(X(JX))
166 AP(K) = AP(K) + X(IX)*TEMP
169 AP(KK+J-1) = REAL(AP(KK+J-1)) + REAL(X(JX)*TEMP)
184 TEMP = ALPHA*CONJG(X(J))
185 AP(KK) = REAL(AP(KK)) + REAL(TEMP*X(J))
188 AP(K) = AP(K) + X(I)*TEMP
    [all...]
zhpr.f 95 DOUBLE COMPLEX TEMP
147 TEMP = ALPHA*DCONJG(X(J))
150 AP(K) = AP(K) + X(I)*TEMP
153 AP(KK+J-1) = DBLE(AP(KK+J-1)) + DBLE(X(J)*TEMP)
163 TEMP = ALPHA*DCONJG(X(JX))
166 AP(K) = AP(K) + X(IX)*TEMP
169 AP(KK+J-1) = DBLE(AP(KK+J-1)) + DBLE(X(JX)*TEMP)
184 TEMP = ALPHA*DCONJG(X(J))
185 AP(KK) = DBLE(AP(KK)) + DBLE(TEMP*X(J))
188 AP(K) = AP(K) + X(I)*TEMP
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 87 TEMP=`mktemp $TMPDIR/pXXXXXX` || exit 1
90 REMOVE_TEMP="rm -f $TEMP0 $TEMP $BAD $REF"
94 TEMP=$TEMPD/p$$
119 # Must use temp file due to incompatibilities in quoting behavior
251 sed -e "s;^[Tt][Oo]:.*;To: $GNATS_ADDR;" > $TEMP
253 cat > $TEMP
258 sed -e "s;^[Tt][Oo]:.*;To: $GNATS_ADDR;" $IN_FILE > $TEMP
260 cat $IN_FILE > $TEMP
275 cp $PR_FORM $TEMP ||
278 for file in $TEMP $REF ; d
    [all...]
  /external/iproute2/examples/
gaiconf 52 TEMP=`getopt -o c::dlv -l config::,default,list,verbose -n gaiconf -- "$@"`
61 eval set -- "$TEMP"
  /external/chromium/base/
sha1_portable.cc 181 uint32 TEMP = S(5, A) + f(t, B, C, D) + E + W[t] + K(t);
186 A = TEMP;
  /external/chromium_org/base/
sha1_portable.cc 181 uint32 TEMP = S(5, A) + f(t, B, C, D) + E + W[t] + K(t);
186 A = TEMP;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 48 TEMP = 266,
156 #define TEMP 266
  /external/chromium_org/tools/python/google/
httpd_utils.py 68 they'll be placed in the system's temp dir (e.g., $TEMP or /tmp).
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 39 set DELTA_FILE=%TEMP%\configure.ac.vcdiff
40 set OUTPUT_TARGET_FILE=%TEMP%\configure.ac.output
165 encode -dictionary %TEMP%\nonexistent_file ^
175 -target %TEMP%\nonexistent_file ^
183 -delta %TEMP%\nonexistent_file ^
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 39 set DELTA_FILE=%TEMP%\configure.ac.vcdiff
40 set OUTPUT_TARGET_FILE=%TEMP%\configure.ac.output
165 encode -dictionary %TEMP%\nonexistent_file ^
175 -target %TEMP%\nonexistent_file ^
183 -delta %TEMP%\nonexistent_file ^
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 39 set DELTA_FILE=%TEMP%\configure.ac.vcdiff
40 set OUTPUT_TARGET_FILE=%TEMP%\configure.ac.output
165 encode -dictionary %TEMP%\nonexistent_file ^
175 -target %TEMP%\nonexistent_file ^
183 -delta %TEMP%\nonexistent_file ^
  /prebuilts/devtools/tools/
android.bat 46 rem Copy android.bat and its required libs to a temp dir.
49 set tmp_dir=%TEMP%\temp-android-tool
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 184 TEMP { yylval->integer = at_temp; return TEMP; }
program_parse.y 159 %token <integer> TEMP
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 331 {CREATE TEMP TABLE [Identifier]([Identifier] [Coltype])}
  /external/mesa3d/src/mesa/program/
program_lexer.l 184 TEMP { yylval->integer = at_temp; return TEMP; }
program_parse.y 159 %token <integer> TEMP
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 68 CREATE VIRTUAL TABLE temp.stat USING dbstat;
69 CREATE TEMP TABLE dbstat AS SELECT * FROM temp.stat ORDER BY name, path;
70 DROP TABLE temp.stat;
105 FROM temp.dbstat WHERE name = $name
116 SELECT pageno FROM temp.dbstat WHERE name = $name ORDER BY rowid

Completed in 1022 milliseconds

1 2 34 5