HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 276 - 300 of 3860) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/
move_assign.pass.cpp 25 std::string temp = get_temp_file_name(); local
28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
40 std::remove(temp.c_str());
43 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
55 std::remove(temp.c_str());
nonmember_swap.pass.cpp 25 std::string temp = get_temp_file_name(); local
28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
40 std::remove(temp.c_str());
43 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
55 std::remove(temp.c_str());
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.cons/
move.pass.cpp 25 std::string temp = get_temp_file_name(); local
28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
39 std::remove(temp.c_str());
42 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
53 std::remove(temp.c_str());
  /external/linux-kselftest/tools/testing/selftests/size/
get_size.c 59 unsigned long long temp; local
64 temp = num;
65 temp = (temp * units)/1024;
66 num = temp;
  /external/ltp/testcases/commands/which/
which01.sh 46 if grep -q "$i" temp; then
52 cat temp
72 eval ${which_cmd} >temp 2>&1
74 grep -q -E "unknown option|invalid option|Usage" temp
81 cat temp
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_opt_coalesce_ff_writes.c 48 uint32_t temp = inst->src[i].index; local
49 use_count[temp]++;
63 uint32_t temp = mov_inst->src[0].index; local
64 if (use_count[temp] != 1)
67 struct qinst *inst = c->defs[temp];
  /external/protobuf/src/google/protobuf/io/
strtod.cc 61 char temp[16]; local
62 int size = sprintf(temp, "%.1f", 1.5);
63 GOOGLE_CHECK_EQ(temp[0], '1');
64 GOOGLE_CHECK_EQ(temp[size-1], '5');
71 result.append(temp + 1, size - 2);
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.c 247 PyObject *module, *temp, *value; local
255 temp = PyImport_ImportModule(PICKLE_MODULE);
256 if (!temp)
258 pickle_dumps = PyObject_GetAttrString(temp, "dumps");
259 pickle_loads = PyObject_GetAttrString(temp, "loads");
260 pickle_protocol = PyObject_GetAttrString(temp, "HIGHEST_PROTOCOL");
261 Py_XDECREF(temp);
264 temp = PyImport_ImportModule("multiprocessing");
265 if (!temp)
267 BufferTooShort = PyObject_GetAttrString(temp, "BufferTooShort")
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DelayAllPass_Sat_32x16To32.c 40 LVM_INT32 temp; local
46 MUL32x16INTO32(delay[AllPassOffset], coeff, temp, 15)
47 a = temp;
67 MUL32x16INTO32(c, -coeff, temp, 15)
68 a = temp;
Mac3s_Sat_32x16.c 35 LVM_INT32 srcval,temp, dInVal, dOutVal; local
43 MUL32x16INTO32(srcval,val,temp,15)
46 dOutVal = temp + dInVal;
49 if ((((dOutVal ^ temp) & (dOutVal ^ dInVal)) >> 31)!=0) /* overflow / underflow */
51 if(temp<0)
75 LVM_FLOAT Temp,dInVal;
82 Temp = srcval * val;
85 Temp = Temp + dInVal;
87 if (Temp > 1.000000f
    [all...]
  /prebuilts/go/darwin-x86/src/math/
atanh.go 65 var temp float64
68 temp = x
70 temp = x + x
71 temp = 0.5 * Log1p(temp+temp*x/(1-x))
73 temp = 0.5 * Log1p((x+x)/(1-x))
76 temp = -temp
78 return temp
    [all...]
  /prebuilts/go/linux-x86/src/math/
atanh.go 65 var temp float64
68 temp = x
70 temp = x + x
71 temp = 0.5 * Log1p(temp+temp*x/(1-x))
73 temp = 0.5 * Log1p((x+x)/(1-x))
76 temp = -temp
78 return temp
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/filebuf.assign/
member_swap.pass.cpp 23 std::string temp = get_temp_file_name(); local
26 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
38 std::remove(temp.c_str());
41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
53 std::remove(temp.c_str());
move_assign.pass.cpp 25 std::string temp = get_temp_file_name(); local
28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
40 std::remove(temp.c_str());
43 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
55 std::remove(temp.c_str());
nonmember_swap.pass.cpp 25 std::string temp = get_temp_file_name(); local
28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
40 std::remove(temp.c_str());
43 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
55 std::remove(temp.c_str());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/filebuf.cons/
move.pass.cpp 25 std::string temp = get_temp_file_name(); local
28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
39 std::remove(temp.c_str());
42 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
53 std::remove(temp.c_str());
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
lmpar.h 24 Scalar temp, paru; local
50 temp = wa1[j];
52 wa1[i] -= r(i,j) * temp;
87 temp = wa1.blueNorm();
88 parl = fp / delta / temp / temp;
121 temp = fp;
127 if (abs(fp) <= Scalar(0.1) * delta || (parl == 0. && fp <= temp && temp < 0.) || iter == 10)
137 temp = wa1[j]
182 Scalar temp, paru; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf_5.cpp 217 Word16 temp; local
247 temp = (aux1 - ((Word32)wf1_0 * *(p_dico++))) >> 15;
248 dist = ((Word32)temp * temp);
256 temp = (aux2 - ((Word32)wf1_1 * *(p_dico++))) >> 15;
257 dist += ((Word32)temp * temp);
265 temp = (aux3 - ((Word32)wf2_0 * *(p_dico++))) >> 15;
266 dist += ((Word32)temp * temp);
383 Word16 temp; local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 263 struct x86_reg temp )
266 store[sz-1](p, dest, temp);
271 struct x86_reg temp )
275 sse_mulps(&p->func, temp, p->chan0);
278 sse2_cvtps2dq(&p->func, temp, temp);
279 sse2_packssdw(&p->func, temp, temp);
280 sse2_packuswb(&p->func, temp, temp);
355 struct x86_reg temp = x86_make_reg(file_XMM, 0); local
    [all...]
  /external/libmicrohttpd/src/microspdy/
