Home
last modified time | relevance | path

Searched refs:wexp (Results 26 – 50 of 66) sorted by relevance

123

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_bitMap_setops.cpp344 bm_word_t wexp) { in check_mod_setop() argument
351 BitMapView exp = mexp.make_view(bits, wexp); in check_mod_setop()
363 bm_word_t wexp) { in check_mod_setop_with_result() argument
370 BitMapView exp = mexp.make_view(bits, wexp); in check_mod_setop_with_result()
373 EXPECT_EQ(value, wx != wexp); in check_mod_setop_with_result()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/utilities/
H A Dtest_bitMap_setops.cpp344 bm_word_t wexp) { in check_mod_setop() argument
351 BitMapView exp = mexp.make_view(bits, wexp); in check_mod_setop()
363 bm_word_t wexp) { in check_mod_setop_with_result() argument
370 BitMapView exp = mexp.make_view(bits, wexp); in check_mod_setop_with_result()
373 EXPECT_EQ(value, wx != wexp); in check_mod_setop_with_result()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/utilities/
H A Dtest_bitMap_setops.cpp349 bm_word_t wexp) { in check_mod_setop() argument
356 BitMapView exp = mexp.make_view(bits, wexp); in check_mod_setop()
368 bm_word_t wexp) { in check_mod_setop_with_result() argument
375 BitMapView exp = mexp.make_view(bits, wexp); in check_mod_setop_with_result()
378 EXPECT_EQ(value, wx != wexp); in check_mod_setop_with_result()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_bitMap_setops.cpp349 bm_word_t wexp) { in check_mod_setop() argument
356 BitMapView exp = mexp.make_view(bits, wexp); in check_mod_setop()
368 bm_word_t wexp) { in check_mod_setop_with_result() argument
375 BitMapView exp = mexp.make_view(bits, wexp); in check_mod_setop_with_result()
378 EXPECT_EQ(value, wx != wexp); in check_mod_setop_with_result()
/dports/mail/mu4e/mu-1.6.4/lib/utils/
H A Dmu-util.c52 wordexp_t wexp; in do_wordexp() local
60 if (wordexp (path, &wexp, 0) != 0) { in do_wordexp()
66 dir = g_strdup (wexp.we_wordv[0]); in do_wordexp()
77 wordfree (&wexp); in do_wordexp()
/dports/mail/mu/mu-1.6.4/lib/utils/
H A Dmu-util.c52 wordexp_t wexp; in do_wordexp() local
60 if (wordexp (path, &wexp, 0) != 0) { in do_wordexp()
66 dir = g_strdup (wexp.we_wordv[0]); in do_wordexp()
77 wordfree (&wexp); in do_wordexp()
/dports/science/py-lifelines/lifelines-0.19.5/lifelines/datasets/
H A Drossi.csv1 week,arrest,fin,age,race,wexp,mar,paro,prio
/dports/devel/indi/indi-1.9.1/libs/indibase/
H A Dindidome.cpp1672 wordexp_t wexp; in LoadParkXML() local
1687 if (wordexp(ParkDataFileName.c_str(), &wexp, 0)) in LoadParkXML()
1689 wordfree(&wexp); in LoadParkXML()
1693 if (!(fp = fopen(wexp.we_wordv[0], "r"))) in LoadParkXML()
1695 wordfree(&wexp); in LoadParkXML()
1698 wordfree(&wexp); in LoadParkXML()
1793 wordexp_t wexp; in WriteParkData() local
1800 wordfree(&wexp); in WriteParkData()
1806 if (!(fp = fopen(wexp.we_wordv[0], "w"))) in WriteParkData()
1808 wordfree(&wexp); in WriteParkData()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_PipeShell.cxx1260 BRepTools_WireExplorer wexp(theWire); in BuildHistory() local
1261 for (Standard_Integer i = 1; wexp.More(); wexp.Next()) in BuildHistory()
1263 theEdge = TopoDS::Edge(wexp.Current()); in BuildHistory()
1424 BRepTools_WireExplorer wexp(mySpine); in BuildHistory() local
1429 if (!wexp.More()) in BuildHistory()
1436 const TopoDS_Edge& anEdgeOfSpine = wexp.Current(); in BuildHistory()
1448 const TopoDS_Vertex& aVertexOfSpine = wexp.CurrentVertex(); in BuildHistory()
1482 if (wexp.More()) in BuildHistory()
1483 wexp.Next(); in BuildHistory()
H A DBRepFill_LocationLaw.cxx85 BRepTools_WireExplorer wexp; in Init() local
93 for (NbEdge=0, wexp.Init(myPath); in Init()
94 wexp.More(); wexp.Next()) in Init()
96 if (! BRep_Tool::Degenerated(wexp.Current())) NbEdge++; in Init()
H A DBRepFill_Pipe.cxx220 BRepTools_WireExplorer wexp; in Perform() local
1091 BRepTools_WireExplorer wexp(mySpine); in BuildHistory() local
1096 if (!wexp.More()) in BuildHistory()
1103 const TopoDS_Edge& anEdgeOfSpine = wexp.Current(); in BuildHistory()
1111 const TopoDS_Vertex& aVertexOfSpine = wexp.CurrentVertex(); in BuildHistory()
1121 if (wexp.More()) in BuildHistory()
1122 wexp.Next(); in BuildHistory()
H A DBRepFill_Sweep.cxx1861 BRepTools_WireExplorer wexp; in SetBounds() local
1863 for (wexp.Init(FirstShape); wexp.More(); wexp.Next()) { in SetBounds()
1864 if (!BRepLib::CheckSameRange(wexp.Current())) { in SetBounds()
1865 B.SameRange(wexp.Current(), Standard_False); in SetBounds()
1866 B.SameParameter(wexp.Current(), Standard_False); in SetBounds()
1875 for (wexp.Init(LastShape); wexp.More(); wexp.Next()) { in SetBounds()
1876 if (!BRepLib::CheckSameRange(wexp.Current())) { in SetBounds()
1877 B.SameRange(wexp.Current(), Standard_False); in SetBounds()
1878 B.SameParameter(wexp.Current(), Standard_False); in SetBounds()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Inter2d.cxx1741 if (!wexp.More()) in ConnexIntByInt()
1747 wexp.Next(); in ConnexIntByInt()
1748 if (wexp.More()) { in ConnexIntByInt()
1749 NextE = wexp.Current(); in ConnexIntByInt()
1870 CurE = wexp.Current(); in ConnexIntByInt()
1921 if (!wexp.More()) in ConnexIntByIntInVert()
1926 wexp.Next(); in ConnexIntByIntInVert()
1927 if (wexp.More()) { in ConnexIntByIntInVert()
1928 NextE = wexp.Current(); in ConnexIntByIntInVert()
1965 CurE = wexp.Current(); in ConnexIntByIntInVert()
[all …]
/dports/devel/indi/indi-1.9.1/drivers/dome/
H A Dscopedome_dome.cpp66 wordexp_t wexp; in ScopeDome() local
67 if (wordexp("~/.indi/ScopeDome_DomeInertia_Table.txt", &wexp, 0) == 0) in ScopeDome()
69 FILE *inertia = fopen(wexp.we_wordv[0], "r"); in ScopeDome()
96 LOGF_INFO("Read inertia file %s", wexp.we_wordv[0]); in ScopeDome()
105 wordfree(&wexp); in ScopeDome()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffsetAPI/
H A DBRepOffsetAPI_ThruSections.cxx420 BRepTools_WireExplorer wexp(aWorkingSection); in Build() local
421 for (; wexp.More(); wexp.Next(), inde++) in Build()
423 const TopoDS_Shape& aWorkingEdge = wexp.Current(); in Build()
1302 BRepTools_WireExplorer wexp(FirstSection); in Generated() local
1303 for (Standard_Integer inde = 1; wexp.More(); wexp.Next(),inde++) in Generated()
1305 FirstEdge = wexp.Current(); in Generated()
1306 FirstVertexOfFirstEdge = wexp.CurrentVertex(); in Generated()
/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Dgmagic.t14 my ($obj, $rexp, $wexp, $tn) = @_;
18 is ($wgot, $wexp, $tn ? "number of stores when $tn" : ());
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/op/
H A Dgmagic.t14 my ($obj, $rexp, $wexp, $tn) = @_;
18 is ($wgot, $wexp, $tn ? "number of stores when $tn" : ());
/dports/lang/perl5.30/perl-5.30.3/t/op/
H A Dgmagic.t14 my ($obj, $rexp, $wexp, $tn) = @_;
18 is ($wgot, $wexp, $tn ? "number of stores when $tn" : ());
/dports/lang/perl5.32/perl-5.32.1/t/op/
H A Dgmagic.t14 my ($obj, $rexp, $wexp, $tn) = @_;
18 is ($wgot, $wexp, $tn ? "number of stores when $tn" : ());
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/regression/tests/results/
H A Dresults_grunfeld_ols_robust_cluster.py633 wexp="= 1/mvalue",
695 wexp="= 1/mvalue",
775 wexp="=1/mvalue",
/dports/math/wcalc/wcalc-2.5/src/common/includes/
H A Dcalculator.h67 wexp, enumerator
/dports/math/maxima/maxima-5.43.2/share/diffequations/
H A Dpmain.mac96 stddeq(oeq):=block([wexp,wr,deq],wexp:part(oeq,1),
97 wr:part(oeq,2),deqcoeff(wexp),rr:ratsimp(wr/za),
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A DMakefile.am71 wcosh.def serf.def wexp.def \
130 wexp.def: w_exp.c
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A DMakefile.am71 wcosh.def serf.def wexp.def \
130 wexp.def: w_exp.c
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/test/
H A Dtest_archive_string_conversion.c782 const char *exp, const wchar_t *wexp) in check_string() argument
804 assertEqualWString(wexp, wp); in check_string()

123