/third_party/boost/libs/tuple/test/ |
D | io_test.cpp | 116 tuple<int, int, int> ti1; in main() local 117 BOOST_CHECK(bool(is1 >> ti1)); in main() 118 BOOST_CHECK(ti1 == make_tuple(100, 200, 300)); in main() 132 BOOST_CHECK(bool(is4 >> std::noskipws >> ti1)); in main() 133 BOOST_CHECK(ti1 == make_tuple(100, 200, 300)); in main()
|
/third_party/boost/libs/type_index/test/ |
D | type_index_test.cpp | 39 type_index ti1, ti2; in default_construction() local 40 BOOST_TEST_EQ(ti1, ti2); in default_construction() 41 BOOST_TEST_EQ(type_id<void>(), ti1); in default_construction() 43 BOOST_TEST_EQ(type_id<void>().name(), ti1.name()); in default_construction() 44 BOOST_TEST_NE(type_id<int>(), ti1); in default_construction() 51 type_index ti1, ti2 = type_id<int>(); in copy_construction() local 52 BOOST_TEST_NE(ti1, ti2); in copy_construction() 53 ti1 = ti2; in copy_construction() 54 BOOST_TEST_EQ(ti2, ti1); in copy_construction() 56 const type_index ti3(ti1); in copy_construction() [all …]
|
/third_party/openssl/crypto/bn/asm/ |
D | parisc-mont.pl | 115 $ti1="%r29"; 179 or $ap,$np,$ti1 180 extru,= $ti1,31,3,%r0 ; are ap and np 64-bit aligned? 365 ldw 0($tp),$ti1 ; tp[1] 375 addl $hi0,$ti1,$ti1 376 addl $ti1,$ab1,$ab1 398 ldw 8($tp),$ti1 ; tp[j] 410 addl $hi0,$ti1,$ti1 411 addl $ti1,$ab1,$ab1 427 ldw 8($tp),$ti1 ; tp[j] [all …]
|
/third_party/ffmpeg/libavcodec/tests/ |
D | dct.c | 184 int64_t err2, ti, ti1, it1, err_sum = 0; in dct_error() local 282 ti1 = av_gettime_relative() - ti; in dct_error() 283 } while (ti1 < 1000000); in dct_error() 286 (double) it1 * 1000.0 / (double) ti1); in dct_error() 380 int it, i, it1, ti, ti1, err_max, v; in idct248_error() local 444 ti1 = av_gettime_relative() - ti; in idct248_error() 445 } while (ti1 < 1000000); in idct248_error() 448 (double) it1 * 1000.0 / (double) ti1); in idct248_error()
|
/third_party/boost/libs/safe_numerics/test/ |
D | test_safe_compare.cpp | 17 const std::type_info & ti1 = typeid(v1); in print_argument_types() local 21 << boost::core::demangle(ti1.name()) << ',' in print_argument_types()
|
/third_party/boost/boost/regex/ |
D | concepts.hpp | 561 regex_token_iterator_type ti1(m_in, m_in, e); in constraints() local 562 ignore_unused_variable_warning(ti1); in constraints()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 1444 double ti1, bitrate, avg_bitrate; in do_video_stats() local 1471 ti1 = av_stream_get_end_pts(ost->st) * av_q2d(ost->st->time_base); in do_video_stats() 1472 if (ti1 < 0.01) in do_video_stats() 1473 ti1 = 0.01; in do_video_stats() 1476 avg_bitrate = (double)(ost->data_size * 8) / ti1 / 1000.0; in do_video_stats() 1478 (double)ost->data_size / 1024, ti1, bitrate, avg_bitrate); in do_video_stats()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Bopo.txt | 363 ti1 ← ㄊㄧ;
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Bopo.txt | 364 ti1 ← ㄊㄧ;
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latn_Bopo.txt | 364 ti1 ← ㄊㄧ;
|