Searched refs:plus (Results 1 – 25 of 36) sorted by relevance
12
2 -- 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 …]
31 dqpls001 plus +7.50 -> 7.5034 dqpls011 plus Infinity -> Infinity35 dqpls012 plus -Infinity -> -Infinity38 ddqls021 plus NaN -> NaN39 ddqls022 plus -NaN -> -NaN40 ddqls023 plus sNaN -> NaN Invalid_operation41 ddqls024 plus -sNaN -> -NaN Invalid_operation44 ddqls031 plus NaN13 -> NaN1345 ddqls032 plus -NaN13 -> -NaN1346 ddqls033 plus sNaN13 -> NaN13 Invalid_operation[all …]
31 ddpls001 plus +7.50 -> 7.5034 ddpls011 plus Infinity -> Infinity35 ddpls012 plus -Infinity -> -Infinity38 ddpls021 plus NaN -> NaN39 ddpls022 plus -NaN -> -NaN40 ddpls023 plus sNaN -> NaN Invalid_operation41 ddpls024 plus -sNaN -> -NaN Invalid_operation44 ddpls031 plus NaN13 -> NaN1345 ddpls032 plus -NaN13 -> -NaN1346 ddpls033 plus sNaN13 -> NaN13 Invalid_operation[all …]
109 -- minus, plus, and subtract all assumed to work like add.209 inx801 plus 123456789 -> 123456789210 inx802 plus 1234567890 -> 1.23456789E+9 Rounded211 inx803 plus 1234567891 -> 1.23456789E+9 Inexact Rounded212 inx804 plus 1234567892 -> 1.23456789E+9 Inexact Rounded213 inx805 plus 1234567899 -> 1.23456790E+9 Inexact Rounded214 inx806 plus 1234567900 -> 1.23456790E+9 Rounded
57 dectest: plus
2749 -- plus and minus zero in various rounding modes (see issue 11131)2756 plux1000 plus 0.0 -> 0.02757 plux1001 plus -0.0 -> 0.02764 plux1010 plus 0.0 -> 0.02766 plux1011 plus -0.0 -> 0.02772 plux1020 plus 0.0 -> 0.02774 plux1021 plus -0.0 -> 0.02780 plux1030 plus 0.0 -> 0.02782 plux1031 plus -0.0 -> -0.02788 plux1040 plus 0.0 -> 0.0[all …]
51 -- "lhs" zeros in plus and minus have exponent = operand
323 -- rounding (results treated as though plus)
334 -- rounding (results treated as though plus)
653 const char* plus = ""; in genEncoderImpl() local663 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()
200 int rwa = 0, plus = 0, append = 0; in fileio_init() local296 if (plus) in fileio_init()299 plus = 1; in fileio_init()
189 int rwa = 0, plus = 0; in fileio_init() local290 if (plus) in fileio_init()293 plus = 1; in fileio_init()
94 #remove everything in clean plus the PCCTS files generated
59 and call through to it, plus a very simple JNI call.
27 path to the toolchain directory plus the binary prefix, e.g. export \
804 def plus(*v): function809 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]),
2094 d = c.plus(Decimal(10))2095 self.assertEqual(c.plus(10), d)2096 self.assertRaises(TypeError, c.plus, '10')
81 plus one file for each Python module that gets included named
179 C Library. This, plus referencing the StdLib package in your application's
190 C Library. This, plus referencing the StdLib package in your application's
365 with 30-day months plus 5 holidays, with a 5-day week.
249 The code for plus blocks:270 plus block.