/external/libaom/libaom/aom_dsp/mips/ |
D | convolve8_dspr2.c | 42 uint32_t tp1; in aom_convolve_copy_dspr2() local 54 : [tp1] "=&r"(tp1) in aom_convolve_copy_dspr2() 62 uint32_t tp1, tp2; in aom_convolve_copy_dspr2() local 76 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2) in aom_convolve_copy_dspr2() 84 uint32_t tp1, tp2, tp3, tp4; in aom_convolve_copy_dspr2() local 103 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in aom_convolve_copy_dspr2() 112 uint32_t tp1, tp2, tp3, tp4; in aom_convolve_copy_dspr2() local 140 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in aom_convolve_copy_dspr2() 150 uint32_t tp1, tp2, tp3, tp4; in aom_convolve_copy_dspr2() local 201 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in aom_convolve_copy_dspr2()
|
D | convolve2_horiz_dspr2.c | 29 uint32_t tp1, tp2; in convolve_bi_horiz_4_dspr2() local 87 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [p1] "=&r"(p1), [p2] "=&r"(p2), in convolve_bi_horiz_4_dspr2() 106 uint32_t tp1, tp2, tp3; in convolve_bi_horiz_8_dspr2() local 206 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in convolve_bi_horiz_8_dspr2()
|
D | convolve2_dspr2.c | 31 uint32_t tp1, tp2; in convolve_bi_horiz_4_transposed_dspr2() local 96 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [p1] "=&r"(p1), [p2] "=&r"(p2), in convolve_bi_horiz_4_transposed_dspr2() 115 uint32_t tp1, tp2, tp3; in convolve_bi_horiz_8_transposed_dspr2() local 228 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), [p1] "=&r"(p1), in convolve_bi_horiz_8_transposed_dspr2()
|
/external/adhd/cras/src/dsp/tests/ |
D | eq_test.c | 21 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() argument 23 return (tp2->tv_sec - tp1->tv_sec) in tp_diff() 24 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9; in tp_diff() 34 struct timespec tp1, tp2; in test_ir() local 49 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1); in test_ir() 52 printf("processing takes %g seconds\n", tp_diff(&tp2, &tp1)); in test_ir() 76 struct timespec tp1, tp2; in test_file() local 93 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1); in test_file() 97 tp_diff(&tp2, &tp1), frames); in test_file() 108 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1); in test_file() [all …]
|
D | crossover_test.c | 23 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() argument 25 return (tp2->tv_sec - tp1->tv_sec) in tp_diff() 26 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9; in tp_diff() 43 struct timespec tp1, tp2; in main() local 60 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1); in main() 64 tp_diff(&tp2, &tp1), frames); in main() 67 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1); in main() 72 tp_diff(&tp2, &tp1), frames); in main()
|
D | dcblock_test.c | 21 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() argument 23 return (tp2->tv_sec - tp1->tv_sec) in tp_diff() 24 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9; in tp_diff() 41 struct timespec tp1, tp2; in test_file() local 49 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1); in test_file() 54 tp_diff(&tp2, &tp1), frames); in test_file()
|
D | eq2_test.c | 21 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() argument 23 return (tp2->tv_sec - tp1->tv_sec) in tp_diff() 24 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9; in tp_diff() 42 struct timespec tp1, tp2; in test_file() local 65 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1); in test_file() 69 tp_diff(&tp2, &tp1), frames * 2); in test_file()
|
D | crossover2_test.c | 23 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() argument 25 return (tp2->tv_sec - tp1->tv_sec) in tp_diff() 26 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9; in tp_diff() 45 struct timespec tp1, tp2; in main() local 62 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1); in main() 67 tp_diff(&tp2, &tp1), frames * 2); in main()
|
D | drc_test.c | 20 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() argument 22 return (tp2->tv_sec - tp1->tv_sec) in tp_diff() 23 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9; in tp_diff() 28 struct timespec tp1, tp2; in process() local 32 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1); in process() 42 tp_diff(&tp2, &tp1), frames * 2); in process()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | convolve8_dspr2.c | 32 uint32_t tp1, tp2; in convolve_horiz_4_transposed_dspr2() local 120 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in convolve_horiz_4_transposed_dspr2() 146 uint32_t tp1, tp2, tp3; in convolve_horiz_8_transposed_dspr2() local 293 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), [p1] "=&r"(p1), in convolve_horiz_8_transposed_dspr2() 1417 uint32_t tp1; in vpx_convolve_copy_dspr2() local 1429 : [tp1] "=&r"(tp1) in vpx_convolve_copy_dspr2() 1438 uint32_t tp1, tp2; in vpx_convolve_copy_dspr2() local 1452 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2) in vpx_convolve_copy_dspr2() 1461 uint32_t tp1, tp2, tp3, tp4; in vpx_convolve_copy_dspr2() local 1480 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in vpx_convolve_copy_dspr2() [all …]
|
D | convolve8_avg_dspr2.c | 409 uint32_t tp1, tp2, tn1, tp3, tp4, tn2; in vpx_convolve_avg_dspr2() local 435 : [tn1] "=&r"(tn1), [tp1] "=&r"(tp1), [tp2] "=&r"(tp2) in vpx_convolve_avg_dspr2() 459 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in vpx_convolve_avg_dspr2() 492 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in vpx_convolve_avg_dspr2() 541 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in vpx_convolve_avg_dspr2() 627 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in vpx_convolve_avg_dspr2()
|
D | vpx_convolve8_avg_horiz_msa.c | 19 uint32_t tp0, tp1, tp2, tp3; in common_hz_8t_and_aver_dst_4x4_msa() local 40 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hz_8t_and_aver_dst_4x4_msa() 41 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_hz_8t_and_aver_dst_4x4_msa() 53 uint32_t tp0, tp1, tp2, tp3; in common_hz_8t_and_aver_dst_4x8_msa() local 73 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hz_8t_and_aver_dst_4x8_msa() 74 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_hz_8t_and_aver_dst_4x8_msa() 75 LW4(dst + 4 * dst_stride, dst_stride, tp0, tp1, tp2, tp3); in common_hz_8t_and_aver_dst_4x8_msa() 76 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst1); in common_hz_8t_and_aver_dst_4x8_msa() 109 int64_t tp0, tp1, tp2, tp3; in common_hz_8t_and_aver_dst_8w_msa() local 132 LD4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hz_8t_and_aver_dst_8w_msa() [all …]
|
D | vpx_convolve8_avg_msa.c | 19 uint32_t tp0, tp1, tp2, tp3; in common_hv_8ht_8vt_and_aver_dst_4w_msa() local 63 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 64 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 97 uint64_t tp0, tp1, tp2, tp3; in common_hv_8ht_8vt_and_aver_dst_8w_msa() local 148 LD4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hv_8ht_8vt_and_aver_dst_8w_msa() 149 INSERT_D2_UB(tp0, tp1, dst0); in common_hv_8ht_8vt_and_aver_dst_8w_msa() 231 uint32_t tp0, tp1, tp2, tp3; in common_hv_2ht_2vt_and_aver_dst_4x4_msa() local 255 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hv_2ht_2vt_and_aver_dst_4x4_msa() 256 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_hv_2ht_2vt_and_aver_dst_4x4_msa() 267 uint32_t tp0, tp1, tp2, tp3; in common_hv_2ht_2vt_and_aver_dst_4x8_msa() local [all …]
|
D | vpx_convolve8_avg_vert_msa.c | 20 uint32_t tp0, tp1, tp2, tp3; in common_vt_8t_and_aver_dst_4w_msa() local 47 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_vt_8t_and_aver_dst_4w_msa() 48 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_vt_8t_and_aver_dst_4w_msa() 77 uint64_t tp0, tp1, tp2, tp3; in common_vt_8t_and_aver_dst_8w_msa() local 101 LD4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_vt_8t_and_aver_dst_8w_msa() 102 INSERT_D2_UB(tp0, tp1, dst0); in common_vt_8t_and_aver_dst_8w_msa() 251 uint32_t tp0, tp1, tp2, tp3; in common_vt_2t_and_aver_dst_4x4_msa() local 267 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_vt_2t_and_aver_dst_4x4_msa() 268 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_vt_2t_and_aver_dst_4x4_msa() 285 uint32_t tp0, tp1, tp2, tp3; in common_vt_2t_and_aver_dst_4x8_msa() local [all …]
|
D | convolve2_horiz_dspr2.c | 28 uint32_t tp1, tp2; in convolve_bi_horiz_4_dspr2() local 86 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [p1] "=&r"(p1), [p2] "=&r"(p2), in convolve_bi_horiz_4_dspr2() 105 uint32_t tp1, tp2, tp3; in convolve_bi_horiz_8_dspr2() local 205 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in convolve_bi_horiz_8_dspr2()
|
D | convolve2_avg_horiz_dspr2.c | 29 uint32_t tp1, tp2; in convolve_bi_avg_horiz_4_dspr2() local 99 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in convolve_bi_avg_horiz_4_dspr2() 120 uint32_t tp1, tp2, tp3, tp4; in convolve_bi_avg_horiz_8_dspr2() local 243 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in convolve_bi_avg_horiz_8_dspr2()
|
D | convolve2_dspr2.c | 29 uint32_t tp1, tp2; in convolve_bi_horiz_4_transposed_dspr2() local 94 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [p1] "=&r"(p1), [p2] "=&r"(p2), in convolve_bi_horiz_4_transposed_dspr2() 113 uint32_t tp1, tp2, tp3; in convolve_bi_horiz_8_transposed_dspr2() local 226 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), [p1] "=&r"(p1), in convolve_bi_horiz_8_transposed_dspr2()
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | floating.pass.cpp | 41 std::size_t tp1 = h(static_cast<T>(0.1)); in test() local 47 assert(t0 != tp1); in test() 53 assert(tp1 != t1); in test() 54 assert(tp1 != tn1); in test() 55 assert(tp1 != pinf); in test() 56 assert(tp1 != ninf); in test()
|
/external/libchrome/base/threading/ |
D | thread_local_unittest.cc | 71 base::DelegateSimpleThreadPool tp1("ThreadLocalTest tp1", 1); in TEST() local 73 tp1.Start(); in TEST() 90 tp1.AddWork(&getter); in TEST() 105 tp1.AddWork(&setter); in TEST() 110 tp1.AddWork(&getter); in TEST() 137 tp1.AddWork(&getter); in TEST() 141 tp1.JoinAll(); in TEST()
|
/external/compiler-rt/test/tsan/ |
D | setuid2.c | 16 unsigned long long tp0, tp1; in main() local 18 tp1 = monotonic_clock_ns(); in main() 19 while (tp1 - tp0 < 3 * 1000000000ull) { in main() 20 tp1 = monotonic_clock_ns(); in main()
|
D | bench.h | 37 timespec tp1; in main() local 38 clock_gettime(CLOCK_MONOTONIC, &tp1); in main() 40 (tp1.tv_sec * 1000000000ULL + tp1.tv_nsec) - in main()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | filter_dspr2.c | 106 unsigned int tp1, tp2, tn1, tn2; in vp8_filter_block2d_first_pass_4() local 193 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in vp8_filter_block2d_first_pass_4() 260 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in vp8_filter_block2d_first_pass_4() 285 unsigned int tp1, tp2, tn1, tn2; in vp8_filter_block2d_first_pass_8_all() local 370 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn2] "=&r"(tn2), in vp8_filter_block2d_first_pass_8_all() 421 : [tp1] "r"(tp1), [vector1b] "r"(vector1b), [p2] "r"(p2), in vp8_filter_block2d_first_pass_8_all() 489 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn2] "=&r"(tn2), in vp8_filter_block2d_first_pass_8_all() 534 : [tp1] "r"(tp1), [p3] "r"(p3), [p4] "r"(p4), in vp8_filter_block2d_first_pass_8_all() 563 unsigned int tp1, tp2, tn1, tn2; in vp8_filter_block2d_first_pass16_6tap() local 624 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn2] "=&r"(tn2), [p1] "=&r"(p1), in vp8_filter_block2d_first_pass16_6tap() [all …]
|
/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | rsaz-avx2.pl | 102 my $tp1=$r3; 207 lea 448(%rsp), $tp1 # 64+128+256=448 235 vmovdqu $ACC9, 32*10-448($tp1) 237 vmovdqu $ACC9, 32*11-448($tp1) 239 vmovdqu $ACC9, 32*12-448($tp1) 241 vmovdqu $ACC9, 32*13-448($tp1) 243 vmovdqu $ACC9, 32*14-448($tp1) 245 vmovdqu $ACC9, 32*15-448($tp1) 247 vmovdqu $ACC9, 32*16-448($tp1) 250 vmovdqu $ACC9, 32*17-448($tp1) [all …]
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct16x16_msa.c | 20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; in fadst16_cols_step1_msa() local 46 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1); in fadst16_cols_step1_msa() 48 ST_SH2(tp1, tp3, int_buf + 4 * 8, 8); in fadst16_cols_step1_msa() 81 BUTTERFLY_4(h0, h2, g2, g0, tp0, tp1, tp2, tp3); in fadst16_cols_step1_msa() 82 ST_SH4(tp0, tp1, tp2, tp3, int_buf + 2 * 8, 4 * 8); in fadst16_cols_step1_msa() 88 v8i16 tp0, tp1, tp2, tp3, g5, g7, g13, g15; in fadst16_cols_step2_msa() local 101 tp1 = LD_SH(int_buf + 5 * 8); in fadst16_cols_step2_msa() 106 MADD_BF(tp0, tp1, tp2, tp3, k0, k1, k2, k0, out4, out6, out5, out7); in fadst16_cols_step2_msa() 119 tp1 = LD_SH(int_buf + 8); in fadst16_cols_step2_msa() 123 BUTTERFLY_4(tp0, tp1, tp3, tp2, out0, out1, h11, h10); in fadst16_cols_step2_msa() [all …]
|
/external/ltp/testcases/kernel/syscalls/settimeofday/ |
D | settimeofday01.c | 72 struct timeval tp, tp1, tp2; variable 105 if ((gettimeofday(&tp2, (struct timezone *)&tp1)) == -1) { in main() 169 if ((gettimeofday(&tp, (struct timezone *)&tp1)) == -1) { in setup()
|