/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | floating.pass.cpp | 40 std::size_t tn1 = h(-1); in test() local 46 assert(t0 != tn1); in test() 51 assert(tp1 != tn1); in test() 55 assert(t1 != tn1); in test() 59 assert(tn1 != pinf); in test() 60 assert(tn1 != ninf); in test()
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_convolve8_avg_dspr2.c | 451 uint32_t tp1, tp2, tn1; in vp9_convolve_avg_dspr2() local 473 : [tn1] "=&r" (tn1), [tp1] "=&r" (tp1), in vp9_convolve_avg_dspr2() 501 [tn1] "=&r" (tn1), [tn2] "=&r" (tn2) in vp9_convolve_avg_dspr2() 536 [tn1] "=&r" (tn1), [tn2] "=&r" (tn2) in vp9_convolve_avg_dspr2() 587 [tn1] "=&r" (tn1), [tn2] "=&r" (tn2) in vp9_convolve_avg_dspr2() 675 [tn1] "=&r" (tn1), [tn2] "=&r" (tn2) in vp9_convolve_avg_dspr2()
|
D | vp9_convolve8_horiz_dspr2.c | 37 uint32_t tn1, tn2; in convolve_horiz_4_dspr2() local 117 [tn1] "=&r" (tn1), [tn2] "=&r" (tn2), in convolve_horiz_4_dspr2() 147 uint32_t tn1, tn2, tn3; in convolve_horiz_8_dspr2() local 281 [tn1] "=&r" (tn1), [tn2] "=&r" (tn2), [tn3] "=&r" (tn3), in convolve_horiz_8_dspr2()
|
D | vp9_convolve8_avg_horiz_dspr2.c | 37 uint32_t tn1, tn2; in convolve_avg_horiz_4_dspr2() local 128 [tn1] "=&r" (tn1), [tn2] "=&r" (tn2), in convolve_avg_horiz_4_dspr2() 158 uint32_t tn1, tn2, tn3; in convolve_avg_horiz_8_dspr2() local 315 [tn1] "=&r" (tn1), [tn2] "=&r" (tn2), [tn3] "=&r" (tn3), in convolve_avg_horiz_8_dspr2()
|
D | vp9_convolve2_avg_horiz_dspr2.c | 35 uint32_t tn1, tn2; in convolve_bi_avg_horiz_4_dspr2() local 104 [tn1] "=&r" (tn1), [tn2] "=&r" (tn2), in convolve_bi_avg_horiz_4_dspr2()
|
D | vp9_convolve8_dspr2.c | 53 uint32_t tn1, tn2; in convolve_horiz_4_transposed_dspr2() local 139 : [tp1] "=&r" (tp1), [tp2] "=&r" (tp2), [tn1] "=&r" (tn1), [tn2] "=&r" (tn2), in convolve_horiz_4_transposed_dspr2()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | filter_dspr2.c | 131 unsigned int tp1, tp2, tn1, tn2; in vp8_filter_block2d_first_pass_4() local 224 : [tp1] "=&r" (tp1), [tp2] "=&r" (tp2), [tn1] "=&r" (tn1), in vp8_filter_block2d_first_pass_4() 295 : [tp1] "=&r" (tp1), [tp2] "=&r" (tp2), [tn1] "=&r" (tn1), in vp8_filter_block2d_first_pass_4() 327 unsigned int tp1, tp2, tn1, tn2; in vp8_filter_block2d_first_pass_8_all() local 468 : [tn1] "=&r" (tn1), [n2] "=&r" (n2), in vp8_filter_block2d_first_pass_8_all() 588 : [tn1] "=&r" (tn1), [p2] "=&r" (p2), [n2] "=&r" (n2), in vp8_filter_block2d_first_pass_8_all() 627 unsigned int tp1, tp2, tn1, tn2; in vp8_filter_block2d_first_pass16_6tap() local 741 : [tn1] "=&r" (tn1), [tp2] "=&r" (tp2), [n2] "=&r" (n2), in vp8_filter_block2d_first_pass16_6tap() 794 : [tn1] "=&r" (tn1), [tp1] "=&r" (tp1), in vp8_filter_block2d_first_pass16_6tap() 853 : [tn1] "=&r" (tn1), [p2] "=&r" (p2), [n2] "=&r" (n2), [n4] "=&r" (n4), in vp8_filter_block2d_first_pass16_6tap() [all …]
|
/external/opencv/cv/src/ |
D | cvcontourtree.cpp | 75 CvPoint t, tp1, tp2, tp3, tn1, tn2, tn3; in icvCreateContourTree() local 195 tn1 = pt1[1]; in icvCreateContourTree() 203 icvCalcTriAttr( contour, t, tp1, nmp1, tn1, nmn1, &s, &s_c, &h, &a, in icvCreateContourTree() 212 icvCalcTriAttr( contour, tn1, t, nm, tn2, nmn2, &sn1, &sn1_c, &hn1, in icvCreateContourTree() 227 CV_MATCH_CHECK( status, icvCalcTriAttr( contour, tn2, tn1, nmn1, tn3, nmn3, in icvCreateContourTree() 336 t = tn1; in icvCreateContourTree() 337 tn1 = tn2; in icvCreateContourTree() 381 tn1 = pt2[1]; in icvCreateContourTree() 390 icvCalcTriAttr( contour, t, tp1, nmp1, tn1, nmn1, &s, &s_c, &h, &a, &b )); in icvCreateContourTree() 392 icvCalcTriAttr( contour, tn2, tn1, nmn1, tp1, nmp1, &sn2, &sn2_c, &hn2, in icvCreateContourTree() [all …]
|