Home
last modified time | relevance | path

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

123456789

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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
225 -- A couple of interesting exact cases for power. Note that the specification
227 extr1710 power 1e375 56e-3 -> 1.000000000000000E+21 Inexact Rounded
228 extr1711 power 10000 0.75 -> 1000.000000000000 Inexact Rounded
229 extr1712 power 1e-24 0.875 -> 1.000000000000000E-21 Inexact Rounded
2339 -- three-argument version of power: --
2343 -- Note that the three-argument version of power is *not* part of --
[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 …]
Dinexact.decTest187 -- power
189 inx301 power 0.5 2 -> 0.25
190 inx302 power 0.5 4 -> 0.0625
191 inx303 power 0.5 8 -> 0.003906 Inexact Rounded
192 inx304 power 0.5 16 -> 0.00001526 Inexact Rounded
193 inx305 power 0.5 32 -> 2.328E-10 Inexact Rounded
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
Dhi6220-sched-energy.dtsi6 /* { .power = 47 }, /\* arch_cpu_idle() (active idle) = WFI *\/ */
7 /* { .power = 47 }, /\* WFI *\/ */
8 /* { .power = 47 }, /\* cpu-sleep-0 *\/ */
9 /* { .power = 0 }, /\* cluster-sleep-0 *\/ */
14 /* { .cap = 178, .power = 16, }, /\* 200 MHz *\/ */
15 /* { .cap = 369, .power = 29, }, /\* 432 MHz *\/ */
16 /* { .cap = 622, .power = 47, }, /\* 729 MHz *\/ */
17 /* { .cap = 819, .power = 75, }, /\* 960 MHz *\/ */
18 /* { .cap = 1024, .power = 112, }, /\* 1200 Mhz *\/ */
22 /* { .power = 15 }, /\* arch_cpu_idle() (active idle) = WFI *\/ */
[all …]
/device/lge/bullhead/sepolicy/
Dinit-power-sh.te1 type init-power-sh, domain, device_domain_deprecated;
2 type init-power-sh_exec, exec_type, file_type;
4 init_daemon_domain(init-power-sh)
6 allow init-power-sh proc_kernel_sched:file w_file_perms;
7 allow init-power-sh self:capability net_admin;
8 allow init-power-sh shell_exec:file r_file_perms;
9 allow init-power-sh sysfs_devices_system_cpu:file w_file_perms;
10 allow init-power-sh sysfs_performance:dir search;
11 allow init-power-sh sysfs_performance:file w_file_perms;
12 allow init-power-sh sysfs_thermal:dir search;
[all …]
/device/huawei/angler/sepolicy/
Dinit-power-sh.te1 type init-power-sh, domain, device_domain_deprecated;
2 type init-power-sh_exec, exec_type, file_type;
4 init_daemon_domain(init-power-sh)
6 allow init-power-sh shell_exec:file r_file_perms;
7 allow init-power-sh sysfs_devices_system_cpu:file w_file_perms;
8 allow init-power-sh sysfs_performance:dir r_dir_perms;
9 allow init-power-sh sysfs_performance:file w_file_perms;
10 allow init-power-sh sysfs_thermal:dir r_dir_perms;
11 allow init-power-sh sysfs_thermal:file rw_file_perms;
12 allow init-power-sh proc_kernel_sched:file w_file_perms;
[all …]
/device/huawei/angler/power/
DAndroid.mk10 LOCAL_SRC_FILES := power.c metadata-parser.c utils.c list.c hint-data.c
15 LOCAL_SRC_FILES += power-8994.c
19 LOCAL_SRC_FILES += power-8992.c
26 LOCAL_MODULE := power.angler
/device/lge/bullhead/power/
DAndroid.mk10 LOCAL_SRC_FILES := power.c metadata-parser.c utils.c list.c hint-data.c
15 LOCAL_SRC_FILES += power-8994.c
19 LOCAL_SRC_FILES += power-8992.c
26 LOCAL_MODULE := power.bullhead
/device/linaro/hikey/installer/hikey/
DREADME17 Link 1-2 causes HiKey to auto-power up when power is installed. Link
24 from power up. If you take longer than 90 seconds to start the install
25 then power cycle the board before trying again.
38 Remove the link 3-4 and power on the board.
/device/google/marlin/power/
DAndroid.mk11 LOCAL_SRC_FILES := power.c metadata-parser.c utils.c list.c hint-data.c
15 LOCAL_SRC_FILES += power-8996.c
28 LOCAL_MODULE := power.marlin
/device/asus/fugu/power/
DAndroid.mk5 LOCAL_MODULE := power.$(TARGET_DEVICE)
7 LOCAL_SRC_FILES := power.c
/device/generic/goldfish/power/
DAndroid.mk27 LOCAL_MODULE := power.goldfish
38 LOCAL_MODULE := power.ranchu
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_has_key.py94 before = pytree.Node(syms.power, before)
103 new = pytree.Node(syms.power, (new,) + tuple(after))
107 syms.factor, syms.power):
Dfix_dict.py74 new = pytree.Node(syms.power, args)
79 new = pytree.Node(syms.power, [new] + tail)
/device/generic/goldfish/sensors/
Dsensors_qemu.c648 .power = 3.0f,
666 .power = 6.7f,
684 .power = 9.7f,
702 .power = 0.0f,
720 .power = 20.0f,
738 .power = 20.0f,
756 .power = 20.0f,
774 .power = 20.0f,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfractions.py461 power = b.numerator
462 if power >= 0:
463 return Fraction(a._numerator ** power,
464 a._denominator ** power)
466 return Fraction(a._denominator ** -power,
467 a._numerator ** -power)
/device/huawei/angler/performance/
DAndroid.mk3 LOCAL_COPY_HEADERS_TO := power
/device/linaro/hikey/power/
DAndroid.mk25 LOCAL_MODULE := power.$(TARGET_BOARD_PLATFORM)
/device/google/dragon/power/
DAndroid.mk26 LOCAL_MODULE := power.dragon
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
DSecCore.uni4 // This is the first module taking control of the platform upon power-on/reset.
24 …guage en-US "This is the first module taking control of the platform upon power-on/reset. It imple…
/device/google/dragon/sensor_hub/
Dsensors.cpp96 .power = 0.18f, /* Based on BMI160 */
118 .power = 0.85f,
136 .power = 5.0f, /* Based on BMM150 */
158 .power = 0.12f, /* Based on Si1141 */
178 .power = 0.12f, /* Based on Si1141 */
200 .power = 0.18f, /* Based on BMI160 */

123456789