Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 25 of 140) sorted by relevance

123456

/ndk/tests/device/test-stlport/unit/
Dvalarray_test.cpp37 valarray<double> tmp; in transcendentals() local
38 tmp = abs(darray); in transcendentals()
39 tmp = acos(darray); in transcendentals()
40 tmp = asin(darray); in transcendentals()
41 tmp = atan(darray); in transcendentals()
42 tmp = atan2(darray, tmp); in transcendentals()
43 tmp = atan2(1.0, darray); in transcendentals()
44 tmp = atan2(darray, 1.0); in transcendentals()
45 tmp = cos(darray); in transcendentals()
46 tmp = cosh(darray); in transcendentals()
[all …]
Dioiter_test.cpp35 string tmp; in ioiter_test() local
48 tmp += c; in ioiter_test()
50 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
55 tmp.clear(); in ioiter_test()
59 tmp += c; in ioiter_test()
61 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
63 tmp.clear(); in ioiter_test()
68 tmp += c; in ioiter_test()
71 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
73 tmp.clear(); in ioiter_test()
[all …]
Dlimits_test.cpp98 _Tp tmp = lim::min(); in test_integral_limits() local
99 CHECK_COND( --tmp > lim::min() ); in test_integral_limits()
103 _Tp tmp = lim::max(); in test_integral_limits() local
104 CHECK_COND( ++tmp < lim::max() ); in test_integral_limits()
145 _Tp tmp = lim::min(); in test_float_limits() local
146 tmp /= 2; in test_float_limits()
147 if (tmp > 0 && tmp < lim::min()) { in test_float_limits()
156 _Tp tmp = lim::min(); in test_float_limits() local
157 while (tmp != 0) { in test_float_limits()
158 _Tp old_tmp = tmp; in test_float_limits()
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dvalarray_test.cpp37 valarray<double> tmp; in transcendentals() local
38 tmp = abs(darray); in transcendentals()
39 tmp = acos(darray); in transcendentals()
40 tmp = asin(darray); in transcendentals()
41 tmp = atan(darray); in transcendentals()
42 tmp = atan2(darray, tmp); in transcendentals()
43 tmp = atan2(1.0, darray); in transcendentals()
44 tmp = atan2(darray, 1.0); in transcendentals()
45 tmp = cos(darray); in transcendentals()
46 tmp = cosh(darray); in transcendentals()
[all …]
Dioiter_test.cpp35 string tmp; in ioiter_test() local
48 tmp += c; in ioiter_test()
50 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
55 tmp.clear(); in ioiter_test()
59 tmp += c; in ioiter_test()
61 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
63 tmp.clear(); in ioiter_test()
68 tmp += c; in ioiter_test()
71 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
73 tmp.clear(); in ioiter_test()
[all …]
Dlimits_test.cpp98 _Tp tmp = lim::min(); in test_integral_limits() local
99 CHECK_COND( --tmp > lim::min() ); in test_integral_limits()
103 _Tp tmp = lim::max(); in test_integral_limits() local
104 CHECK_COND( ++tmp < lim::max() ); in test_integral_limits()
145 _Tp tmp = lim::min(); in test_float_limits() local
146 tmp /= 2; in test_float_limits()
147 if (tmp > 0 && tmp < lim::min()) { in test_float_limits()
156 _Tp tmp = lim::min(); in test_float_limits() local
157 while (tmp != 0) { in test_float_limits()
158 _Tp old_tmp = tmp; in test_float_limits()
[all …]
Dtime_facets_test.cpp30 const time_put_facet& tmp = use_facet<time_put_facet>(loc); in _time_put_get() local
37 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size()); in _time_put_get()
112 const time_put_facet& tmp = use_facet<time_put_facet>(loc); in _time_put_get() local
119 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
157 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size()); in _time_put_get()
203 locale tmp(tested_locales[i]); in test_supported_locale() local
204 loc = tmp; in test_supported_locale()
216 locale tmp(locale::classic(), tested_locales[i], locale::time); in test_supported_locale() local
217 loc = tmp; in test_supported_locale()
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dmisc.c41 char **tmp; in arr2envblk() local
51 tmp = (char**) calloc(arrcnt + 1, sizeof(char *)); in arr2envblk()
52 if (!tmp) { in arr2envblk()
59 tmp[arrcnt] = arr[arrcnt]; in arr2envblk()
65 qsort((void *) tmp, (size_t) arrcnt, sizeof (char*), compare); in arr2envblk()
69 free(tmp); in arr2envblk()
74 while (tmp[arrcnt]) { in arr2envblk()
75 strcpy(ptr, tmp[arrcnt]); in arr2envblk()
76 ptr += strlen(tmp[arrcnt]) + 1; in arr2envblk()
80 free(tmp); in arr2envblk()
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dse_implicit139 $(dir)/tmp/bar.o:
141 $(dir)/tmp/foo/bar.c: ; @echo $@
142 $(dir)/tmp/bar/bar.c: ; @echo $@
150 "$dir/tmp/foo/bar.c
151 $dir/tmp/bar/bar.c
153 $dir/tmp/bar.o: {$dir/tmp/foo/bar.c} $dir/tmp/foo/bar.c $dir/tmp/bar/bar.c foo.h
161 $(dir)/tmp/foo.o: $(dir)/tmp/foo.c
162 $(dir)/tmp/foo.c: ; @echo $@
170 "$dir/tmp/foo.c
172 $dir/tmp/foo.o: {$dir/tmp/foo.c} {bar.h} $dir/tmp/foo.c
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp153 pair<long*, size_t> tmp = _Stl_expand_array(_M_iwords, _M_num_iwords, index); in iword() local
154 if (tmp.first) { // The allocation, if any, succeeded. in iword()
155 _M_iwords = tmp.first; in iword()
156 _M_num_iwords = tmp.second; in iword()
170 pair<void**, size_t> tmp = _Stl_expand_array(_M_pwords, _M_num_pwords, index); in pword() local
171 if (tmp.first) { // The allocation, if any, succeeded. in pword()
172 _M_pwords = tmp.first; in pword()
173 _M_num_pwords = tmp.second; in pword()
184 pair<pair<event_callback, int>*, size_t> tmp in register_callback() local
186 if (tmp.first) { in register_callback()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dsp_counted_base_gcc_mips.hpp35 int tmp; in atomic_increment() local
47 "=&r"( tmp ), "=m"( *pw ): in atomic_increment()
56 int rv, tmp; in atomic_decrement() local
69 "=&r"( rv ), "=&r"( tmp ), "=m"( *pw ): in atomic_decrement()
82 int rv, tmp; in atomic_conditional_increment() local
97 "=&r"( rv ), "=&r"( tmp ), "=m"( *pw ): in atomic_conditional_increment()
Dshared_count.hpp336 sp_counted_base * tmp = r.pi_; in operator =() local
338 if( tmp != pi_ ) in operator =()
340 if( tmp != 0 ) tmp->add_ref_copy(); in operator =()
342 pi_ = tmp; in operator =()
350 sp_counted_base * tmp = r.pi_; in swap() local
352 pi_ = tmp; in swap()
448 sp_counted_base * tmp = r.pi_; in operator =() local
450 if( tmp != pi_ ) in operator =()
452 if(tmp != 0) tmp->weak_add_ref(); in operator =()
454 pi_ = tmp; in operator =()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dmin_allocator.h85 min_pointer operator++(int) {min_pointer tmp(*this); ++ptr_; return tmp;}
88 min_pointer operator--(int) {min_pointer tmp(*this); --ptr_; return tmp;}
95 min_pointer tmp(*this);
96 tmp += n;
97 return tmp;
107 min_pointer tmp(*this);
108 tmp -= n;
109 return tmp;
156 min_pointer operator++(int) {min_pointer tmp(*this); ++ptr_; return tmp;}
159 min_pointer operator--(int) {min_pointer tmp(*this); --ptr_; return tmp;}
[all …]
Dtest_iterators.h39 {output_iterator tmp(*this); ++(*this); return tmp;}
67 {input_iterator tmp(*this); ++(*this); return tmp;}
116 {forward_iterator tmp(*this); ++(*this); return tmp;}
165 {bidirectional_iterator tmp(*this); ++(*this); return tmp;}
169 {bidirectional_iterator tmp(*this); --(*this); return tmp;}
213 {random_access_iterator tmp(*this); ++(*this); return tmp;}
217 {random_access_iterator tmp(*this); --(*this); return tmp;}
221 {random_access_iterator tmp(*this); tmp += n; return tmp;}
226 {random_access_iterator tmp(*this); tmp -= n; return tmp;}
/ndk/
Dndk-which33 mkdir -p /tmp/ndk-which/jni
34 cat >/tmp/ndk-which/jni/Android.mk << "END_OF_FILE"
44 …NDK_PROJECT_PATH=/tmp/ndk-which $GNUMAKE --no-print-dir -f $MYNDKDIR/build/core/build-local.mk DUM…
48 rm -Rf /tmp/ndk-which
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_deque.h42 iterator tmp; in to_value_type_ite() local
43 tmp._M_cur = cast_traits::to_value_type_ptr(__ite._M_cur); in to_value_type_ite()
44 tmp._M_first = cast_traits::to_value_type_ptr(__ite._M_first); in to_value_type_ite()
45 tmp._M_last = cast_traits::to_value_type_ptr(__ite._M_last); in to_value_type_ite()
46 tmp._M_node = cast_traits::to_value_type_pptr(__ite._M_node); in to_value_type_ite()
47 return tmp; in to_value_type_ite()
50 storage_iterator tmp; in to_storage_type_ite() local
51 tmp._M_cur = cast_traits::to_storage_type_ptr(__ite._M_cur); in to_storage_type_ite()
52 tmp._M_first = cast_traits::to_storage_type_ptr(__ite._M_first); in to_storage_type_ite()
53 tmp._M_last = cast_traits::to_storage_type_ptr(__ite._M_last); in to_storage_type_ite()
[all …]
/ndk/tests/device/test-stlport/unit/cppunit/
Dtest_main.cpp43 TestCase *tmp = m_root; in run() local
44 while (tmp != 0) { in run()
45 tmp->myRun(in_testName, invert); in run()
46 tmp = tmp->m_next; in run()
/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dtest_main.cpp43 TestCase *tmp = m_root; in run() local
44 while (tmp != 0) { in run()
45 tmp->myRun(in_testName, invert); in run()
46 tmp = tmp->m_next; in run()
/ndk/sources/host-tools/sed-4.2.1/doc/
DMakefile.am20 < $(srcdir)/sed-in.texi > $(srcdir)/sed-tmp.texi
21 if cmp $(srcdir)/sed.texi $(srcdir)/sed-tmp.texi; then \
22 rm -f $(srcdir)/sed-tmp.texi; \
24 mv -f $(srcdir)/sed-tmp.texi $(srcdir)/sed.texi; \
/ndk/build/awk/
Dgen-cygwin-deps-converter.awk115 tmp = cygwin[jj]
117 cygwin[jj+1] = tmp
118 tmp = host[jj]
120 host[jj+1] = tmp
Dgen-windows-host-path.awk112 tmp = cygwin[jj]
114 cygwin[jj+1] = tmp
115 tmp = host[jj]
117 host[jj+1] = tmp
/ndk/tests/
Drun-libcxx.sh15 TOOLCHAIN_DIR_ARM=/tmp/ndk-$USER/android-ndk-api14-arm-4.8-clang${LLVM_VERSION}-libc++
16 TOOLCHAIN_DIR_X86=/tmp/ndk-$USER/android-ndk-api14-x86-4.8-clang${LLVM_VERSION}-libc++
17 TOOLCHAIN_DIR_MIPS=/tmp/ndk-$USER/android-ndk-api14-mips-4.8-clang${LLVM_VERSION}-libc++
18 TOOLCHAIN49_DIR_ARM=/tmp/ndk-$USER/android-ndk-api14-arm-4.9-clang${LLVM_VERSION}-libc++
19 TOOLCHAIN49_DIR_X86=/tmp/ndk-$USER/android-ndk-api14-x86-4.9-clang${LLVM_VERSION}-libc++
20 TOOLCHAIN49_DIR_MIPS=/tmp/ndk-$USER/android-ndk-api14-mips-4.9-clang${LLVM_VERSION}-libc++
/ndk/tests/device/test-stlport_static-exception/jni/
Ddelayslot1.cpp39 S tmp; in main() local
42 cast_helper (tmp); in main()
/ndk/tests/device/test-stlport_shared-exception/jni/
Ddelayslot1.cpp39 S tmp; in main() local
42 cast_helper (tmp); in main()
/ndk/build/tools/
Dndk-common.sh99 NDK_LOGFILE=/tmp/ndk-log-$$.txt
427 mkdir -p /tmp/ndk-$USER/tmp/tests
429 TMPC=/tmp/ndk-$USER/tmp/tests/test-$$.c
430 TMPO=/tmp/ndk-$USER/tmp/tests/test-$$.o
431 TMPE=/tmp/ndk-$USER/tmp/tests/test-$$$EXE
432 TMPL=/tmp/ndk-$USER/tmp/tests/test-$$.log

123456