Home
last modified time | relevance | path

Searched refs:power (Results 1 – 25 of 1145) sorted by relevance

12345678910>>...46

/external/python/cpython3/Lib/test/decimaltestdata/
Dpowersqrt.decTest2 -- powersqrt.decTest -- decimal square root, using power --
23 -- evaluated using the power operator. The differences in results
40 pwsx001 power 1 0.5 -> 1.00000000 Inexact Rounded
41 pwsx002 power -1 0.5 -> NaN Invalid_operation
42 pwsx003 power 1.00 0.5 -> 1.00000000 Inexact Rounded
43 pwsx004 power -1.00 0.5 -> NaN Invalid_operation
44 pwsx005 power 0 0.5 -> 0
45 pwsx006 power 00.0 0.5 -> 0
46 pwsx007 power 0.00 0.5 -> 0
47 pwsx008 power 00.00 0.5 -> 0
[all …]
Dpower.decTest2 -- power.decTest -- decimal exponentiation [power(x, y)] --
22 -- In addition to the power operator testcases here, see also the file
24 -- squareroot.decTest implemented using power(x, 0.5)
33 powx001 power '0' '0' -> NaN Invalid_operation
34 powx002 power '0' '1' -> '0'
35 powx003 power '0' '2' -> '0'
36 powx004 power '1' '0' -> '1'
37 powx005 power '1' '1' -> '1'
38 powx006 power '1' '2' -> '1'
40 powx010 power '2' '0' -> '1'
[all …]
Dextra.decTest216 -- Cases where the power function was impossibly slow to determine that the
221 extr1700 power 10 1e-999999999 -> 1.000000000000000 Inexact Rounded
222 extr1701 power 100.0 -557.71e-742888888 -> 1.000000000000000 Inexact Rounded
223 extr1702 power 10 1e-100 -> 1.000000000000000 Inexact Rounded
226 extr1703 power 4 -1.2e-999999999 -> 1.000000000000000 Inexact Rounded
228 -- A couple of interesting exact cases for power. Note that the specification
230 extr1710 power 1e375 56e-3 -> 1.000000000000000E+21 Inexact Rounded
231 extr1711 power 10000 0.75 -> 1000.000000000000 Inexact Rounded
232 extr1712 power 1e-24 0.875 -> 1.000000000000000E-21 Inexact Rounded
234 -- Some more exact cases, exercising power with negative second argument.
[all …]
Drandoms.decTest35 xpow001 power 905.67402 -2 -> 0.00000121914730 Inexact Rounded
43 xpow002 power 3915134.7 -597164907 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
51 xpow003 power 309759261 62663 -> 1.13679199E+532073 Inexact Rounded
59 xpow004 power 3.93591888E-236595626 7242375 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Cl…
67 xpow005 power 323902.714 -6 -> 8.65989204E-34 Inexact Rounded
75 xpow006 power 5.11970092 -8807 -> 4.81819262E-6247 Inexact Rounded
83 xpow007 power -7.99874516 4562 -> 3.85236199E+4119 Inexact Rounded
91 xpow008 power 297802878 -927206 -> 1.94602810E-7857078 Inexact Rounded
99 xpow009 power -766.651824 31300 -> 8.37189011E+90287 Inexact Rounded
107 xpow010 power -56746.8689E+934981942 471002521 -> -Infinity Overflow Inexact Rounded
[all …]
DrandomBound32.decTest37 powx3001 power 4953734675913.065314738743322579 2 -> 24539487239343522246155890.99495 Inexact Round…
45 powx3002 power 9641.684323386955881595490347910E-844 -8 -> 1.338988152067180337738955757587E+6720 I…
53 powx3003 power -1.028048571628326871054964307774E+529 5 -> -1.148333858253704284232780819739E+2645 …
61 powx3004 power 479084.8561808930525417735205519 8 -> 2.775233598021235973545933045837E+45 Inexact R…
69 powx3005 power -0363750788.573782205664349562931 -3172 -> 0E-10029 Underflow Subnormal Inexact Roun…
77 powx3006 power 1381026551423669919010191878449 -83 -> 2.307977908106564299925193011052E-2502 Inexac…
85 powx3007 power 4627.026960423072127953556635585 -4 -> 2.181684167222334934221407781701E-15 Inexact …
93 powx3008 power 75353574493.84484153484918212042 -9 -> 1.276630670287906925570645490707E-98 Inexact …
101 powx3009 power 6907058.216435355874729592373011 3 -> 329518156646369505494.8971353240 Inexact Round…
109 powx3010 power -38949530427253.24030680468677190 7 -> -1.359926959823071332599817363877E+95 Inexact…
[all …]
Drounding.decTest876 rpox101 power 12345 -5 -> 3.4877E-21 Inexact Rounded
877 rpox102 power 12345 -4 -> 4.3056E-17 Inexact Rounded
878 rpox103 power 12345 -3 -> 5.3152E-13 Inexact Rounded
879 rpox104 power 12345 -2 -> 6.5617E-9 Inexact Rounded
880 rpox105 power 12345 -1 -> 0.000081004 Inexact Rounded
881 rpox106 power 12345 0 -> 1
882 rpox107 power 12345 1 -> 12345
883 rpox108 power 12345 2 -> 1.5239E+8 Inexact Rounded
884 rpox109 power 12345 3 -> 1.8813E+12 Inexact Rounded
885 rpox110 power 12345 4 -> 2.3225E+16 Inexact Rounded
[all …]
/external/python/cpython2/Lib/test/decimaltestdata/
Dpowersqrt.decTest2 -- powersqrt.decTest -- decimal square root, using power --
23 -- evaluated using the power operator. The differences in results
40 pwsx001 power 1 0.5 -> 1.00000000 Inexact Rounded
41 pwsx002 power -1 0.5 -> NaN Invalid_operation
42 pwsx003 power 1.00 0.5 -> 1.00000000 Inexact Rounded
43 pwsx004 power -1.00 0.5 -> NaN Invalid_operation
44 pwsx005 power 0 0.5 -> 0
45 pwsx006 power 00.0 0.5 -> 0
46 pwsx007 power 0.00 0.5 -> 0
47 pwsx008 power 00.00 0.5 -> 0
[all …]
Dpower.decTest2 -- power.decTest -- decimal exponentiation [power(x, y)] --
22 -- In addition to the power operator testcases here, see also the file
24 -- squareroot.decTest implemented using power(x, 0.5)
33 powx001 power '0' '0' -> NaN Invalid_operation
34 powx002 power '0' '1' -> '0'
35 powx003 power '0' '2' -> '0'
36 powx004 power '1' '0' -> '1'
37 powx005 power '1' '1' -> '1'
38 powx006 power '1' '2' -> '1'
40 powx010 power '2' '0' -> '1'
[all …]
Dextra.decTest216 -- Cases where the power function was impossibly slow to determine that the
221 extr1700 power 10 1e-999999999 -> 1.000000000000000 Inexact Rounded
222 extr1701 power 100.0 -557.71e-742888888 -> 1.000000000000000 Inexact Rounded
223 extr1702 power 10 1e-100 -> 1.000000000000000 Inexact Rounded
226 extr1703 power 4 -1.2e-999999999 -> 1.000000000000000 Inexact Rounded
228 -- A couple of interesting exact cases for power. Note that the specification
230 extr1710 power 1e375 56e-3 -> 1.000000000000000E+21 Inexact Rounded
231 extr1711 power 10000 0.75 -> 1000.000000000000 Inexact Rounded
232 extr1712 power 1e-24 0.875 -> 1.000000000000000E-21 Inexact Rounded
234 -- Some more exact cases, exercising power with negative second argument.
[all …]
Drandoms.decTest35 xpow001 power 905.67402 -2 -> 0.00000121914730 Inexact Rounded
43 xpow002 power 3915134.7 -597164907 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
51 xpow003 power 309759261 62663 -> 1.13679199E+532073 Inexact Rounded
59 xpow004 power 3.93591888E-236595626 7242375 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Cl…
67 xpow005 power 323902.714 -6 -> 8.65989204E-34 Inexact Rounded
75 xpow006 power 5.11970092 -8807 -> 4.81819262E-6247 Inexact Rounded
83 xpow007 power -7.99874516 4562 -> 3.85236199E+4119 Inexact Rounded
91 xpow008 power 297802878 -927206 -> 1.94602810E-7857078 Inexact Rounded
99 xpow009 power -766.651824 31300 -> 8.37189011E+90287 Inexact Rounded
107 xpow010 power -56746.8689E+934981942 471002521 -> -Infinity Overflow Inexact Rounded
[all …]
DrandomBound32.decTest37 powx3001 power 4953734675913.065314738743322579 2 -> 24539487239343522246155890.99495 Inexact Round…
45 powx3002 power 9641.684323386955881595490347910E-844 -8 -> 1.338988152067180337738955757587E+6720 I…
53 powx3003 power -1.028048571628326871054964307774E+529 5 -> -1.148333858253704284232780819739E+2645 …
61 powx3004 power 479084.8561808930525417735205519 8 -> 2.775233598021235973545933045837E+45 Inexact R…
69 powx3005 power -0363750788.573782205664349562931 -3172 -> 0E-10029 Underflow Subnormal Inexact Roun…
77 powx3006 power 1381026551423669919010191878449 -83 -> 2.307977908106564299925193011052E-2502 Inexac…
85 powx3007 power 4627.026960423072127953556635585 -4 -> 2.181684167222334934221407781701E-15 Inexact …
93 powx3008 power 75353574493.84484153484918212042 -9 -> 1.276630670287906925570645490707E-98 Inexact …
101 powx3009 power 6907058.216435355874729592373011 3 -> 329518156646369505494.8971353240 Inexact Round…
109 powx3010 power -38949530427253.24030680468677190 7 -> -1.359926959823071332599817363877E+95 Inexact…
[all …]
Drounding.decTest876 rpox101 power 12345 -5 -> 3.4877E-21 Inexact Rounded
877 rpox102 power 12345 -4 -> 4.3056E-17 Inexact Rounded
878 rpox103 power 12345 -3 -> 5.3152E-13 Inexact Rounded
879 rpox104 power 12345 -2 -> 6.5617E-9 Inexact Rounded
880 rpox105 power 12345 -1 -> 0.000081004 Inexact Rounded
881 rpox106 power 12345 0 -> 1
882 rpox107 power 12345 1 -> 12345
883 rpox108 power 12345 2 -> 1.5239E+8 Inexact Rounded
884 rpox109 power 12345 3 -> 1.8813E+12 Inexact Rounded
885 rpox110 power 12345 4 -> 2.3225E+16 Inexact Rounded
[all …]
/external/lisa/libs/utils/platforms/
Dpixel_energy.py23 ( 307200, ActiveState(capacity=149, power=90)),
24 ( 384000, ActiveState(capacity=188, power=111)),
25 ( 460800, ActiveState(capacity=225, power=133)),
26 ( 537600, ActiveState(capacity=257, power=160)),
27 ( 614400, ActiveState(capacity=281, power=182)),
28 ( 691200, ActiveState(capacity=315, power=210)),
29 ( 768000, ActiveState(capacity=368, power=251)),
30 ( 844800, ActiveState(capacity=406, power=306)),
31 ( 902400, ActiveState(capacity=428, power=332)),
32 ( 979200, ActiveState(capacity=469, power=379)),
[all …]
Djuno_energy.py23 (450000, ActiveState(power=26)),
24 (575000, ActiveState(power=30)),
25 (700000, ActiveState(power=39)),
26 (775000, ActiveState(power=47)),
27 (850000, ActiveState(power=57)),
38 (450000, ActiveState(capacity=235, power=33)),
39 (575000, ActiveState(capacity=302, power=46)),
40 (700000, ActiveState(capacity=368, power=61)),
41 (775000, ActiveState(capacity=406, power=76)),
42 (850000, ActiveState(capacity=447, power=93)),
[all …]
Dhikey_energy.py23 ( 208000, ActiveState(capacity=178, power=16)),
24 ( 432000, ActiveState(capacity=369, power=29)),
25 ( 729000, ActiveState(capacity=622, power=47)),
26 ( 960000, ActiveState(capacity=819, power=75)),
27 (1200000, ActiveState(capacity=1024, power=112))
37 ( 208000, ActiveState(capacity=178, power=69)),
38 ( 432000, ActiveState(capacity=369, power=124)),
39 ( 729000, ActiveState(capacity=622, power=224)),
40 ( 960000, ActiveState(capacity=819, power=367)),
41 (1200000, ActiveState(capacity=1024, power=670))
/external/v8/src/zone/
Daccounting-allocator.cc61 for (size_t power = 0; power < kNumberBuckets; ++power) { in ConfigureSegmentPool() local
62 if (total_size + (size_t(1) << (power + kMinSegmentSizePower)) <= in ConfigureSegmentPool()
64 unused_segments_max_sizes_[power] = fits_fully + 1; in ConfigureSegmentPool()
65 total_size += size_t(1) << power; in ConfigureSegmentPool()
67 unused_segments_max_sizes_[power] = fits_fully; in ConfigureSegmentPool()
131 size_t power = kMinSegmentSizePower; in GetSegmentFromPool() local
132 while (requested_size > (static_cast<size_t>(1) << power)) power++; in GetSegmentFromPool()
134 DCHECK_GE(power, kMinSegmentSizePower + 0); in GetSegmentFromPool()
135 power -= kMinSegmentSizePower; in GetSegmentFromPool()
141 segment = unused_segments_heads_[power]; in GetSegmentFromPool()
[all …]
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dpower_transform.py45 power=0., argument
66 with self._name_scope("init", values=[power]):
67 power = tensor_util.constant_value(
68 ops.convert_to_tensor(power, name="power"))
69 if power is None or power < 0:
71 self._power = power
78 def power(self): member in PowerTransform
84 if self.power == 0.:
88 return math_ops.exp(math_ops.log1p(x * self.power) / self.power)
92 if self.power == 0.:
[all …]
/external/lisa/tools/scripts/power/
Dgenerate_power_profile.py157 def _remove_cpu_suspend(self, power): argument
163 return power - cpu_suspend_power
165 def _remove_cpu_power(self, power, duration, results_dir): argument
190 return power - energy / duration * 1000
192 def _remove_screen_full(self, power, duration, image): argument
203 return power - display_power
210 power = self._power_average('SuspendResume_cpu_suspend',
213 self.power_profile.add_item('cpu.suspend', power)
220 power = self._power_average('IdleResume_cpu_idle', start=duration*0.25,
223 power = self._remove_cpu_suspend(power)
[all …]
/external/trappy/doc/
Dtrace.txt13 …004] 1583.767563: thermal_power_devfreq_limit: type=devfreq freq=525000000 cdev_state=1 power=1937
15 … 1583.767577: thermal_power_cpu_limit: cpus=00000000,00000006 freq=1100000 cdev_state=0 power=1344
17 …4] 1583.767583: thermal_power_cpu_limit: cpus=00000000,00000039 freq=850000 cdev_state=0 power=607
25 …004] 1583.866256: thermal_power_devfreq_limit: type=devfreq freq=525000000 cdev_state=1 power=1937
27 … 1583.866264: thermal_power_cpu_limit: cpus=00000000,00000006 freq=1100000 cdev_state=0 power=1344
29 …4] 1583.866270: thermal_power_cpu_limit: cpus=00000000,00000039 freq=850000 cdev_state=0 power=607
37 …004] 1583.966213: thermal_power_devfreq_limit: type=devfreq freq=562500000 cdev_state=1 power=1937
39 … 1583.966222: thermal_power_cpu_limit: cpus=00000000,00000006 freq=1100000 cdev_state=0 power=1344
41 …4] 1583.966228: thermal_power_cpu_limit: cpus=00000000,00000039 freq=850000 cdev_state=0 power=607
49 …004] 1584.065537: thermal_power_devfreq_limit: type=devfreq freq=562500000 cdev_state=2 power=1937
[all …]
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/
Davailable_events99 power:cpu_idle
100 power:pstate_sample
101 power:cpu_frequency
102 power:cpu_frequency_limits
103 power:cpu_capacity
104 power:device_pm_callback_start
105 power:device_pm_callback_end
106 power:suspend_resume
107 power:wakeup_source_activate
108 power:wakeup_source_deactivate
[all …]
/external/cros/system_api/dbus/power_manager/
Dpower_supply_properties.proto13 // For any of these power sources, the system may be consuming power at a high
17 // AC/line/mains or USB PD power is connected. This is typically the
18 // highest-power source that can be attached to the system.
21 // A low-power USB source (SDP, DCP, CDP, or ACA) is connected.
24 // No external power source is connected.
37 // The battery is discharging. Note that an external power source may be
38 // connected but not supplying enough power to offset the system's
39 // instantaneous power consumption. This state is also used if the battery
50 // Details about a potential source of power to the system.
78 // The charging port to which this power source is connected.
[all …]
/external/lisa/tests/lisa/
Dtest_energy_model.py38 (1000, ActiveState(power=10)),
39 (2000, ActiveState(power=20)),
49 (1000, ActiveState(capacity=100, power=100)),
50 (1500, ActiveState(capacity=150, power=150)),
51 (2000, ActiveState(capacity=200, power=200)),
67 (3000, ActiveState(power=30)),
68 (4000, ActiveState(power=40)),
78 (3000, ActiveState(capacity=300, power=300)),
79 (4000, ActiveState(capacity=400, power=400)),
128 active_states={10000: ActiveState(capacity=1024, power=100)}
[all …]
/external/autotest/client/site_tests/network_EthernetStressPlug/
Dnetwork_EthernetStressPlug.py208 def _PowerEthernet(self, power=1): argument
217 fp.write('%d' % power)
221 (power, self.eth_authpath))
234 if power:
253 (self.interface, 'up' if power else 'down'))
255 'up' if power else 'down'])
260 def TestPowerEthernet(self, power=1, timeout=45): argument
280 self._PowerEthernet(power)
289 if power and not status and 'speed' in self.test_status['reason']:
292 self._PowerEthernet(power)
[all …]
/external/tensorflow/tensorflow/core/lib/core/
Dcoding_test.cc62 for (int power = 0; power <= 63; power++) { in TEST() local
63 uint64 v = static_cast<uint64>(1) << power; in TEST()
74 for (int power = 0; power <= 63; power++) { in TEST() local
75 uint64 v = static_cast<uint64>(1) << power; in TEST()
144 const uint64 power = 1ull << k; in TEST() local
145 values.push_back(power); in TEST()
146 values.push_back(power - 1); in TEST()
147 values.push_back(power + 1); in TEST()
/external/ltp/testcases/misc/math/
D.gitignore26 /float/power/genceil
27 /float/power/genfabs
28 /float/power/genfloor
29 /float/power/genfmod
30 /float/power/genpow
31 /float/power/genpower
32 /float/power/gensqrt

12345678910>>...46