/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_dependence.h | 80 int64_t point_x; variable 89 point_x(0), in DistanceEntry() 98 point_x(0), in DistanceEntry() 107 point_x(0), in DistanceEntry() 116 point_x(x), in DistanceEntry() 122 point_x == rhs.point_x && point_y == rhs.point_y;
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | loop_dependence.h | 80 int64_t point_x; variable 89 point_x(0), in DistanceEntry() 98 point_x(0), in DistanceEntry() 107 point_x(0), in DistanceEntry() 116 point_x(x), in DistanceEntry() 122 point_x == rhs.point_x && point_y == rhs.point_y;
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence.h | 80 int64_t point_x; variable 89 point_x(0), in DistanceEntry() 98 point_x(0), in DistanceEntry() 107 point_x(0), in DistanceEntry() 116 point_x(x), in DistanceEntry() 122 point_x == rhs.point_x && point_y == rhs.point_y;
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.cc | 83 bool RectF::Contains(float point_x, float point_y) const { in Contains() argument 84 return point_x >= x() && point_x < right() && point_y >= y() && in Contains()
|
D | rect.cc | 160 bool Rect::Contains(int point_x, int point_y) const { in Contains() argument 161 return (point_x >= x()) && (point_x < right()) && (point_y >= y()) && in Contains()
|
D | rect_f.h | 113 bool Contains(float point_x, float point_y) const;
|
D | rect.h | 153 bool Contains(int point_x, int point_y) const;
|
D | rect_unittest.cc | 28 int point_x; in TEST() member 46 EXPECT_EQ(value.contained, rect.Contains(value.point_x, value.point_y)); in TEST()
|
/external/pdfium/core/fxge/ |
D | cfx_pathdata.cpp | 56 float point_x; in UpdateLineEndPoints() local 58 point_x = end_pos.x - hw; in UpdateLineEndPoints() 60 point_x = end_pos.x + hw; in UpdateLineEndPoints() 62 rect->UpdateRect(CFX_PointF(point_x, end_pos.y + hw)); in UpdateLineEndPoints() 63 rect->UpdateRect(CFX_PointF(point_x, end_pos.y - hw)); in UpdateLineEndPoints()
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderRendering.cpp | 1884 int point_x = 0; in verify() local 1901 point_x = 6 * index; in verify() 1906 point_x = 6 * n_point; in verify() 1911 t1[0] = point_x; in verify() 1913 t1[2] = point_x; in verify() 1915 t1[4] = point_x + 6; in verify() 1918 t2[0] = point_x + 6; in verify() 1920 t2[2] = point_x; in verify() 1922 t2[4] = point_x + 6; in verify() 1932 point_x = t1_center[0]; in verify() [all …]
|
/external/rust/crates/ring/src/ec/suite_b/ |
D | private_key.rs | 162 let x = ops.common.point_x(p); in affine_from_jacobian()
|
D | ops.rs | 140 pub fn point_x(&self, p: &Point) -> Elem<R> { in point_x() method 1013 let actual_x = &cops.point_x(&actual_point); in assert_point_actual_equals_expected()
|
/external/rust/crates/ring/src/ec/ |
D | suite_b.rs | 57 let x = ops.point_x(p); in verify_jacobian_point_is_on_the_curve()
|
/external/rust/crates/ring/src/ec/suite_b/ecdsa/ |
D | verification.rs | 143 let x = public_key_ops.common.point_x(&product); in verify_digest()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.h | 424 struct qreg line_x, point_x, point_y; member
|
D | vc4_program.c | 1613 c->inputs[loc * 4 + 0] = c->point_x; in ntq_setup_inputs() 2237 c->point_x = emit_fragment_varying(c, ~0, 0); in vc4_shader_ntq()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_compiler.h | 607 struct qreg line_x, point_x, point_y; member
|
D | nir_to_vir.c | 1778 c->inputs[loc * 4 + 0] = c->point_x; in ntq_setup_fs_inputs() 3129 c->point_x = emit_fragment_varying(c, NULL, -1, 0, 0); in nir_to_vir()
|