Home
last modified time | relevance | path

Searched refs:evd (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/dports/devel/efl/efl-1.25.1/src/lib/ecore_x/
H A Decore_x_xi2.c355 evd->root_x, evd->root_y, in _ecore_x_input_mouse_handler()
357 (evd->child ? evd->child : evd->event), in _ecore_x_input_mouse_handler()
364 evd->root_x, evd->root_y); in _ecore_x_input_mouse_handler()
375 evd->root_x, evd->root_y, in _ecore_x_input_mouse_handler()
377 (evd->child ? evd->child : evd->event), in _ecore_x_input_mouse_handler()
384 evd->root_x, evd->root_y); in _ecore_x_input_mouse_handler()
395 evd->root_x, evd->root_y, in _ecore_x_input_mouse_handler()
397 (evd->child ? evd->child : evd->event), in _ecore_x_input_mouse_handler()
404 evd->root_x, evd->root_y); in _ecore_x_input_mouse_handler()
654 _ecore_x_axis_update(evd->child ? evd->child : evd->event, in _ecore_x_input_axis_handler()
[all …]
/dports/games/jfk/jfk-0.1.1/src/client/
H A Dclient.cc74 event_t evd; member in JFK::client::program
137 out->poll_events(&evd); in start_splash()
247 out->poll_events(&evd); in process_events()
249 if (evd.ev[EVENT_UP] == EVENTSTATE_BEGIN) in process_events()
251 if (evd.ev[EVENT_DOWN] == EVENTSTATE_BEGIN) in process_events()
253 if ((evd.ev[EVENT_UP] == EVENTSTATE_DONE) || in process_events()
254 (evd.ev[EVENT_DOWN] == EVENTSTATE_DONE)) in process_events()
256 if (evd.ev[EVENT_LEFT] == EVENTSTATE_BEGIN) in process_events()
263 if (evd.ev[EVENT_FIRE] == EVENTSTATE_BEGIN) in process_events()
265 if (evd.ev[EVENT_FIRE] == EVENTSTATE_DONE) in process_events()
[all …]
/dports/net/dhcp6/wide-dhcpv6-20080615.2/
H A Ddhcp6c.c962 if ((evd = malloc(sizeof(*evd))) == NULL) {
967 memset(evd, 0, sizeof(*evd));
1023 if (evd)
1078 if ((evd = malloc(sizeof(*evd))) == NULL)
1080 memset(evd, 0, sizeof(*evd));
1101 if ((evd = malloc(sizeof(*evd))) == NULL)
1103 memset(evd, 0, sizeof(*evd));
1321 for (evd = TAILQ_FIRST(&ev->data_list); evd;
1322 evd = TAILQ_NEXT(evd, link)) {
1575 for (evd = TAILQ_FIRST(&ev->data_list); evd;
[all …]
H A Ddhcp6c_ia.c347 if ((evd = malloc(sizeof(*evd))) == NULL) {
352 memset(evd, 0, sizeof(*evd));
353 evd->event = ev;
367 &ia->evdata, evd)) {
386 ia->evdata = evd;
472 if ((evd = malloc(sizeof(*evd))) == NULL) {
477 memset(evd, 0, sizeof(*evd));
612 if ((evd = malloc(sizeof(*evd))) == NULL) {
617 memset(evd, 0, sizeof(*evd));
618 evd->event = ev;
[all …]
H A Daddrconf.c301 renew_addr(iac, iaparam, evdp, evd) in renew_addr() argument
304 struct dhcp6_eventdata **evdp, *evd;
325 evd->type = DHCP6_EVDATA_IANA;
326 evd->data = (void *)ial;
327 evd->privdata = (void *)evdp;
328 evd->destructor = na_renew_data_free;
340 na_renew_data_free(evd) in na_renew_data_free() argument
341 struct dhcp6_eventdata *evd; in na_renew_data_free()
345 if (evd->type != DHCP6_EVDATA_IANA) {
350 if (evd->privdata)
[all …]
H A Dprefixconf.c348 renew_prefix(iac, iaparam, evdp, evd) in renew_prefix() argument
351 struct dhcp6_eventdata **evdp, *evd;
372 evd->type = DHCP6_EVDATA_IAPD;
373 evd->data = (void *)ial;
374 evd->privdata = (void *)evdp;
375 evd->destructor = renew_data_free;
387 renew_data_free(evd) in renew_data_free() argument
388 struct dhcp6_eventdata *evd; in renew_data_free()
392 if (evd->type != DHCP6_EVDATA_IAPD) {
397 if (evd->privdata)
[all …]
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/unittests/
H A Dtest_exp_vector.cc24 exp_vector<int> evd(5); in TEST() local
27 EXPECT_EQ(5, evd.default_value()); in TEST()
30 evd[10] = 10; in TEST()
33 EXPECT_EQ(5, evd[i]); in TEST()
36 EXPECT_EQ(10, evd[10]); in TEST()
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/desc/builder/
H A Denum.go69 for _, evd := range ed.GetValues() {
70 if evb, err := fromEnumValue(evd); err != nil {
339 func FromEnumValue(evd *desc.EnumValueDescriptor) (*EnumValueBuilder, error) {
340 if fb, err := FromFile(evd.GetFile()); err != nil {
345 …ot find enum value %s after converting file %q to builder", evd.GetFullyQualifiedName(), evd.GetFi…
350 evb := NewEnumValue(evd.GetName())
351 evb.Options = evd.GetEnumValueOptions()
352 evb.number = evd.GetNumber()
354 setComments(&evb.comments, evd.GetSourceInfo())
456 evd, err := evb.BuildDescriptor()
[all …]
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/desc/builder/
H A Denum.go69 for _, evd := range ed.GetValues() {
70 if evb, err := fromEnumValue(evd); err != nil {
339 func FromEnumValue(evd *desc.EnumValueDescriptor) (*EnumValueBuilder, error) {
340 if fb, err := FromFile(evd.GetFile()); err != nil {
345 …ot find enum value %s after converting file %q to builder", evd.GetFullyQualifiedName(), evd.GetFi…
350 evb := NewEnumValue(evd.GetName())
351 evb.Options = evd.GetEnumValueOptions()
352 evb.number = evd.GetNumber()
354 setComments(&evb.comments, evd.GetSourceInfo())
456 evd, err := evb.BuildDescriptor()
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/desc/builder/
H A Denum.go69 for _, evd := range ed.GetValues() {
70 if evb, err := fromEnumValue(evd); err != nil {
339 func FromEnumValue(evd *desc.EnumValueDescriptor) (*EnumValueBuilder, error) {
340 if fb, err := FromFile(evd.GetFile()); err != nil {
345 …ot find enum value %s after converting file %q to builder", evd.GetFullyQualifiedName(), evd.GetFi…
350 evb := NewEnumValue(evd.GetName())
351 evb.Options = evd.GetEnumValueOptions()
352 evb.number = evd.GetNumber()
354 setComments(&evb.comments, evd.GetSourceInfo())
456 evd, err := evb.BuildDescriptor()
[all …]
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/desc/builder/
H A Denum.go69 for _, evd := range ed.GetValues() {
70 if evb, err := fromEnumValue(evd); err != nil {
339 func FromEnumValue(evd *desc.EnumValueDescriptor) (*EnumValueBuilder, error) {
340 if fb, err := FromFile(evd.GetFile()); err != nil {
345 …ot find enum value %s after converting file %q to builder", evd.GetFullyQualifiedName(), evd.GetFi…
350 evb := NewEnumValue(evd.GetName())
351 evb.Options = evd.GetEnumValueOptions()
352 evb.number = evd.GetNumber()
354 setComments(&evb.comments, evd.GetSourceInfo())
456 evd, err := evb.BuildDescriptor()
[all …]
/dports/math/R-cran-lme4/lme4/R/
H A DcheckConv.R133 evd <- tryCatch(eigen(H, symmetric=TRUE, only.values=TRUE)$values, functionVar
135 if (inherits(evd,"error")) {
139 negative <- sum(evd < -tol)
147 zero <- sum(abs(evd) < tol)
153 res$cond.H <- max(evd) / min(evd)
154 if(max(evd) * tol > 1) {
162 if ((min(evd) / max(evd)) < tol) {
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dvirtualmethods_test.py111 evd = ExtendedVirtualDaughter(original_name)
113 self.assertEqual(VirtualDaughter.name(evd), original_name)
114 self.assertEqual(VirtualMethods.name(evd), original_name)
115 self.assertFalse(evd.grand_daughter_name_called)
117 name = evd.callName()
118 self.assertTrue(evd.grand_daughter_name_called)
119 self.assertEqual(evd.name().prepend(self.prefix_from_codeinjection), name)
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dvirtualmethods_test.py111 evd = ExtendedVirtualDaughter(original_name)
113 self.assertEqual(VirtualDaughter.name(evd), original_name)
114 self.assertEqual(VirtualMethods.name(evd), original_name)
115 self.assertFalse(evd.grand_daughter_name_called)
117 name = evd.callName()
118 self.assertTrue(evd.grand_daughter_name_called)
119 self.assertEqual(evd.name().prepend(self.prefix_from_codeinjection), name)
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dvirtualmethods_test.py111 evd = ExtendedVirtualDaughter(original_name)
113 self.assertEqual(VirtualDaughter.name(evd), original_name)
114 self.assertEqual(VirtualMethods.name(evd), original_name)
115 self.assertFalse(evd.grand_daughter_name_called)
117 name = evd.callName()
118 self.assertTrue(evd.grand_daughter_name_called)
119 self.assertEqual(evd.name().prepend(self.prefix_from_codeinjection), name)
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/main/java/de/lmu/ifi/dbs/elki/math/linearalgebra/pca/
H A DPCAResult.java75 public PCAResult(EigenvalueDecomposition evd) { in PCAResult() argument
76 this(processDecomposition(evd)); in PCAResult()
85 private static EigenPair[] processDecomposition(EigenvalueDecomposition evd) { in processDecomposition() argument
86 double[] eigenvalues = evd.getRealEigenvalues(); in processDecomposition()
87 double[][] eigenvectors = evd.getV(); in processDecomposition()
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/dio/
H A Ddioload.c46 double evd; in DIOload() local
265 evd = exp(vd/vtesw); in DIOload()
266 cdsw = csatsw*(evd-1); in DIOload()
267 gdsw = csatsw*evd/vtesw; in DIOload()
268 cdsw_dT = csatsw_dT * (evd - 1) - csatsw * vd * evd / (vtesw * Temp); in DIOload()
307 evd = exp(vd/vte); in DIOload()
308 cdb = csat*(evd-1); in DIOload()
309 gdb = csat*evd/vte; in DIOload()
310 cdb_dT = csat_dT * (evd - 1) - csat * vd * evd / (vte * Temp); in DIOload()
355 evd = exp(-vd/vtetun); in DIOload()
[all …]
/dports/science/tfel/tfel-3.4.0/mfm-test-generator/src/
H A DTestCaseParameters.cxx98 const auto& evd = e.get<TestCaseParameters>(); in getEvolution() local
99 if (contains(evd, "file")) { in getEvolution()
101 [&evd](const char* const nvalues) -> EvolutionFromFile::Values { in getEvolution()
102 const auto pvalues = getParameter(evd, nvalues); in getEvolution()
115 ev.file = get(evd, "file"); in getEvolution()
124 getParameter(evd, "times")); in getEvolution()
126 getParameter(evd, "values")); in getEvolution()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcselib.c1506 evd.dummy = false; in cselib_expand_value_rtx()
1524 evd.callback = cb; in cselib_expand_value_rtx_cb()
1526 evd.dummy = false; in cselib_expand_value_rtx_cb()
1544 evd.dummy = true; in cselib_dummy_expand_value_rtx_cb()
1643 if (evd->callback) in cselib_expand_value_rtx_1()
1645 subreg = evd->callback (orig, evd->regs_active, max_depth, in cselib_expand_value_rtx_1()
1678 if (evd->callback) in cselib_expand_value_rtx_1()
1680 result = evd->callback (orig, evd->regs_active, max_depth, in cselib_expand_value_rtx_1()
1693 return evd->callback (orig, evd->regs_active, max_depth, in cselib_expand_value_rtx_1()
1705 if (evd->dummy) in cselib_expand_value_rtx_1()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcselib.c1506 evd.dummy = false; in cselib_expand_value_rtx()
1524 evd.callback = cb; in cselib_expand_value_rtx_cb()
1526 evd.dummy = false; in cselib_expand_value_rtx_cb()
1544 evd.dummy = true; in cselib_dummy_expand_value_rtx_cb()
1643 if (evd->callback) in cselib_expand_value_rtx_1()
1645 subreg = evd->callback (orig, evd->regs_active, max_depth, in cselib_expand_value_rtx_1()
1678 if (evd->callback) in cselib_expand_value_rtx_1()
1680 result = evd->callback (orig, evd->regs_active, max_depth, in cselib_expand_value_rtx_1()
1693 return evd->callback (orig, evd->regs_active, max_depth, in cselib_expand_value_rtx_1()
1705 if (evd->dummy) in cselib_expand_value_rtx_1()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/vmx/
H A Dvsums-be-order.c11 vector signed int evd = {136,0,0,0}; in test() local
14 vector signed int evd = {0,0,0,136}; in test() local
19 check (vec_all_eq (vd, evd), "sums"); in test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vmx/
H A Dvsums-be-order.c12 vector signed int evd = {136,0,0,0}; in test() local
15 vector signed int evd = {0,0,0,136}; in test() local
20 check (vec_all_eq (vd, evd), "sums"); in test()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/vmx/
H A Dvsums-be-order.c11 vector signed int evd = {136,0,0,0}; in test() local
14 vector signed int evd = {0,0,0,136}; in test() local
19 check (vec_all_eq (vd, evd), "sums"); in test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vmx/
H A Dvsums-be-order.c12 vector signed int evd = {136,0,0,0}; in test() local
15 vector signed int evd = {0,0,0,136}; in test() local
20 check (vec_all_eq (vd, evd), "sums"); in test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vmx/
H A Dvsums-be-order.c12 vector signed int evd = {136,0,0,0}; in test() local
15 vector signed int evd = {0,0,0,136}; in test() local
20 check (vec_all_eq (vd, evd), "sums"); in test()

12345678910>>...16