Searched refs:dr2 (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/ |
D | comparable_distance.cpp | 97 coordinate_type dr2 = bg::comparable_distance(seg, p2); BOOST_CHECK_CLOSE(dr2, d2, 0.001); in test_distance_segment() local
|
/third_party/ffmpeg/libswscale/ |
D | output.c | 1578 int dr1, dg1, db1, dr2, dg2, db2; in yuv2rgb_write() local 1584 dr2 = ff_dither_2x2_8[ y & 1 ][1]; in yuv2rgb_write() 1591 dr2 = ff_dither_2x2_8[ y & 1 ][1]; in yuv2rgb_write() 1598 dr2 = ff_dither_4x4_16[ y & 3 ][1]; in yuv2rgb_write() 1604 dest[i * 2 + 1] = r[Y2 + dr2] + g[Y2 + dg2] + b[Y2 + db2]; in yuv2rgb_write() 1610 int dr1, dg1, db1, dr2, dg2, db2; in yuv2rgb_write() local 1617 dr2 = dg2 = d32[(i * 2 + 1) & 7]; in yuv2rgb_write() 1624 dr2 = db2 = d128[(i * 2 + 1) & 7]; in yuv2rgb_write() 1630 ((r[Y2 + dr2] + g[Y2 + dg2] + b[Y2 + db2]) << 4); in yuv2rgb_write() 1633 dest[i * 2 + 1] = r[Y2 + dr2] + g[Y2 + dg2] + b[Y2 + db2]; in yuv2rgb_write()
|
/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | distance.cpp | 140 return_type dr2 = bg::distance(seg, p2); in test_distance_segment() local 143 BOOST_CHECK_CLOSE(dr2, d2, 0.001); in test_distance_segment()
|
/third_party/libffi/src/sh64/ |
D | sysv.S | 137 fld.d r15, 0, dr2 345 fst.d r14, 32, dr2
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.td | 326 def DR2 : X86Reg<"dr2", 2>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 226 return 89; // "dr2"
|