Home
last modified time | relevance | path

Searched refs:plus (Results 1 – 25 of 40) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Dplus.decTest2 -- plus.decTest -- decimal monadic addition --
31 plux001 plus '1' -> '1'
32 plux002 plus '-1' -> '-1'
33 plux003 plus '1.00' -> '1.00'
34 plux004 plus '-1.00' -> '-1.00'
35 plux005 plus '0' -> '0'
36 plux006 plus '0.00' -> '0.00'
37 plux007 plus '00.0' -> '0.0'
38 plux008 plus '00.00' -> '0.00'
39 plux009 plus '00' -> '0'
[all …]
DdqPlus.decTest31 dqpls001 plus +7.50 -> 7.50
34 dqpls011 plus Infinity -> Infinity
35 dqpls012 plus -Infinity -> -Infinity
38 ddqls021 plus NaN -> NaN
39 ddqls022 plus -NaN -> -NaN
40 ddqls023 plus sNaN -> NaN Invalid_operation
41 ddqls024 plus -sNaN -> -NaN Invalid_operation
44 ddqls031 plus NaN13 -> NaN13
45 ddqls032 plus -NaN13 -> -NaN13
46 ddqls033 plus sNaN13 -> NaN13 Invalid_operation
[all …]
DddPlus.decTest31 ddpls001 plus +7.50 -> 7.50
34 ddpls011 plus Infinity -> Infinity
35 ddpls012 plus -Infinity -> -Infinity
38 ddpls021 plus NaN -> NaN
39 ddpls022 plus -NaN -> -NaN
40 ddpls023 plus sNaN -> NaN Invalid_operation
41 ddpls024 plus -sNaN -> -NaN Invalid_operation
44 ddpls031 plus NaN13 -> NaN13
45 ddpls032 plus -NaN13 -> -NaN13
46 ddpls033 plus sNaN13 -> NaN13 Invalid_operation
[all …]
Dinexact.decTest109 -- minus, plus, and subtract all assumed to work like add.
209 inx801 plus 123456789 -> 123456789
210 inx802 plus 1234567890 -> 1.23456789E+9 Rounded
211 inx803 plus 1234567891 -> 1.23456789E+9 Inexact Rounded
212 inx804 plus 1234567892 -> 1.23456789E+9 Inexact Rounded
213 inx805 plus 1234567899 -> 1.23456790E+9 Inexact Rounded
214 inx806 plus 1234567900 -> 1.23456790E+9 Rounded
Dtestall.decTest57 dectest: plus
Dextra.decTest2749 -- plus and minus zero in various rounding modes (see issue 11131)
2756 plux1000 plus 0.0 -> 0.0
2757 plux1001 plus -0.0 -> 0.0
2764 plux1010 plus 0.0 -> 0.0
2766 plux1011 plus -0.0 -> 0.0
2772 plux1020 plus 0.0 -> 0.0
2774 plux1021 plus -0.0 -> 0.0
2780 plux1030 plus 0.0 -> 0.0
2782 plux1031 plus -0.0 -> -0.0
2788 plux1040 plus 0.0 -> 0.0
[all …]
Dminus.decTest51 -- "lhs" zeros in plus and minus have exponent = operand
Dminmag.decTest323 -- rounding (results treated as though plus)
Dmax.decTest334 -- rounding (results treated as though plus)
Dmaxmag.decTest334 -- rounding (results treated as though plus)
Dmin.decTest323 -- rounding (results treated as though plus)
/device/generic/opengl-transport/host/commands/emugen/
DApiGen.cpp653 const char* plus = ""; in genEncoderImpl() local
663 plus = ""; in genEncoderImpl()
666 fprintf(fp,"8"); plus = " + "; in genEncoderImpl()
671 fprintf(fp, "%s", plus); plus = " + "; in genEncoderImpl()
675 fprintf(fp, "%s%zu*4", plus, npointers); plus = " + "; in genEncoderImpl()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dfileio.c200 int rwa = 0, plus = 0, append = 0; in fileio_init() local
296 if (plus) in fileio_init()
299 plus = 1; in fileio_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dfileio.c189 int rwa = 0, plus = 0; in fileio_init() local
290 if (plus) in fileio_init()
293 plus = 1; in fileio_init()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmakefile194 #remove everything in clean plus the PCCTS files generated
/device/google/contexthub/firmware/app/
Dapp.mk27 path to the toolchain directory plus the binary prefix, e.g. export \
/device/sample/frameworks/PlatformLibrary/
DREADME.txt59 and call through to it, plus a very simple JNI call.
/device/google/wahoo/
Dinit.hardware.xr.rc18 # This file inherits from init.${ro.boot.hardware.platform}.rc plus additional
/device/google/crosshatch/
Dinit.hardware.xr.rc18 # This file inherits from init.${ro.boot.hardware.platform}.rc plus additional
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_builtin.py804 def plus(*v): function
809 map(plus, [1, 3, 7]),
813 map(plus, [1, 3, 7], [4, 9, 2]),
817 map(plus, [1, 3, 7], [4, 9, 2], [1, 1, 0]),
Dtest_decimal.py2094 d = c.plus(Decimal(10))
2095 self.assertEqual(c.plus(10), d)
2096 self.assertRaises(TypeError, c.plus, '10')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
DREADME81 plus one file for each Python module that gets included named
/device/linaro/bootloader/edk2/AppPkg/
DReadMe.txt190 C Library. This, plus referencing the StdLib package in your application's
/device/linaro/bootloader/edk2/StdLib/
DReadMe.txt179 C Library. This, plus referencing the StdLib package in your application's
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/
DReadMe.txt179 C Library. This, plus referencing the StdLib package in your application's

12