structures.c 63 struct SPDY_NameValue *temp; local
143 temp = container;
144 while(NULL != temp->next)
145 temp = temp->next;
146 temp->next = pair;
147 pair->prev = temp;
194 struct SPDY_NameValue *temp = container; local
203 if(strcmp(name, temp->name) == 0)
205 *num_values = temp->num_values
221 struct SPDY_NameValue *temp = container; local
243 struct SPDY_NameValue *temp = container; local
465 int32_t temp; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 470 UChar temp[128]; local
477 u_unescape(search->text, temp, 128);
479 text.setTo(temp);
480 u_unescape(search->pattern, temp, 128);
482 pattern.setTo(temp);
527 UChar temp[128]; local
536 u_unescape(search->text, temp, 128);
538 text.setTo(temp);
539 u_unescape(search->pattern, temp, 128);
541 pattern.setTo(temp);
580 UChar temp[128]; local
873 UChar temp[128]; local
1006 UChar temp[128]; local
1050 UChar temp[128]; local
1114 UChar temp[512]; local
1210 UChar temp[128]; local
1299 UChar temp[128]; local
1420 UChar temp[128]; local
1484 UChar temp[128]; local
1598 UChar temp[128]; local
1636 UChar temp[128]; local
1677 UChar temp[128]; local
1757 UChar temp[128]; local
1862 UChar temp[128]; local
1905 UChar temp[128]; local
1967 UChar temp[128]; local
2034 UChar temp[128]; local
2126 UChar temp[128]; local
2202 UChar temp[128]; local
    [all...]
  /external/eigen/blas/f2c/
stbmv.c 24 real temp; local
241 temp = x[j];
247 x[i__] += temp * a[l + i__ + j * a_dim1];
261 temp = x[jx];
268 x[ix] += temp * a[l + i__ + j * a_dim1];
287 temp = x[j];
293 x[i__] += temp * a[l + i__ + j * a_dim1];
307 temp = x[jx];
314 x[ix] += temp * a[l + i__ + j * a_dim1];
338 temp = x[j]
    [all...]
  /external/libxaac/decoder/armv7/
ixheaacd_qmf_dec_armv7.c 263 WORD32 temp[128]; local
302 temp[z] = subband_tmp[2 * z];
303 temp[12 + z] = subband_tmp[2 * z + 1];
306 ixheaacd_complex_fft_p3(temp, &temp[12], 12, -1, &scaleshift);
309 subband[2 * z] = temp[z];
310 subband[2 * z + 1] = temp[z + 12];
314 temp[z] = subband_tmp[64 + 2 * z];
315 temp[12 + z] = subband_tmp[64 + 2 * z + 1];
318 ixheaacd_complex_fft_p3(temp, &temp[12], 12, -1, &scaleshift)
    [all...]
  /external/python/cpython2/Modules/
_curses_panel.c 106 list_of_panels *temp, *n; local
108 temp = lop;
109 if (temp->po == po) {
110 lop = temp->next;
111 free(temp);
114 while (temp->next == NULL || temp->next->po != po) {
115 if (temp->next == NULL) {
120 temp = temp->next
132 list_of_panels *temp; local
268 PyCursesWindowObject *temp; local
    [all...]
  /external/toybox/toys/pending/
fsck.c 89 struct f_sys_info *temp = filesys_info; local
90 if (temp) {
91 while (temp->next) temp = temp->next;
92 temp->next = xzalloc(sizeof(struct f_sys_info));
93 temp = temp->next;
94 } else filesys_info = temp = xzalloc(sizeof(struct f_sys_info));
96 temp->device = xstrdup(f_info->mnt_fsname)
254 struct child_list *prev, *temp; local
419 struct f_sys_info *finfo, *temp; local
    [all...]

Completed in 676 milliseconds

<<11121314151617181920>>