/external/freetype/src/autofit/ |
D | afhints.c | 247 AF_Point point = hints->points + point_idx; in af_get_segment_index() local 257 if ( point >= segment->first && point <= segment->last ) in af_get_segment_index() 267 if ( point == p ) in af_get_segment_index() 324 AF_Point point; in af_glyph_hints_dump_points() local 341 for ( point = points; point < limit; point++ ) in af_glyph_hints_dump_points() 343 int point_idx = AF_INDEX_NUM( point, points ); in af_glyph_hints_dump_points() 352 if ( contour < climit && *contour == point ) in af_glyph_hints_dump_points() 368 ( point->flags & AF_FLAG_NEAR ) in af_glyph_hints_dump_points() 370 : ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_dump_points() 374 point->fx, in af_glyph_hints_dump_points() [all …]
|
/external/llvm-project/clang/test/OpenMP/ |
D | cancellation_point_messages.cpp | 7 #pragma omp cancellation point // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgro… in main() 11 #pragma omp cancellation point // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgro… in main() 13 #pragma omp cancellation point parallel untied allocate(argc) // expected-error {{unexpected OpenMP… in main() 14 #pragma omp cancellation point unknown // expected-error {{one of 'for', 'parallel', 'secti… in main() 17 #pragma omp cancellation point unknown // expected-error {{one of 'for', 'parallel', 'secti… in main() 19 #pragma omp cancellation point sections( // expected-warning {{extra tokens at the end of '#p… in main() 20 #pragma omp cancellation point for, ) // expected-warning {{extra tokens at the end of '#p… in main() 21 #pragma omp cancellation point taskgroup() // expected-warning {{extra tokens at the end of '#p… in main() 22 #pragma omp cancellation point parallel, if // expected-warning {{extra tokens at the end of '#p… in main() 24 #pragma omp cancellation point for // expected-error {{'#pragma omp cancellation point' cannot be a… in main() [all …]
|
D | cancellation_point_codegen.cpp | 17 #pragma omp cancellation point parallel in main() 25 #pragma omp cancellation point sections in main() 41 #pragma omp cancellation point sections in main() 44 #pragma omp cancellation point sections in main() 66 #pragma omp cancellation point for in main() 81 #pragma omp cancellation point taskgroup in main() 88 #pragma omp cancellation point taskgroup in main() 95 #pragma omp cancellation point sections in main() 103 #pragma omp cancellation point sections in main() 108 #pragma omp cancellation point sections in main() [all …]
|
/external/clang/test/OpenMP/ |
D | cancellation_point_messages.cpp | 5 #pragma omp cancellation point // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgro… in main() 7 #pragma omp cancellation point parallel untied // expected-error {{unexpected OpenMP clause 'untied… in main() 8 #pragma omp cancellation point unknown // expected-error {{one of 'for', 'parallel', 'secti… in main() 9 #pragma omp cancellation point sections( // expected-warning {{extra tokens at the end of '#p… in main() 10 #pragma omp cancellation point for, ) // expected-warning {{extra tokens at the end of '#p… in main() 11 #pragma omp cancellation point taskgroup() // expected-warning {{extra tokens at the end of '#p… in main() 12 #pragma omp cancellation point parallel, if // expected-warning {{extra tokens at the end of '#p… in main() 14 #pragma omp cancellation point for // expected-error {{'#pragma omp cancellation point' cannot be a… in main() 20 #pragma omp cancellation point taskgroup // expected-error {{region cannot be closely nested inside… in main() 26 #pragma omp cancellation point taskgroup // expected-error {{region cannot be closely nested inside… in main() [all …]
|
D | cancellation_point_codegen.cpp | 13 #pragma omp cancellation point parallel in main() 21 #pragma omp cancellation point sections in main() 38 #pragma omp cancellation point sections in main() 41 #pragma omp cancellation point sections in main() 65 #pragma omp cancellation point for in main() 81 #pragma omp cancellation point taskgroup in main() 89 #pragma omp cancellation point sections in main() 97 #pragma omp cancellation point sections in main() 102 #pragma omp cancellation point sections in main() 108 #pragma omp cancellation point for in main()
|
/external/libchrome/ui/gfx/geometry/ |
D | point.cc | 23 Point::Point(DWORD point) { in Point() argument 24 POINTS points = MAKEPOINTS(point); in Point() 29 Point::Point(const POINT& point) : x_(point.x), y_(point.y) { in Point() argument 32 Point& Point::operator=(const POINT& point) { in operator =() argument 33 x_ = point.x; in operator =() 34 y_ = point.y; in operator =() 38 Point::Point(const CGPoint& point) : x_(point.x), y_(point.y) { 69 Point ScaleToCeiledPoint(const Point& point, float x_scale, float y_scale) { in ScaleToCeiledPoint() argument 71 return point; in ScaleToCeiledPoint() 72 return ToCeiledPoint(ScalePoint(gfx::PointF(point), x_scale, y_scale)); in ScaleToCeiledPoint() [all …]
|
D | point_conversions.cc | 11 Point ToFlooredPoint(const PointF& point) { in ToFlooredPoint() argument 12 int x = ToFlooredInt(point.x()); in ToFlooredPoint() 13 int y = ToFlooredInt(point.y()); in ToFlooredPoint() 17 Point ToCeiledPoint(const PointF& point) { in ToCeiledPoint() argument 18 int x = ToCeiledInt(point.x()); in ToCeiledPoint() 19 int y = ToCeiledInt(point.y()); in ToCeiledPoint() 23 Point ToRoundedPoint(const PointF& point) { in ToRoundedPoint() argument 24 int x = ToRoundedInt(point.x()); in ToRoundedPoint() 25 int y = ToRoundedInt(point.y()); in ToRoundedPoint()
|
/external/tpm2-tss/test/unit/ |
D | TPM2B-marshal.c | 25 TPM2B_ECC_POINT point = {0}; in tpm2b_marshal_success() local 26 uint8_t buffer[sizeof(dgst) + sizeof(point)] = {0}; in tpm2b_marshal_success() 36 memcpy(point.point.x.buffer, &value, sizeof(value)); in tpm2b_marshal_success() 37 point.point.x.size = sizeof(value); in tpm2b_marshal_success() 38 memcpy(point.point.y.buffer, &value2, sizeof(value2)); in tpm2b_marshal_success() 39 point.point.y.size = sizeof(value2); in tpm2b_marshal_success() 48 rc = Tss2_MU_TPM2B_ECC_POINT_Marshal(&point, buffer, buffer_size, NULL); in tpm2b_marshal_success() 71 TPM2B_ECC_POINT point = {0}; in tpm2b_marshal_success_offset() local 73 uint8_t buffer[sizeof(dgst) + sizeof(point) + 10] = {0}; in tpm2b_marshal_success_offset() 83 memcpy(point.point.x.buffer, &value, sizeof(value)); in tpm2b_marshal_success_offset() [all …]
|
/external/webrtc/rtc_tools/py_event_log_analyzer/ |
D | rtp_analyzer.py | 54 for point in self.data_points: 56 point.sequence_number, point.timestamp, 57 int(point.arrival_timestamp_ms), point.size, point.payload_type, 58 point.marker_bit, "0x{:x}".format(point.ssrc))) 67 filtered_ssrc = [point for point in self.data_points if point.ssrc 70 collections.Counter([point.payload_type for point in 79 (bin_counts, bin_bounds) = numpy.histogram([point.size for point in 122 self.data_points = [point for point in self.data_points if 123 point.ssrc == chosen_ssrc] 125 [point.sequence_number for point in self.data_points], 2**16 - 1) [all …]
|
/external/llvm-project/flang/test/Semantics/ |
D | dosemantics11.f90 | 93 type point type 95 end type point 97 type, extends(point) :: color_point 101 type(point), target :: target_var 102 class(point), pointer :: p_or_c 116 type is ( point ) 132 type point type 134 end type point 136 type, extends(point) :: color_point 140 type(point), target :: target_var [all …]
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 1084 PSH_Point point = glyph->points; in psh_glyph_load_points() local 1088 for ( ; count > 0; count--, point++, vec++ ) in psh_glyph_load_points() 1090 point->flags2 = 0; in psh_glyph_load_points() 1091 point->hint = NULL; in psh_glyph_load_points() 1094 point->org_u = vec->x; in psh_glyph_load_points() 1095 point->org_v = vec->y; in psh_glyph_load_points() 1099 point->org_u = vec->y; in psh_glyph_load_points() 1100 point->org_v = vec->x; in psh_glyph_load_points() 1104 point->org_x = vec->x; in psh_glyph_load_points() 1105 point->org_y = vec->y; in psh_glyph_load_points() [all …]
|
/external/perfetto/src/trace_processor/importers/systrace/ |
D | systrace_parser.cc | 40 systrace_utils::SystraceTracePoint point{}; in ParsePrintEvent() local 41 switch (ParseSystraceTracePoint(event, &point)) { in ParsePrintEvent() 43 ParseSystracePoint(ts, pid, point); in ParsePrintEvent() 60 systrace_utils::SystraceTracePoint point{}; in ParseZeroEvent() local 61 point.name = name; in ParseZeroEvent() 62 point.value = static_cast<double>(value); in ParseZeroEvent() 71 point.tgid = 0; in ParseZeroEvent() 79 point.phase = 'B'; in ParseZeroEvent() 81 point.phase = 'E'; in ParseZeroEvent() 83 point.phase = 'C'; in ParseZeroEvent() [all …]
|
/external/geojson-jackson/src/test/java/org/geojson/jackson/ |
D | PointTest.java | 20 LngLatAlt point) { in assertLngLatAlt() argument 21 assertLngLatAlt(expectedLongitude, expectedLatitude, expectedAltitude, new double[0], point); in assertLngLatAlt() 25 double[] expectedAdditionalElements, LngLatAlt point) { in assertLngLatAlt() argument 26 assertEquals(expectedLongitude, point.getLongitude(), 0.00001); in assertLngLatAlt() 27 assertEquals(expectedLatitude, point.getLatitude(), 0.00001); in assertLngLatAlt() 29 assertFalse(point.hasAltitude()); in assertLngLatAlt() 31 assertEquals(expectedAltitude, point.getAltitude(), 0.00001); in assertLngLatAlt() 32 assertTrue(Arrays.equals(expectedAdditionalElements, point.getAdditionalElements())); in assertLngLatAlt() 38 Point point = new Point(100, 0); in itShouldSerializeAPoint() local 40 mapper.writeValueAsString(point)); in itShouldSerializeAPoint() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
D | RealPointValuePair.java | 36 private final double[] point; field in RealPointValuePair 46 public RealPointValuePair(final double[] point, final double value) { in RealPointValuePair() argument 47 this.point = (point == null) ? null : point.clone(); in RealPointValuePair() 58 public RealPointValuePair(final double[] point, final double value, in RealPointValuePair() argument 60 this.point = copyArray ? in RealPointValuePair() 61 ((point == null) ? null : point.clone()) : in RealPointValuePair() 62 point; in RealPointValuePair() 70 return (point == null) ? null : point.clone(); in getPoint() 79 return point; in getPointRef()
|
D | VectorialPointValuePair.java | 36 private final double[] point; field in VectorialPointValuePair 46 public VectorialPointValuePair(final double[] point, final double[] value) { in VectorialPointValuePair() argument 47 this.point = (point == null) ? null : point.clone(); in VectorialPointValuePair() 58 public VectorialPointValuePair(final double[] point, final double[] value, in VectorialPointValuePair() argument 60 this.point = copyArray ? in VectorialPointValuePair() 61 ((point == null) ? null : point.clone()) : in VectorialPointValuePair() 62 point; in VectorialPointValuePair() 72 return (point == null) ? null : point.clone(); in getPoint() 81 return point; in getPointRef()
|
/external/libxml2/result/XPath/xptr/ |
D | strpoint | 3 Expression: xpointer(start-point(string-range(//p,'multiple'))) 5 1 : Object is a point : index 1 in node TEXT 10 Expression: xpointer(end-point(string-range(//p,'multiple'))) 12 1 : Object is a point : index 8 in node TEXT 17 Expression: xpointer(start-point(string-range(//p,'test'))) 19 1 : Object is a point : index 10 in node TEXT 22 2 : Object is a point : index 10 in node TEXT 25 3 : Object is a point : index 7 in node TEXT 30 Expression: xpointer(end-point(string-range(//p,'test'))) 32 1 : Object is a point : index 13 in node TEXT [all …]
|
/external/llvm-project/llvm/test/Transforms/DeadArgElim/ |
D | 2008-01-16-VarargsParamAttrs.ll | 3 %struct.point = type { double, double } 4 …point] [ %struct.point { double 1.000000e+00, double 2.000000e+00 }, %struct.point { double 3.0000… 8 %pi = alloca %struct.point ; <%struct.point*> [#uses=0] 10 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0] 24 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0] 25 …%tmp = getelementptr [4 x %struct.point], [4 x %struct.point]* @pts, i32 0, i32 0 ; <%struct.poin… 26 …%tmp1 = call i32 (i32, ...) @va1(i32 1, %struct.point* byval(%struct.point) %tmp) nounwind ; <i3…
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | collection_registry.h | 214 void CollectValue(Value value, Point* point); 217 inline void CollectValue(int64 value, Point* const point) { in CollectValue() argument 218 point->value_type = ValueType::kInt64; in CollectValue() 219 point->int64_value = value; in CollectValue() 223 inline void CollectValue(string value, Point* const point) { in CollectValue() argument 224 point->value_type = ValueType::kString; in CollectValue() 225 point->string_value = std::move(value); in CollectValue() 229 inline void CollectValue(bool value, Point* const point) { in CollectValue() argument 230 point->value_type = ValueType::kBool; in CollectValue() 231 point->bool_value = value; in CollectValue() [all …]
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | 2008-01-16-VarargsParamAttrs.ll | 3 %struct.point = type { double, double } 4 …point] [ %struct.point { double 1.000000e+00, double 2.000000e+00 }, %struct.point { double 3.0000… 8 %pi = alloca %struct.point ; <%struct.point*> [#uses=0] 10 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0] 24 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0] 25 …%tmp = getelementptr [4 x %struct.point], [4 x %struct.point]* @pts, i32 0, i32 0 ; <%struct.poin… 26 %tmp1 = call i32 (i32, ...) @va1( i32 1, %struct.point* byval %tmp ) nounwind ; <i32> [#uses=0]
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVSchedule.td | 41 def WriteFMul32 : SchedWrite; // 32-bit floating point multiply 42 def WriteFMulAdd32 : SchedWrite; // 32-bit floating point multiply add 43 def WriteFMulSub32 : SchedWrite; // 32-bit floating point multiply sub 44 def WriteFMul64 : SchedWrite; // 64-bit floating point multiply 45 def WriteFMulAdd64 : SchedWrite; // 64-bit floating point multiply add 46 def WriteFMulSub64 : SchedWrite; // 64-bit floating point multiply sub 47 def WriteFDiv32 : SchedWrite; // 32-bit floating point divide 48 def WriteFDiv64 : SchedWrite; // 64-bit floating point divide 49 def WriteFSqrt32 : SchedWrite; // 32-bit floating point sqrt 50 def WriteFSqrt64 : SchedWrite; // 64-bit floating point sqrt [all …]
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffsignature.cpp | 49 const CFX_PointF& point, in AcceptsFocusOnButtonDown() argument 55 const CFX_PointF& point) { in OnLButtonDown() argument 59 bool CXFA_FFSignature::OnLButtonUp(uint32_t dwFlags, const CFX_PointF& point) { in OnLButtonUp() argument 64 const CFX_PointF& point) { in OnLButtonDblClk() argument 68 bool CXFA_FFSignature::OnMouseMove(uint32_t dwFlags, const CFX_PointF& point) { in OnMouseMove() argument 74 const CFX_PointF& point) { in OnMouseWheel() argument 79 const CFX_PointF& point) { in OnRButtonDown() argument 83 bool CXFA_FFSignature::OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) { in OnRButtonUp() argument 88 const CFX_PointF& point) { in OnRButtonDblClk() argument 104 FWL_WidgetHit CXFA_FFSignature::HitTest(const CFX_PointF& point) { in HitTest() argument [all …]
|
D | cxfa_ffwidgethandler.cpp | 48 const CFX_PointF& point) { in OnLButtonDown() argument 51 dwFlags, hWidget->Rotate2Normal(point), FWL_MouseCommand::LeftButtonDown); in OnLButtonDown() 57 bRet = hWidget->OnLButtonDown(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonDown() 66 const CFX_PointF& point) { in OnLButtonUp() argument 69 bool bRet = hWidget->OnLButtonUp(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonUp() 77 const CFX_PointF& point) { in OnLButtonDblClk() argument 78 bool bRet = hWidget->OnLButtonDblClk(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonDblClk() 84 const CFX_PointF& point) { in OnMouseMove() argument 85 bool bRet = hWidget->OnMouseMove(dwFlags, hWidget->Rotate2Normal(point)); in OnMouseMove() 92 const CFX_PointF& point) { in OnMouseWheel() argument [all …]
|
/external/libabigail/include/ |
D | abg-diff-utils.h | 57 class point 65 point() in point() function 69 point(int x, int y) in point() function 73 point(const point& p) in point() function 120 operator!=(const point& o) const 124 operator==(const point& o) const 128 operator<(const point& o) const 132 operator>(const point& o) const 136 operator<=(const point& o) const 140 operator>=(const point& o) const [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVSchedule.td | 41 def WriteFMul32 : SchedWrite; // 32-bit floating point multiply 42 def WriteFMulAdd32 : SchedWrite; // 32-bit floating point multiply add 43 def WriteFMulSub32 : SchedWrite; // 32-bit floating point multiply sub 44 def WriteFMul64 : SchedWrite; // 64-bit floating point multiply 45 def WriteFMulAdd64 : SchedWrite; // 64-bit floating point multiply add 46 def WriteFMulSub64 : SchedWrite; // 64-bit floating point multiply sub 47 def WriteFDiv32 : SchedWrite; // 32-bit floating point divide 48 def WriteFDiv64 : SchedWrite; // 64-bit floating point divide 49 def WriteFSqrt32 : SchedWrite; // 32-bit floating point sqrt 50 def WriteFSqrt64 : SchedWrite; // 64-bit floating point sqrt [all …]
|
/external/libxml2/test/XPath/xptr/ |
D | strpoint | 1 xpointer(start-point(string-range(//p,'multiple'))) 2 xpointer(end-point(string-range(//p,'multiple'))) 3 xpointer(start-point(string-range(//p,'test'))) 4 xpointer(end-point(string-range(//p,'test'))) 5 xpointer(start-point(string-range(//*,'multiple',1,0))) 6 xpointer(end-point(string-range(//*,'multiple',1,0))) 7 xpointer(start-point(string-range(//*,'multiple',1,1))) 8 xpointer(end-point(string-range(//*,'multiple',1,1))) 9 xpointer(start-point(string-range(//p,'test'))[1])
|