Home
last modified time | relevance | path

Searched defs:dg (Results 51 – 75 of 3135) sorted by relevance

12345678910>>...126

/dports/math/octave-forge-splines/splines-1.3.4/inst/
H A Dcsape.m104 dg = 2 * (h(1:n - 2) .+ h(2:n - 1)); variable
143 dg = 2 * h(1); variable
146 dg = 2 * (h(1:n - 2) .+ h(2:n - 1)); variable
168 dg = 2 * (h(1:n - 1) .+ h(2:n)); variable
205 dg = 2 * (h(1:n - 2) .+ h(2:n - 1)); variable
216 dg = [h(1) + 2 * h(2); 2 * h(2) + h(3)]; variable
223 dg= [h(1) + 2 * h(2)]; variable
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DDelayedDestructionTest.cpp29 DelayedDestructionBase::DestructorGuard dg(this); in doFoo() local
35 auto dg = new DeleteGuarder(); in TEST() local
40 auto dg = new DeleteGuarder(); in TEST() local
/dports/databases/galera/galera-release_25.3.35/gcomm/test/
H A Dcheck_fair_send_queue.cpp19 static gu::byte_t get_header(const gcomm::Datagram& dg) in get_header()
27 gcomm::Datagram dg(make_datagram(1)); in START_TEST() local
36 gcomm::Datagram dg(make_datagram(1)); in START_TEST() local
46 gcomm::Datagram dg(make_datagram(1)); in START_TEST() local
59 gcomm::Datagram dg(make_datagram(1)); in START_TEST() local
/dports/www/bluefish/bluefish-2.2.12/src/plugin_htmlbar/
H A Dwizards.c32 table_wizard_ok_lcb(GtkWidget * widget, Thtml_diag * dg) in table_wizard_ok_lcb()
72 Thtml_diag *dg; in tablewizard_dialog() local
101 frame_wizard_ok_lcb(GtkWidget * widget, Thtml_diag * dg) in frame_wizard_ok_lcb()
170 frame_wizard_num_changed(GtkWidget * widget, Thtml_diag * dg) in frame_wizard_num_changed()
187 Thtml_diag *dg; in framewizard_dialog() local
/dports/databases/galera26/galera-release_26.4.10/gcomm/test/
H A Dcheck_fair_send_queue.cpp19 static gu::byte_t get_header(const gcomm::Datagram& dg) in get_header()
27 gcomm::Datagram dg(make_datagram(1)); in START_TEST() local
36 gcomm::Datagram dg(make_datagram(1)); in START_TEST() local
46 gcomm::Datagram dg(make_datagram(1)); in START_TEST() local
59 gcomm::Datagram dg(make_datagram(1)); in START_TEST() local
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/rt/
H A Dconfig.d98 string rt_cmdlineOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_cmdlineOption()
116 string rt_envvarsOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_envvarsOption()
140 string rt_linkOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_linkOption()
H A DaApply.d21 extern (C) int _aApplycd1(in char[] aa, dg_t dg) in _aApplycd1()
83 extern (C) int _aApplywd1(in wchar[] aa, dg_t dg) in _aApplywd1()
145 extern (C) int _aApplycw1(in char[] aa, dg_t dg) in _aApplycw1()
220 extern (C) int _aApplywc1(in wchar[] aa, dg_t dg) in _aApplywc1()
301 extern (C) int _aApplydc1(in dchar[] aa, dg_t dg) in _aApplydc1()
378 extern (C) int _aApplydw1(in dchar[] aa, dg_t dg) in _aApplydw1()
452 extern (C) int _aApplycd2(in char[] aa, dg2_t dg) in _aApplycd2()
521 extern (C) int _aApplywd2(in wchar[] aa, dg2_t dg) in _aApplywd2()
590 extern (C) int _aApplycw2(in char[] aa, dg2_t dg) in _aApplycw2()
670 extern (C) int _aApplywc2(in wchar[] aa, dg2_t dg) in _aApplywc2()
[all …]
H A DaApplyR.d32 extern (C) int _aApplyRcd1(in char[] aa, dg_t dg) in _aApplyRcd1()
106 extern (C) int _aApplyRwd1(in wchar[] aa, dg_t dg) in _aApplyRwd1()
170 extern (C) int _aApplyRcw1(in char[] aa, dg_t dg) in _aApplyRcw1()
257 extern (C) int _aApplyRwc1(in wchar[] aa, dg_t dg) in _aApplyRwc1()
342 extern (C) int _aApplyRdc1(in dchar[] aa, dg_t dg) in _aApplyRdc1()
421 extern (C) int _aApplyRdw1(in dchar[] aa, dg_t dg) in _aApplyRdw1()
494 extern (C) int _aApplyRcd2(in char[] aa, dg2_t dg) in _aApplyRcd2()
571 extern (C) int _aApplyRwd2(in wchar[] aa, dg2_t dg) in _aApplyRwd2()
637 extern (C) int _aApplyRcw2(in char[] aa, dg2_t dg) in _aApplyRcw2()
726 extern (C) int _aApplyRwc2(in wchar[] aa, dg2_t dg) in _aApplyRwc2()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/rt/
H A Dconfig.d93 string rt_cmdlineOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_cmdlineOption()
111 string rt_envvarsOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_envvarsOption()
135 string rt_linkOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_linkOption()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/rt/
H A Dconfig.d93 string rt_cmdlineOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_cmdlineOption()
111 string rt_envvarsOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_envvarsOption()
135 string rt_linkOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_linkOption()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/rt/
H A Dconfig.d93 string rt_cmdlineOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_cmdlineOption()
111 string rt_envvarsOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_envvarsOption()
135 string rt_linkOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_linkOption()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/rt/
H A Dconfig.d93 string rt_cmdlineOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_cmdlineOption()
111 string rt_envvarsOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_envvarsOption()
135 string rt_linkOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_linkOption()
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/rt/
H A Dconfig.d93 string rt_cmdlineOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_cmdlineOption()
111 string rt_envvarsOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_envvarsOption()
135 string rt_linkOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_linkOption()
/dports/security/acmed/acmed-0.18.0/cargo-crates/nom-6.2.1/tests/
H A Darithmetic_ast.rs93 fn term(i: &str) -> IResult<&str, Expr> { in rt_cmdlineOption()
94 let (i, initial) = factor(i)?; in rt_cmdlineOption()
112 |i| { in rt_envvarsOption()
113 let (i, add) = preceded(tag("+"), term)(i)?; in rt_envvarsOption()
136 term(" 3 * 5 ").map(|(i, x)| (i, format!("{:?}", x))), in rt_linkOption()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/rt/
H A Dconfig.d93 string rt_cmdlineOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_cmdlineOption()
111 string rt_envvarsOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_envvarsOption()
135 string rt_linkOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_linkOption()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/rt/
H A Dconfig.d93 string rt_cmdlineOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_cmdlineOption()
111 string rt_envvarsOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_envvarsOption()
135 string rt_linkOption(string opt, scope rt_configCallBack dg) @nogc nothrow in rt_linkOption()
/dports/databases/galera/galera-release_25.3.35/gcomm/src/gcomm/
H A Dutil.hpp58 void push_header(const M& msg, Datagram& dg) in push_header()
72 void pop_header(const M& msg, Datagram& dg) in pop_header()
79 inline const gu::byte_t* begin(const Datagram& dg) in begin()
85 inline size_t available(const Datagram& dg) in available()
/dports/databases/galera26/galera-release_26.4.10/gcomm/src/gcomm/
H A Dutil.hpp58 void push_header(const M& msg, Datagram& dg) in push_header()
72 void pop_header(const M& msg, Datagram& dg) in pop_header()
79 inline const gu::byte_t* begin(const Datagram& dg) in begin()
85 inline size_t available(const Datagram& dg) in available()
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dbeef_interface.f9027 REAL (C_DOUBLE) :: r, g, e, dr, dg local
34 REAL (C_DOUBLE), INTENT(INOUT) :: r, g, e, dr, dg local
41 REAL (C_DOUBLE), INTENT(INOUT) :: r, z, g, e, drup, drdown, dg local
98 SUBROUTINE beefx( r, g, e, dr, dg, addlda ) argument
100 REAL (dp) :: r, g, e, dr, dg local
104 SUBROUTINE beeflocalcorr( r, g, e, dr, dg, addlda) argument
106 REAL (dp), INTENT(INOUT) :: r, g, e, dr, dg local
110 SUBROUTINE beeflocalcorrspin(r, z, g, e, drup, drdown, dg, addlda) argument
112 REAL (dp), INTENT(INOUT) :: r, z, g, e, drup, drdown, dg local
/dports/emulators/libdsk/libdsk-1.4.2/lib/
H A Ddskjni.c365 DSK_GEOMETRY dg; in Java_uk_co_demon_seasip_libdsk_Drive_status() local
386 DSK_GEOMETRY dg; in Java_uk_co_demon_seasip_libdsk_Drive_read__Luk_co_demon_seasip_libdsk_Geometry_2_3BIII() local
409 DSK_GEOMETRY dg; in Java_uk_co_demon_seasip_libdsk_Drive_read__Luk_co_demon_seasip_libdsk_Geometry_2_3BI() local
433 DSK_GEOMETRY dg; in Java_uk_co_demon_seasip_libdsk_Drive_read__Luk_co_demon_seasip_libdsk_Geometry_2_3BIIIIII() local
461 DSK_GEOMETRY dg; in Java_uk_co_demon_seasip_libdsk_Drive_write__Luk_co_demon_seasip_libdsk_Geometry_2_3BIII() local
484 DSK_GEOMETRY dg; in Java_uk_co_demon_seasip_libdsk_Drive_write__Luk_co_demon_seasip_libdsk_Geometry_2_3BI() local
508 DSK_GEOMETRY dg; in Java_uk_co_demon_seasip_libdsk_Drive_write__Luk_co_demon_seasip_libdsk_Geometry_2_3BIIIIII() local
531 DSK_GEOMETRY dg; in Java_uk_co_demon_seasip_libdsk_Drive_verify__Luk_co_demon_seasip_libdsk_Geometry_2_3BIII() local
555 DSK_GEOMETRY dg; in Java_uk_co_demon_seasip_libdsk_Drive_verify__Luk_co_demon_seasip_libdsk_Geometry_2_3BI() local
579 DSK_GEOMETRY dg; in Java_uk_co_demon_seasip_libdsk_Drive_verify__Luk_co_demon_seasip_libdsk_Geometry_2_3BIIIIII() local
[all …]
/dports/math/unuran/unuran-1.8.1/tests/
H A Dt_vnrou.c918 { UNUR_DISTR *dg =NULL; in test_validate() local
1012 { UNUR_DISTR *dg =NULL; in test_validate() local
1149 { UNUR_DISTR *dg =NULL; in test_validate() local
1228 { UNUR_DISTR *dg =NULL; in test_validate() local
1496 { UNUR_DISTR *dg =NULL; in test_validate() local
1727 { UNUR_DISTR *dg =NULL; in test_validate() local
1900 { UNUR_DISTR *dg =NULL; in test_validate() local
1979 { UNUR_DISTR *dg =NULL; in test_validate() local
2058 { UNUR_DISTR *dg =NULL; in test_validate() local
2137 { UNUR_DISTR *dg =NULL; in test_validate() local
[all …]
/dports/java/bouncycastle15/crypto-169/util/src/test/java/org/bouncycastle/asn1/icao/test/
H A DDataGroupHashUnitTest.java39 DataGroupHash dg = new DataGroupHash(dataGroupNumber, dataHash); in performTest() local
65 DataGroupHash dg, in checkConstruction()
86 DataGroupHash dg, in checkValues()
/dports/textproc/rasqal/rasqal-0.9.33/src/
H A Drasqal_data_graph.c54 rasqal_data_graph* dg; in rasqal_new_data_graph_common() local
189 rasqal_new_data_graph_from_data_graph(rasqal_data_graph* dg) in rasqal_new_data_graph_from_data_graph()
205 rasqal_free_data_graph(rasqal_data_graph* dg) in rasqal_free_data_graph()
242 rasqal_data_graph_print(rasqal_data_graph* dg, FILE* fh) in rasqal_data_graph_print()
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/discgrp/
H A Ddgtransform.c39 DiscGrpTransform(DiscGrp *dg, Transform T) in DiscGrpTransform()
46 DiscGrpTransformTo( dg, T ) in DiscGrpTransformTo() argument
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/rt/
H A DaApply.d21 extern (C) int _aApplycd1(in char[] aa, dg_t dg) in _aApplycd1()
83 extern (C) int _aApplywd1(in wchar[] aa, dg_t dg) in _aApplywd1()
145 extern (C) int _aApplycw1(in char[] aa, dg_t dg) in _aApplycw1()
220 extern (C) int _aApplywc1(in wchar[] aa, dg_t dg) in _aApplywc1()
301 extern (C) int _aApplydc1(in dchar[] aa, dg_t dg) in _aApplydc1()
378 extern (C) int _aApplydw1(in dchar[] aa, dg_t dg) in _aApplydw1()
452 extern (C) int _aApplycd2(in char[] aa, dg2_t dg) in _aApplycd2()
521 extern (C) int _aApplywd2(in wchar[] aa, dg2_t dg) in _aApplywd2()
590 extern (C) int _aApplycw2(in char[] aa, dg2_t dg) in _aApplycw2()
670 extern (C) int _aApplywc2(in wchar[] aa, dg2_t dg) in _aApplywc2()
[all …]

12345678910>>...126