Home
last modified time | relevance | path

Searched defs:power (Results 1 – 25 of 6933) sorted by relevance

12345678910>>...278

/dports/lang/erlang-runtime23/corba-5.0.2/lib/orber/src/
H A Dfixed.erl163 power(0) -> 1; function
164 power(1) -> 10; function
165 power(2) -> 100; function
166 power(3) -> 1000; function
167 power(4) -> 10000; function
168 power(5) -> 100000; function
169 power(6) -> 1000000; function
170 power(7) -> 10000000; function
171 power(8) -> 100000000; function
172 power(9) -> 1000000000; function
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/orber/src/
H A Dfixed.erl163 power(0) -> 1; function
164 power(1) -> 10; function
165 power(2) -> 100; function
166 power(3) -> 1000; function
167 power(4) -> 10000; function
168 power(5) -> 100000; function
169 power(6) -> 1000000; function
170 power(7) -> 10000000; function
171 power(8) -> 100000000; function
172 power(9) -> 1000000000; function
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/orber/src/
H A Dfixed.erl163 power(0) -> 1; function
164 power(1) -> 10; function
165 power(2) -> 100; function
166 power(3) -> 1000; function
167 power(4) -> 10000; function
168 power(5) -> 100000; function
169 power(6) -> 1000000; function
170 power(7) -> 10000000; function
171 power(8) -> 100000000; function
172 power(9) -> 1000000000; function
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/orber/src/
H A Dfixed.erl163 power(0) -> 1; function
164 power(1) -> 10; function
165 power(2) -> 100; function
166 power(3) -> 1000; function
167 power(4) -> 10000; function
168 power(5) -> 100000; function
169 power(6) -> 1000000; function
170 power(7) -> 10000000; function
171 power(8) -> 100000000; function
172 power(9) -> 1000000000; function
[all …]
/dports/lang/erlang/corba-5.0.2/lib/orber/src/
H A Dfixed.erl163 power(0) -> 1; function
164 power(1) -> 10; function
165 power(2) -> 100; function
166 power(3) -> 1000; function
167 power(4) -> 10000; function
168 power(5) -> 100000; function
169 power(6) -> 1000000; function
170 power(7) -> 10000000; function
171 power(8) -> 100000000; function
172 power(9) -> 1000000000; function
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/vm/
H A Dpower.go31 type power struct { struct
46 cli.Register("vm.power", &power{})
49 func (cmd *power) Register(ctx context.Context, f *flag.FlagSet) {
66 func (cmd *power) Process(ctx context.Context) error {
113 func (cmd *power) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/vm/
H A Dpower.go31 type power struct { struct
46 cli.Register("vm.power", &power{})
49 func (cmd *power) Register(ctx context.Context, f *flag.FlagSet) {
66 func (cmd *power) Process(ctx context.Context) error {
113 func (cmd *power) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/vm/
H A Dpower.go31 type power struct { struct
46 cli.Register("vm.power", &power{})
49 func (cmd *power) Register(ctx context.Context, f *flag.FlagSet) {
66 func (cmd *power) Process(ctx context.Context) error {
113 func (cmd *power) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/vapp/
H A Dpower.go29 type power struct { struct
39 cli.Register("vapp.power", &power{})
42 func (cmd *power) Register(ctx context.Context, f *flag.FlagSet) {
52 func (cmd *power) Process(ctx context.Context) error {
75 func (cmd *power) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/vapp/
H A Dpower.go29 type power struct { struct
39 cli.Register("vapp.power", &power{})
42 func (cmd *power) Register(ctx context.Context, f *flag.FlagSet) {
52 func (cmd *power) Process(ctx context.Context) error {
75 func (cmd *power) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/vapp/
H A Dpower.go29 type power struct { struct
39 cli.Register("vapp.power", &power{})
42 func (cmd *power) Register(ctx context.Context, f *flag.FlagSet) {
52 func (cmd *power) Process(ctx context.Context) error {
75 func (cmd *power) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/
H A DBigIntegerCalculator.PowMod.cs16 public static uint[] Pow(uint value, uint power) in Pow()
27 public static uint[] Pow(uint[] value, uint power) in Pow()
40 private static uint[] PowCore(uint power, ref BitsBuffer value) in PowCore()
54 private static int PowBound(uint power, int valueLength, in PowBound()
75 private static void PowCore(uint power, ref BitsBuffer value, in PowCore()
90 public static uint Pow(uint value, uint power, uint modulus) in Pow()
131 private static uint PowCore(uint[] power, uint modulus, in PowCore()
152 private static uint PowCore(uint power, uint modulus, in PowCore()
254 private static uint[] PowCore(uint power, uint[] modulus, in PowCore()
277 private static void PowCore(uint[] power, uint[] modulus, in PowCore()
[all …]
/dports/math/barvinok/barvinok-0.41.5/
H A Dpower.h1 struct power { struct
3 Vector *powers; argument
5 power(Value v, int max) { in power() function
13 ~power() { in ~power() argument
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Diceval.erl412 power(0) -> 1; function
413 power(1) -> 10; function
414 power(2) -> 100; function
415 power(3) -> 1000; function
416 power(4) -> 10000; function
417 power(5) -> 100000; function
418 power(6) -> 1000000; function
419 power(7) -> 10000000; function
420 power(8) -> 100000000; function
421 power(9) -> 1000000000; function
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Diceval.erl412 power(0) -> 1; function
413 power(1) -> 10; function
414 power(2) -> 100; function
415 power(3) -> 1000; function
416 power(4) -> 10000; function
417 power(5) -> 100000; function
418 power(6) -> 1000000; function
419 power(7) -> 10000000; function
420 power(8) -> 100000000; function
421 power(9) -> 1000000000; function
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Diceval.erl412 power(0) -> 1; function
413 power(1) -> 10; function
414 power(2) -> 100; function
415 power(3) -> 1000; function
416 power(4) -> 10000; function
417 power(5) -> 100000; function
418 power(6) -> 1000000; function
419 power(7) -> 10000000; function
420 power(8) -> 100000000; function
421 power(9) -> 1000000000; function
[all …]
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Diceval.erl412 power(0) -> 1; function
413 power(1) -> 10; function
414 power(2) -> 100; function
415 power(3) -> 1000; function
416 power(4) -> 10000; function
417 power(5) -> 100000; function
418 power(6) -> 1000000; function
419 power(7) -> 10000000; function
420 power(8) -> 100000000; function
421 power(9) -> 1000000000; function
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Diceval.erl412 power(0) -> 1; function
413 power(1) -> 10; function
414 power(2) -> 100; function
415 power(3) -> 1000; function
416 power(4) -> 10000; function
417 power(5) -> 100000; function
418 power(6) -> 1000000; function
419 power(7) -> 10000000; function
420 power(8) -> 100000000; function
421 power(9) -> 1000000000; function
[all …]
/dports/sysutils/xfce4-power-manager/xfce4-power-manager-4.16.0/src/
H A Dxfpm-power.c295 xfpm_power_get_properties (XfpmPower *power) in xfpm_power_get_properties()
518 xfpm_power_suspend_clicked (XfpmPower *power) in xfpm_power_suspend_clicked()
984 XfpmPower *power) in xfpm_power_changed_cb()
1168 xfpm_power_init (XfpmPower *power) in xfpm_power_init()
1250 XfpmPower *power; in xfpm_power_get_property() local
1294 XfpmPower *power = XFPM_POWER (object); in xfpm_power_set_property() local
1323 XfpmPower *power; in xfpm_power_finalize() local
1428 xfpm_update_blank_time (XfpmPower *power) in xfpm_update_blank_time()
1565 xfpm_power_dbus_init (XfpmPower *power) in xfpm_power_dbus_init()
1668 xfpm_power_dbus_reboot (XfpmPower *power, in xfpm_power_dbus_reboot()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/arm/mach-exynos/
H A Dpower.c41 struct exynos5_power *power = in exynos5_set_usbhost_phy_ctrl() local
57 struct exynos4412_power *power = in exynos4412_set_usbhost_phy_ctrl() local
90 struct exynos5_power *power = in exynos5_set_usbdrd_phy_ctrl() local
137 struct exynos5_power *power = in exynos5_dp_phy_control() local
157 struct exynos5_power *power = in exynos5_set_ps_hold_ctrl() local
180 struct exynos5_power *power = in exynos5_set_xclkout() local
198 struct exynos5_power *power = in set_hw_thermal_trip() local
208 struct exynos5_power *power = in exynos5_get_reset_status() local
216 struct exynos4_power *power = in exynos4_get_reset_status() local
232 struct exynos5_power *power = in exynos5_power_exit_wakeup() local
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/arch/arm/mach-exynos/
H A Dpower.c41 struct exynos5_power *power = in exynos5_set_usbhost_phy_ctrl() local
57 struct exynos4412_power *power = in exynos4412_set_usbhost_phy_ctrl() local
90 struct exynos5_power *power = in exynos5_set_usbdrd_phy_ctrl() local
137 struct exynos5_power *power = in exynos5_dp_phy_control() local
157 struct exynos5_power *power = in exynos5_set_ps_hold_ctrl() local
180 struct exynos5_power *power = in exynos5_set_xclkout() local
198 struct exynos5_power *power = in set_hw_thermal_trip() local
208 struct exynos5_power *power = in exynos5_get_reset_status() local
216 struct exynos4_power *power = in exynos4_get_reset_status() local
232 struct exynos5_power *power = in exynos5_power_exit_wakeup() local
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/arm/mach-exynos/
H A Dpower.c41 struct exynos5_power *power = in exynos5_set_usbhost_phy_ctrl() local
57 struct exynos4412_power *power = in exynos4412_set_usbhost_phy_ctrl() local
90 struct exynos5_power *power = in exynos5_set_usbdrd_phy_ctrl() local
137 struct exynos5_power *power = in exynos5_dp_phy_control() local
157 struct exynos5_power *power = in exynos5_set_ps_hold_ctrl() local
180 struct exynos5_power *power = in exynos5_set_xclkout() local
198 struct exynos5_power *power = in set_hw_thermal_trip() local
208 struct exynos5_power *power = in exynos5_get_reset_status() local
216 struct exynos4_power *power = in exynos4_get_reset_status() local
232 struct exynos5_power *power = in exynos5_power_exit_wakeup() local
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/arm/mach-exynos/
H A Dpower.c41 struct exynos5_power *power = in exynos5_set_usbhost_phy_ctrl() local
57 struct exynos4412_power *power = in exynos4412_set_usbhost_phy_ctrl() local
90 struct exynos5_power *power = in exynos5_set_usbdrd_phy_ctrl() local
137 struct exynos5_power *power = in exynos5_dp_phy_control() local
157 struct exynos5_power *power = in exynos5_set_ps_hold_ctrl() local
180 struct exynos5_power *power = in exynos5_set_xclkout() local
198 struct exynos5_power *power = in set_hw_thermal_trip() local
208 struct exynos5_power *power = in exynos5_get_reset_status() local
216 struct exynos4_power *power = in exynos4_get_reset_status() local
232 struct exynos5_power *power = in exynos5_power_exit_wakeup() local
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/arm/mach-exynos/
H A Dpower.c41 struct exynos5_power *power = in exynos5_set_usbhost_phy_ctrl() local
57 struct exynos4412_power *power = in exynos4412_set_usbhost_phy_ctrl() local
90 struct exynos5_power *power = in exynos5_set_usbdrd_phy_ctrl() local
137 struct exynos5_power *power = in exynos5_dp_phy_control() local
157 struct exynos5_power *power = in exynos5_set_ps_hold_ctrl() local
180 struct exynos5_power *power = in exynos5_set_xclkout() local
198 struct exynos5_power *power = in set_hw_thermal_trip() local
208 struct exynos5_power *power = in exynos5_get_reset_status() local
216 struct exynos4_power *power = in exynos4_get_reset_status() local
232 struct exynos5_power *power = in exynos5_power_exit_wakeup() local
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/arm/mach-exynos/
H A Dpower.c41 struct exynos5_power *power = in exynos5_set_usbhost_phy_ctrl() local
57 struct exynos4412_power *power = in exynos4412_set_usbhost_phy_ctrl() local
90 struct exynos5_power *power = in exynos5_set_usbdrd_phy_ctrl() local
137 struct exynos5_power *power = in exynos5_dp_phy_control() local
157 struct exynos5_power *power = in exynos5_set_ps_hold_ctrl() local
180 struct exynos5_power *power = in exynos5_set_xclkout() local
198 struct exynos5_power *power = in set_hw_thermal_trip() local
208 struct exynos5_power *power = in exynos5_get_reset_status() local
216 struct exynos4_power *power = in exynos4_get_reset_status() local
232 struct exynos5_power *power = in exynos5_power_exit_wakeup() local
[all …]

12345678910>>...278