Home
last modified time | relevance | path

Searched refs:p2a (Results 226 – 250 of 324) sorted by relevance

12345678910>>...13

/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/go/types/
H A Dapi_test.go200 …{`package p2a; type mybool bool; var m map[string]complex128; var b mybool; func _() { _, b = m["f…
202 `(complex128, p2a.mybool)`,
/dports/lang/gcc9/gcc-9.4.0/libgo/go/go/types/
H A Dapi_test.go200 …{`package p2a; type mybool bool; var m map[string]complex128; var b mybool; func _() { _, b = m["f…
202 `(complex128, p2a.mybool)`,
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/go/types/
H A Dapi_test.go200 …{`package p2a; type mybool bool; var m map[string]complex128; var b mybool; func _() { _, b = m["f…
202 `(complex128, p2a.mybool)`,
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DnsNativeThemeCocoa.mm2777 int32_t p2a = aFrame->PresContext()->AppUnitsPerDevPixel();
2780 nativeWidgetRect.Scale(1.0 / gfxFloat(p2a));
3195 int32_t p2a = aFrame->PresContext()->AppUnitsPerDevPixel();
3197 gfx::Rect nativeWidgetRect = NSRectToRect(aRect, p2a);
3203 NSRectToRect(aDirtyRect, p2a), hidpi ? 2.0f : 1.0f);
3845 int32_t p2a = aFrame->PresContext()->AppUnitsPerDevPixel();
3847 NSIntPixelsToAppUnits(overflow.top, p2a), NSIntPixelsToAppUnits(overflow.right, p2a),
3848 NSIntPixelsToAppUnits(overflow.bottom, p2a), NSIntPixelsToAppUnits(overflow.left, p2a)));
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DnsNativeThemeCocoa.mm2302 int32_t p2a = aFrame->PresContext()->AppUnitsPerDevPixel();
2304 gfx::Rect nativeDirtyRect = NSRectToRect(aDirtyRect, p2a);
2306 nativeWidgetRect.Scale(1.0 / gfxFloat(p2a));
3367 int32_t p2a = aFrame->PresContext()->AppUnitsPerDevPixel();
3368 aOverflowRect->Inflate(nsMargin(NSIntPixelsToAppUnits(overflow.top, p2a),
3369 NSIntPixelsToAppUnits(overflow.right, p2a),
3370 NSIntPixelsToAppUnits(overflow.bottom, p2a),
3371 NSIntPixelsToAppUnits(overflow.left, p2a)));
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DGraphColor.h1193 …GlobalRA(G4_Kernel& k, PhyRegPool& r, PointsToAnalysis& p2a) : kernel(k), builder(*k.fg.builder), … in GlobalRA() argument
1194 pointsToAnalysis(p2a) in GlobalRA()
/dports/lang/py-textX/textX-2.3.0/docs/
H A Drrel.md126 attr Part2 p2a;
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/types/
H A Dapi_test.go255 …{`package p2a; type mybool bool; var m map[string]complex128; var b mybool; func _() { _, b = m["f…
257 `(complex128, p2a.mybool)`,
/dports/german/BBBike/BBBike-3.18/
H A DBBBikeEdit.pm139 my($i,$pm,$p1a,$p2a) = nearest_line_points_mouse($c);
142 my $p2 = Route::_coord_as_string($p2a);
156 my($i,$pm,$p1a,$p2a) = nearest_line_points_mouse($c);
159 my $p2 = Route::_coord_as_string($p2a);
/dports/irc/ninja/ninja-1.5.8.1/
H A DChangeLog62 01/14/02 p2a.c:
644 moved pipe_to_ansi into p2a.c
949 pipe_to_ansi must used $p2a(etc))..
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Ddsp.c1830 uint8 *p1, *p2a, *p2b; in DSP2_Op01() local
1833 p2a = DSP2.output; in DSP2_Op01()
1845 *p2a++ = (c0 & 0x10) << 3 | in DSP2_Op01()
1854 *p2a++ = (c0 & 0x20) << 2 | in DSP2_Op01()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dapi_test.go243 …{`package p2a; type mybool bool; var m map[string]complex128; var b mybool; func _() { _, b = m["f…
245 `(complex128, p2a.mybool)`,
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dapi_test.go260 …{`package p2a; type mybool bool; var m map[string]complex128; var b mybool; func _() { _, b = m["f…
262 `(complex128, p2a.mybool)`,
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvectorimage/
H A Dtregionutil.cpp871 const TPointD &p1b, const TPointD &p2a, in makeEdgeIntersection() argument
874 double angle2 = getAngle(p1a, p2a); in makeEdgeIntersection()
H A Dtcomputeregions.cpp1118 const TPointD &p1b, const TPointD &p2a, in makeEdgeIntersection() argument
1121 double angle2 = getAngle(p1a, p2a); in makeEdgeIntersection()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsCSSRendering.cpp3704 Point p2a = aParams.vertical ? rect.BottomLeft() : rect.TopRight(); in PaintDecorationLine() local
3716 textDrawer->AppendDecoration(p1a, p2a, lineThickness, aParams.vertical, in PaintDecorationLine()
3723 aDrawTarget.StrokeLine(p1a, p2a, colorPat, strokeOptions, drawOptions); in PaintDecorationLine()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/test/
H A Dtest_reactor.py712 p2a = self.r2.thermo.P
729 self.assertNear(p2a, p2b)
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsCSSRendering.cpp4207 Point p2a = aParams.vertical ? aRect.BottomLeft() : aRect.TopRight(); in PaintDecorationLineInternal() local
4219 textDrawer->AppendDecoration(p1a, p2a, lineThickness, aParams.vertical, in PaintDecorationLineInternal()
4226 aDrawTarget.StrokeLine(p1a, p2a, colorPat, strokeOptions, drawOptions); in PaintDecorationLineInternal()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsCSSRendering.cpp4207 Point p2a = aParams.vertical ? aRect.BottomLeft() : aRect.TopRight(); in PaintDecorationLineInternal() local
4219 textDrawer->AppendDecoration(p1a, p2a, lineThickness, aParams.vertical, in PaintDecorationLineInternal()
4226 aDrawTarget.StrokeLine(p1a, p2a, colorPat, strokeOptions, drawOptions); in PaintDecorationLineInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsCSSRendering.cpp4207 Point p2a = aParams.vertical ? aRect.BottomLeft() : aRect.TopRight(); in PaintDecorationLineInternal() local
4219 textDrawer->AppendDecoration(p1a, p2a, lineThickness, aParams.vertical, in PaintDecorationLineInternal()
4226 aDrawTarget.StrokeLine(p1a, p2a, colorPat, strokeOptions, drawOptions); in PaintDecorationLineInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsCSSRendering.cpp4259 Point p2a = aParams.vertical ? aRect.BottomLeft() : aRect.TopRight(); in PaintDecorationLineInternal() local
4271 textDrawer->AppendDecoration(p1a, p2a, lineThickness, aParams.vertical, in PaintDecorationLineInternal()
4278 aDrawTarget.StrokeLine(p1a, p2a, colorPat, strokeOptions, drawOptions); in PaintDecorationLineInternal()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dgcodetools.py2169 p2a = (P2 - R).angle() % (2 * math.pi)
2170 alpha = (p2a - p0a) % (2 * math.pi)
2171 if (p0a < p2a and (p1a < p0a or p2a < p1a)) or (p2a < p1a < p0a):
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DFrameLayerBuilder.cpp5324 int32_t p2a = presContext->AppUnitsPerDevPixel(); in ChooseScaleAndSetTransform() local
5325 displaySize.width = NSIntPixelsToAppUnits(widgetSize.width, p2a); in ChooseScaleAndSetTransform()
5326 displaySize.height = NSIntPixelsToAppUnits(widgetSize.height, p2a); in ChooseScaleAndSetTransform()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/util/unit_test/
H A Dunit_test_seq_loc_util.cpp1349 CRef<CSeq_loc> p2a = MakePoint(2, 10); in BOOST_AUTO_TEST_CASE() local
1353 BOOST_CHECK_EQUAL(Compare(*p2a, *p2a, scope, fCompareOverlapping), eSame); in BOOST_AUTO_TEST_CASE()
1354 BOOST_CHECK_EQUAL(Compare(*p2a, *p2b, scope, fCompareOverlapping), eNoOverlap); in BOOST_AUTO_TEST_CASE()
1355 BOOST_CHECK_EQUAL(Compare(*p2a, *p3, scope, fCompareOverlapping), eNoOverlap); in BOOST_AUTO_TEST_CASE()
/dports/math/py-sympy/sympy-1.9/sympy/tensor/
H A Dtensor.py3249 return [(p2a, p2b) for (i, p1a, p1b, p2a, p2b) in dummy_data]

12345678910>>...13