Searched refs:temp (Results 51 - 75 of 1627) sorted by relevance

1234567891011>>

/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dchkder.h28 Scalar temp; local
36 temp = eps * abs(x[j]);
37 if (temp == 0.)
38 temp = eps;
39 xp[j] = x[j] + temp;
46 temp = abs(x[j]);
47 if (temp == 0.)
48 temp = 1.;
49 err += temp * fjac.col(j);
52 temp
[all...]
H A Ddogleg.h20 Scalar sum, temp, alpha, bnorm; local
34 temp = qrfac(j,j);
35 if (temp == 0.) {
36 temp = epsmch * qrfac.col(j).head(j+1).maxCoeff();
37 if (temp == 0.)
38 temp = epsmch;
41 x[j] = qtb[j] / temp;
43 x[j] = (qtb[j] - qrfac.row(j).tail(n-j-1).dot(x.tail(n-j-1))) / temp;
82 temp = wa2.stableNorm();
83 sgnorm = gnorm / temp / tem
[all...]
/external/chromium_org/testing/gtest/samples/
H A Dsample2.cc53 const char* const temp = MyString::CloneCString(a_c_string); local
55 c_string_ = temp;
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dshift-shr.js13 var temp = left >>> i;
14 if (temp < 0) {
/external/protobuf/gtest/samples/
H A Dsample2.cc53 const char * const temp = MyString::CloneCString(c_string); local
55 c_string_ = temp;
/external/qemu/android/base/
H A DLog.cpp133 char temp[5]; local
134 snprintf(temp, sizeof temp, "\\x%02x", ch);
135 append(temp, 4U);
141 char temp[20]; local
142 int ret = snprintf(temp, sizeof temp, "%p", ptr);
143 append(temp, static_cast<size_t>(ret));
148 char temp[20]; local
149 int ret = snprintf(temp, sizeo
155 char temp[20]; local
162 char temp[20]; local
169 char temp[20]; local
176 char temp[20]; local
183 char temp[20]; local
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_GetLocal.java40 File temp = cache.get(url);
41 if (temp == null) {
43 temp = File.createTempFile("hyts_local", ".tmp", null);
44 temp.deleteOnExit();
45 FileOutputStream out = new FileOutputStream(temp);
53 cache.put(url, temp);
55 return temp;
60 File temp = cache.get(url);
61 if (temp == null) {
63 temp
[all...]
/external/chromium_org/cc/resources/
H A Dresource_update_queue.cc30 std::deque<ResourceUpdate> temp; local
31 entry_queue->swap(temp);
32 while (temp.size()) {
33 ResourceUpdate upload = temp.front();
34 temp.pop_front();
/external/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
H A Dmove_assign.pass.cpp24 std::string temp = get_temp_file_name(); local
26 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out
36 std::remove(temp.c_str());
38 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out
48 std::remove(temp.c_str());
/external/libcxx/test/input.output/file.streams/fstreams/fstream.cons/
H A Dmove.pass.cpp24 std::string temp = get_temp_file_name(); local
26 std::fstream fso(temp, std::ios_base::in | std::ios_base::out
35 std::remove(temp.c_str());
37 std::wfstream fso(temp, std::ios_base::in | std::ios_base::out
46 std::remove(temp.c_str());
H A Dpointer.pass.cpp23 std::string temp = get_temp_file_name(); local
25 std::fstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out
33 std::remove(temp.c_str());
35 std::wfstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out
43 std::remove(temp.c_str());
H A Dstring.pass.cpp23 std::string temp = get_temp_file_name(); local
25 std::fstream fs(temp,
34 std::remove(temp.c_str());
36 std::wfstream fs(temp,
45 std::remove(temp.c_str());
/external/libcxx/test/input.output/file.streams/fstreams/fstream.members/
H A Dclose.pass.cpp23 std::string temp = get_temp_file_name(); local
27 fs.open(temp.c_str(), std::ios_base::out);
32 std::remove(temp.c_str());
36 fs.open(temp.c_str(), std::ios_base::out);
41 std::remove(temp.c_str());
H A Dopen_pointer.pass.cpp23 std::string temp = get_temp_file_name(); local
27 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out
36 std::remove(temp.c_str());
40 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out
49 std::remove(temp.c_str());
H A Dopen_string.pass.cpp23 std::string temp = get_temp_file_name(); local
27 fs.open(temp, std::ios_base::in | std::ios_base::out
36 std::remove(temp.c_str());
40 fs.open(temp, std::ios_base::in | std::ios_base::out
49 std::remove(temp.c_str());
/external/openssl/crypto/md4/
H A Dmd4_one.c80 char temp[1024];
85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
86 ebcdic2ascii(temp, d, chunk);
87 MD4_Update(&c,temp,chunk);
/external/openssl/crypto/md5/
H A Dmd5_one.c80 char temp[1024];
85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
86 ebcdic2ascii(temp, d, chunk);
87 MD5_Update(&c,temp,chunk);
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.bat14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
/external/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.bat14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp153 char *temp = (char *)realloc(_buffer, _length + 1); local
154 if ( temp != NULL ) {
155 _buffer = temp;
240 char* temp = theReturn._buffer; local
241 while( (temp = strchr( temp, findChar )) != 0 )
242 *temp = replaceChar;
250 String temp = _buffer, newString;
253 while ( (loc = temp.indexOf( match )) != -1 )
255 newString += temp
273 const char* temp = strchr( &_buffer[fromIndex], ch ); local
310 char* temp = strrchr( _buffer, ch ); local
331 char temp = s2[ 0 ]; local
366 int temp = right; local
376 char temp = _buffer[ right ]; // save the replaced character local
385 String temp = _buffer; local
394 String temp = _buffer; local
[all...]
/external/chromium_org/courgette/
H A Ddisassembler_elf_32_arm.cc34 uint32 temp = (arm_op & 0x00FF) << 1; local
35 if (temp & 0x0100)
36 temp |= 0xFFFFFE00;
37 temp += 4; // Offset from _next_ PC.
40 (*addr) = temp;
47 uint32 temp = (arm_op & 0x07FF) << 1; local
48 if (temp & 0x00000800)
49 temp |= 0xFFFFF000;
50 temp += 4; // Offset from _next_ PC.
52 (*addr) = temp;
59 uint32 temp = (arm_op & 0x00FFFFFF) << 2; local
69 uint32 temp = 0; local
108 uint32 temp = 0; local
150 uint32 temp = 0; local
179 uint32 temp = 0xF0008000; local
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
102 temp = x0 ;
104 SBC_IDCT_MULT(SBC_COS_PI_SUR_4, ( temp - x4 ), x4); /*x4 = ( temp - x4 ) * cos(1*pi/4) ; */
112 temp = x2 ;
114 SBC_IDCT_MULT(SBC_COS_3PI_SUR_8,( temp - x6 ), x6); /*x6 = ( temp - x6 ) * cos(3*pi/8) ;*/
131 temp = x1 ;
133 x5 = temp - x5 ;
141 temp
209 SINT32 temp,x2; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_list.c47 struct rc_list * temp; local
54 for (temp = *list; temp->Next; temp = temp->Next);
56 temp->Next = new_value;
57 new_value->Prev = temp;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_fog.c98 GLfloat d, temp; local
107 temp = (end - z) * d;
108 return CLAMP(temp, 0.0F, 1.0F);
112 NEG_EXP( temp, d * z );
113 return temp;
117 NEG_EXP( temp, d * z * z );
118 return temp;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_fog.c98 GLfloat d, temp; local
107 temp = (end - z) * d;
108 return CLAMP(temp, 0.0F, 1.0F);
112 NEG_EXP( temp, d * z );
113 return temp;
117 NEG_EXP( temp, d * z * z );
118 return temp;

Completed in 3016 milliseconds

1234567891011>>