Home
last modified time | relevance | path

Searched refs:ep_mode (Results 1 – 25 of 78) sorted by relevance

1234

/dports/science/py-GPy/GPy-1.10.0/GPy/testing/
H A Dep_likelihood_tests.py54 ep_inf_alt = GPy.inference.latent_function_inference.EP(ep_mode='alternated')
55 ep_inf_nested = GPy.inference.latent_function_inference.EP(ep_mode='nested')
56 ep_inf_fractional = GPy.inference.latent_function_inference.EP(ep_mode='nested', eta=0.9)
107 ep_inf_alt = GPy.inference.latent_function_inference.EP(ep_mode='alternated')
108 ep_inf_nested = GPy.inference.latent_function_inference.EP(ep_mode='nested')
109 ep_inf_frac = GPy.inference.latent_function_inference.EP(ep_mode='nested', eta=0.7)
H A Dserialization_tests.py91 e1 = GPy.inference.latent_function_inference.expectation_propagation.EP(ep_mode="nested")
108 assert e1.ep_mode==e1_r.ep_mode
121 e2 = GPy.inference.latent_function_inference.expectation_propagation.EPDTC(ep_mode="nested")
135 assert e2.ep_mode==e2_r.ep_mode
160 …inference_method=GPy.inference.latent_function_inference.expectation_propagation.EP(ep_mode="neste…
185 …ence_method=GPy.inference.latent_function_inference.expectation_propagation.EPDTC(ep_mode="nested")
/dports/science/py-GPy/GPy-1.10.0/GPy/inference/latent_function_inference/
H A Dexpectation_propagation.py188 …f, epsilon=1e-6, eta=1., delta=1., always_reset=False, max_iters=np.inf, ep_mode="alternated", par… argument
210 self.ep_mode = ep_mode
247 input_dict["ep_mode"]=self.ep_mode
268 if self.ep_mode=="nested" and not self.loading:
272 elif self.ep_mode=="alternated" or self.loading:
463 if self.ep_mode=="nested" and not self.loading:
467 elif self.ep_mode=="alternated" or self.loading:
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/pci/
H A Dpcie_layerscape.c358 int i, linkup, ep_mode; in ls_pcie_init_ctrl() local
424 ep_mode = (header_type & 0x7f) == PCI_HEADER_TYPE_NORMAL; in ls_pcie_init_ctrl()
426 ep_mode ? "Endpoint" : "Root Complex"); in ls_pcie_init_ctrl()
442 if (ep_mode) in ls_pcie_init_ctrl()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/pci/
H A Dpcie_layerscape.c443 bool ep_mode; in ls_pcie_probe() local
528 ep_mode = (header_type & 0x7f) == PCI_HEADER_TYPE_NORMAL; in ls_pcie_probe()
530 ep_mode ? "Endpoint" : "Root Complex"); in ls_pcie_probe()
532 if (ep_mode) in ls_pcie_probe()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/pci/
H A Dpcie_layerscape.c443 bool ep_mode; in ls_pcie_probe() local
528 ep_mode = (header_type & 0x7f) == PCI_HEADER_TYPE_NORMAL; in ls_pcie_probe()
530 ep_mode ? "Endpoint" : "Root Complex"); in ls_pcie_probe()
532 if (ep_mode) in ls_pcie_probe()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/pci/
H A Dpcie_layerscape.c443 bool ep_mode; in ls_pcie_probe() local
528 ep_mode = (header_type & 0x7f) == PCI_HEADER_TYPE_NORMAL; in ls_pcie_probe()
530 ep_mode ? "Endpoint" : "Root Complex"); in ls_pcie_probe()
532 if (ep_mode) in ls_pcie_probe()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/pci/
H A Dpcie_layerscape.c443 bool ep_mode; in ls_pcie_probe() local
528 ep_mode = (header_type & 0x7f) == PCI_HEADER_TYPE_NORMAL; in ls_pcie_probe()
530 ep_mode ? "Endpoint" : "Root Complex"); in ls_pcie_probe()
532 if (ep_mode) in ls_pcie_probe()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/drivers/pci/
H A Dpcie_layerscape.c443 bool ep_mode; in ls_pcie_probe() local
528 ep_mode = (header_type & 0x7f) == PCI_HEADER_TYPE_NORMAL; in ls_pcie_probe()
530 ep_mode ? "Endpoint" : "Root Complex"); in ls_pcie_probe()
532 if (ep_mode) in ls_pcie_probe()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/decoder/
H A Dintermediate_astc_block.cc497 const int ep_mode = static_cast<int>(ep_data.mode) & 3; in Pack() local
498 assert(ep_mode < 4); in Pack()
499 cem_encoder.PutBits(ep_mode, 2); in Pack()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/decoder/
H A Dintermediate_astc_block.cc497 const int ep_mode = static_cast<int>(ep_data.mode) & 3; in Pack() local
498 assert(ep_mode < 4); in Pack()
499 cem_encoder.PutBits(ep_mode, 2); in Pack()
/dports/games/xtux/xtux/src/client/
H A Dmenu.c983 static int ep_mode = 1; in menu_options() local
1057 if( (ep_mode + change >= 0) && (ep_mode + change < EXPIRETIMES) ) { in menu_options()
1058 ep_mode += change; in menu_options()
1059 client.ep_expire = ep_time[ ep_mode ]; in menu_options()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/usnic/src/
H A Dusdf_ep_dgram.c862 ep->ep_mode = info->mode; in usdf_ep_dgram_open()
895 if (ep->ep_mode & FI_MSG_PREFIX) { in usdf_ep_dgram_open()
916 if (ep->ep_mode & FI_MSG_PREFIX) { in usdf_ep_dgram_open()
H A Dusdf_cq.c190 if (ep->ep_mode & FI_MSG_PREFIX) in usdf_cq_adjust_len()
196 if (ep->ep_mode & FI_MSG_PREFIX) in usdf_cq_adjust_len()
H A Dusdf.h281 uint64_t ep_mode; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dgoku_udc.h89 u32 ep_mode [4]; /* only 1-3 valid */ member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dgoku_udc.h89 u32 ep_mode [4]; /* only 1-3 valid */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dgoku_udc.h89 u32 ep_mode [4]; /* only 1-3 valid */ member
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-pcie.c1199 int ep_mode; in __cvmx_pcie_rc_initialize_gen2() local
1225 ep_mode = ((OCTEON_IS_MODEL(OCTEON_CN61XX) || OCTEON_IS_MODEL(OCTEON_CNF71XX)) ? in __cvmx_pcie_rc_initialize_gen2()
1239 if (ep_mode) { in __cvmx_pcie_rc_initialize_gen2()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-pcie.c1199 int ep_mode; in __cvmx_pcie_rc_initialize_gen2() local
1225 ep_mode = ((OCTEON_IS_MODEL(OCTEON_CN61XX) || OCTEON_IS_MODEL(OCTEON_CNF71XX)) ? in __cvmx_pcie_rc_initialize_gen2()
1239 if (ep_mode) { in __cvmx_pcie_rc_initialize_gen2()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-pcie.c1199 int ep_mode; in __cvmx_pcie_rc_initialize_gen2() local
1225 ep_mode = ((OCTEON_IS_MODEL(OCTEON_CN61XX) || OCTEON_IS_MODEL(OCTEON_CNF71XX)) ? in __cvmx_pcie_rc_initialize_gen2()
1239 if (ep_mode) { in __cvmx_pcie_rc_initialize_gen2()
/dports/sysutils/u-boot-chip/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-pcie.c1199 int ep_mode; in __cvmx_pcie_rc_initialize_gen2() local
1225 ep_mode = ((OCTEON_IS_MODEL(OCTEON_CN61XX) || OCTEON_IS_MODEL(OCTEON_CNF71XX)) ? in __cvmx_pcie_rc_initialize_gen2()
1239 if (ep_mode) { in __cvmx_pcie_rc_initialize_gen2()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-pcie.c1199 int ep_mode; in __cvmx_pcie_rc_initialize_gen2() local
1225 ep_mode = ((OCTEON_IS_MODEL(OCTEON_CN61XX) || OCTEON_IS_MODEL(OCTEON_CNF71XX)) ? in __cvmx_pcie_rc_initialize_gen2()
1239 if (ep_mode) { in __cvmx_pcie_rc_initialize_gen2()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-pcie.c1199 int ep_mode; in __cvmx_pcie_rc_initialize_gen2() local
1225 ep_mode = ((OCTEON_IS_MODEL(OCTEON_CN61XX) || OCTEON_IS_MODEL(OCTEON_CNF71XX)) ? in __cvmx_pcie_rc_initialize_gen2()
1239 if (ep_mode) { in __cvmx_pcie_rc_initialize_gen2()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-pcie.c1199 int ep_mode; in __cvmx_pcie_rc_initialize_gen2() local
1225 ep_mode = ((OCTEON_IS_MODEL(OCTEON_CN61XX) || OCTEON_IS_MODEL(OCTEON_CNF71XX)) ? in __cvmx_pcie_rc_initialize_gen2()
1239 if (ep_mode) { in __cvmx_pcie_rc_initialize_gen2()

1234