HomeSort by relevance Sort by last modified time
    Searched full:infinity (Results 1 - 25 of 1848) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
constant-folding-2.js 43 assertEquals("Infinity", String(Infinity + Infinity));
44 assertEquals("Infinity", String(Infinity + 3));
45 assertEquals("NaN", String(Infinity + (-Infinity)));
47 assertEquals("-Infinity", String(1 / (-0.0 + (-0.0))));
48 assertEquals("Infinity", String(1 / (-0.0 + 0.0)));
53 var b = Infinity;
    [all...]
math-pow.js 44 assertEquals(NaN, Math.pow(Infinity, NaN));
45 assertEquals(NaN, Math.pow(-Infinity, NaN));
55 assertEquals(NaN, Math.pow(NaN, Infinity));
56 assertEquals(NaN, Math.pow(NaN, -Infinity));
58 assertEquals(Infinity, Math.pow(1.1, Infinity));
59 assertEquals(Infinity, Math.pow(-1.1, Infinity));
60 assertEquals(Infinity, Math.pow(2, Infinity));
    [all...]
smi-negative-zero.js 40 assertEquals(-Infinity, one / (-zero), "one / -0 I");
42 assertEquals(-Infinity, one / (zero * minus_one), "one / -1");
43 assertEquals(-Infinity, one / (minus_one * zero), "one / -0 II");
44 assertEquals(Infinity, one / (zero * zero), "one / 0 I");
47 assertEquals(-Infinity, one / (zero / minus_one), "one / -0 III");
48 assertEquals(Infinity, one / (zero / one), "one / 0 II");
50 assertEquals(-Infinity, one / (minus_four % two), "foo1");
51 assertEquals(-Infinity, one / (minus_four % minus_two), "foo2");
52 assertEquals(Infinity, one / (four % two), "foo3");
53 assertEquals(Infinity, one / (four % minus_two), "foo4")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
nexttoward.decTest 37 nextt009 nexttoward 9.99999999E+384 +Infinity -> Infinity Overflow Inexact Rounded
38 nextt010 nexttoward -9.99999999E+384 -Infinity -> -Infinity Overflow Inexact Rounded
79 nextt201 nexttoward 0.999999995 Infinity -> 0.999999996
80 nextt202 nexttoward 0.999999996 Infinity -> 0.999999997
81 nextt203 nexttoward 0.999999997 Infinity -> 0.999999998
82 nextt204 nexttoward 0.999999998 Infinity -> 0.999999999
83 nextt205 nexttoward 0.999999999 Infinity -> 1.00000000
84 nextt206 nexttoward 1.00000000 Infinity -> 1.0000000
    [all...]
ddNextToward.decTest 39 ddnextt009 nexttoward 9.999999999999999E+384 +Infinity -> Infinity Overflow Inexact Rounded
40 ddnextt010 nexttoward -9.999999999999999E+384 -Infinity -> -Infinity Overflow Inexact Rounded
89 ddnextt201 nexttoward 0.9999999999999995 Infinity -> 0.9999999999999996
90 ddnextt202 nexttoward 0.9999999999999996 Infinity -> 0.9999999999999997
91 ddnextt203 nexttoward 0.9999999999999997 Infinity -> 0.9999999999999998
92 ddnextt204 nexttoward 0.9999999999999998 Infinity -> 0.9999999999999999
93 ddnextt205 nexttoward 0.9999999999999999 Infinity -> 1.000000000000000
94 ddnextt206 nexttoward 1.000000000000000 Infinity -> 1.00000000000000
    [all...]
dqNextToward.decTest 40 dqnextt009 nexttoward 9.999999999999999999999999999999999E+6144 +Infinity -> Infinity Overflow Inexact Rounded
41 dqnextt010 nexttoward -9.999999999999999999999999999999999E+6144 -Infinity -> -Infinity Overflow Inexact Rounded
90 dqnextt201 nexttoward 0.9999999999999999999999999999999995 Infinity -> 0.9999999999999999999999999999999996
91 dqnextt202 nexttoward 0.9999999999999999999999999999999996 Infinity -> 0.9999999999999999999999999999999997
92 dqnextt203 nexttoward 0.9999999999999999999999999999999997 Infinity -> 0.9999999999999999999999999999999998
93 dqnextt204 nexttoward 0.9999999999999999999999999999999998 Infinity -> 0.9999999999999999999999999999999999
94 dqnextt205 nexttoward 0.9999999999999999999999999999999999 Infinity -> 1.000000000000000000000000000000000
95 dqnextt206 nexttoward 1.000000000000000000000000000000000 Infinity -> 1.00000000000000000000000000000000
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
nexttoward.decTest 37 nextt009 nexttoward 9.99999999E+384 +Infinity -> Infinity Overflow Inexact Rounded
38 nextt010 nexttoward -9.99999999E+384 -Infinity -> -Infinity Overflow Inexact Rounded
79 nextt201 nexttoward 0.999999995 Infinity -> 0.999999996
80 nextt202 nexttoward 0.999999996 Infinity -> 0.999999997
81 nextt203 nexttoward 0.999999997 Infinity -> 0.999999998
82 nextt204 nexttoward 0.999999998 Infinity -> 0.999999999
83 nextt205 nexttoward 0.999999999 Infinity -> 1.00000000
84 nextt206 nexttoward 1.00000000 Infinity -> 1.0000000
    [all...]
ddNextToward.decTest 39 ddnextt009 nexttoward 9.999999999999999E+384 +Infinity -> Infinity Overflow Inexact Rounded
40 ddnextt010 nexttoward -9.999999999999999E+384 -Infinity -> -Infinity Overflow Inexact Rounded
89 ddnextt201 nexttoward 0.9999999999999995 Infinity -> 0.9999999999999996
90 ddnextt202 nexttoward 0.9999999999999996 Infinity -> 0.9999999999999997
91 ddnextt203 nexttoward 0.9999999999999997 Infinity -> 0.9999999999999998
92 ddnextt204 nexttoward 0.9999999999999998 Infinity -> 0.9999999999999999
93 ddnextt205 nexttoward 0.9999999999999999 Infinity -> 1.000000000000000
94 ddnextt206 nexttoward 1.000000000000000 Infinity -> 1.00000000000000
    [all...]
dqNextToward.decTest 40 dqnextt009 nexttoward 9.999999999999999999999999999999999E+6144 +Infinity -> Infinity Overflow Inexact Rounded
41 dqnextt010 nexttoward -9.999999999999999999999999999999999E+6144 -Infinity -> -Infinity Overflow Inexact Rounded
90 dqnextt201 nexttoward 0.9999999999999999999999999999999995 Infinity -> 0.9999999999999999999999999999999996
91 dqnextt202 nexttoward 0.9999999999999999999999999999999996 Infinity -> 0.9999999999999999999999999999999997
92 dqnextt203 nexttoward 0.9999999999999999999999999999999997 Infinity -> 0.9999999999999999999999999999999998
93 dqnextt204 nexttoward 0.9999999999999999999999999999999998 Infinity -> 0.9999999999999999999999999999999999
94 dqnextt205 nexttoward 0.9999999999999999999999999999999999 Infinity -> 1.000000000000000000000000000000000
95 dqnextt206 nexttoward 1.000000000000000000000000000000000 Infinity -> 1.00000000000000000000000000000000
    [all...]
  /external/compiler-rt/test/builtins/Unit/
powidf2_test.c 42 if (test__powidf2(INFINITY, 0, 1))
53 if (test__powidf2(-INFINITY, 0, 1))
95 if (test__powidf2(INFINITY, 1, INFINITY))
97 if (test__powidf2(INFINITY, 2, INFINITY))
99 if (test__powidf2(INFINITY, 3, INFINITY))
101 if (test__powidf2(INFINITY, 4, INFINITY))
    [all...]
powisf2_test.c 42 if (test__powisf2(INFINITY, 0, 1))
53 if (test__powisf2(-INFINITY, 0, 1))
95 if (test__powisf2(INFINITY, 1, INFINITY))
97 if (test__powisf2(INFINITY, 2, INFINITY))
99 if (test__powisf2(INFINITY, 3, INFINITY))
101 if (test__powisf2(INFINITY, 4, INFINITY))
    [all...]
powitf2_test.c 47 if (test__powitf2(INFINITY, 0, 1))
58 if (test__powitf2(-INFINITY, 0, 1))
100 if (test__powitf2(INFINITY, 1, INFINITY))
102 if (test__powitf2(INFINITY, 2, INFINITY))
104 if (test__powitf2(INFINITY, 3, INFINITY))
106 if (test__powitf2(INFINITY, 4, INFINITY))
    [all...]
powixf2_test.c 47 if (test__powixf2(INFINITY, 0, 1))
58 if (test__powixf2(-INFINITY, 0, 1))
100 if (test__powixf2(INFINITY, 1, INFINITY))
102 if (test__powixf2(INFINITY, 2, INFINITY))
104 if (test__powixf2(INFINITY, 3, INFINITY))
106 if (test__powixf2(INFINITY, 4, INFINITY))
    [all...]
divdc3_test.c 223 {-INFINITY, NAN},
232 {INFINITY, NAN},
234 {NAN, -INFINITY},
235 {-INFINITY, -INFINITY},
236 {-2, -INFINITY},
237 {-1, -INFINITY},
238 {-0.5, -INFINITY},
239 {-0., -INFINITY},
240 {+0., -INFINITY},
    [all...]
divsc3_test.c 223 {-INFINITY, NAN},
232 {INFINITY, NAN},
234 {NAN, -INFINITY},
235 {-INFINITY, -INFINITY},
236 {-2, -INFINITY},
237 {-1, -INFINITY},
238 {-0.5, -INFINITY},
239 {-0., -INFINITY},
240 {+0., -INFINITY},
    [all...]
divtc3_test.c 227 {-INFINITY, NAN},
236 {INFINITY, NAN},
238 {NAN, -INFINITY},
239 {-INFINITY, -INFINITY},
240 {-2, -INFINITY},
241 {-1, -INFINITY},
242 {-0.5, -INFINITY},
243 {-0., -INFINITY},
244 {+0., -INFINITY},
    [all...]
divxc3_test.c 226 {-INFINITY, NAN},
235 {INFINITY, NAN},
237 {NAN, -INFINITY},
238 {-INFINITY, -INFINITY},
239 {-2, -INFINITY},
240 {-1, -INFINITY},
241 {-0.5, -INFINITY},
242 {-0., -INFINITY},
243 {+0., -INFINITY},
    [all...]
muldc3_test.c 219 {-INFINITY, NAN},
228 {INFINITY, NAN},
230 {NAN, -INFINITY},
231 {-INFINITY, -INFINITY},
232 {-2, -INFINITY},
233 {-1, -INFINITY},
234 {-0.5, -INFINITY},
235 {-0., -INFINITY},
236 {+0., -INFINITY},
    [all...]
mulsc3_test.c 223 {-INFINITY, NAN},
232 {INFINITY, NAN},
234 {NAN, -INFINITY},
235 {-INFINITY, -INFINITY},
236 {-2, -INFINITY},
237 {-1, -INFINITY},
238 {-0.5, -INFINITY},
239 {-0., -INFINITY},
240 {+0., -INFINITY},
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
math-trunc.js 30 assertEquals("Infinity", String(1/Math.trunc(0)));
31 assertEquals("-Infinity", String(1/Math.trunc(-0)));
32 assertEquals("Infinity", String(1/Math.trunc(Math.PI/4)));
33 assertEquals("-Infinity", String(1/Math.trunc(-Math.sqrt(2)/2)));
46 assertEquals("-Infinity",
48 assertEquals("-Infinity", String(Math.trunc(-Infinity)));
49 assertEquals("Infinity", String(Math.trunc(Infinity)));
50 assertEquals("-Infinity", String(Math.trunc("-Infinity")))
    [all...]
math-hyperbolic.js 58 assertEquals("-Infinity", String(1/fun(-0)));
59 assertEquals("Infinity", String(1/fun(0)));
64 assertEquals("-Infinity", String(fun(-Infinity)));
65 assertEquals("Infinity", String(fun(Infinity)));
66 assertEquals("-Infinity", String(fun("-Infinity")));
67 assertEquals("Infinity", String(fun("Infinity")));
    [all...]
  /external/chromium_org/v8/test/webkit/
math-expected.txt 38 PASS Math.abs(Infinity) is Infinity
39 PASS Math.abs(-Infinity) is Infinity
45 PASS Math.acos(Infinity) is NaN
46 PASS Math.acos(-Infinity) is NaN
53 PASS Math.asin(Infinity) is NaN
54 PASS Math.asin(-Infinity) is NaN
58 PASS Math.atan(Infinity) is -Math.atan(-Infinity)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
DecimalTest.cpp 159 EXPECT_EQ(Decimal::infinity(Positive), Decimal::infinity(Positive).abs());
160 EXPECT_EQ(Decimal::infinity(Positive), Decimal::infinity(Negative).abs());
183 EXPECT_EQ(Decimal::infinity(Positive), encode(std::numeric_limits<uint64_t>::max(), 1022, Positive) + encode(1, 0, Positive));
195 const Decimal Infinity(Decimal::infinity(Positive));
196 const Decimal MinusInfinity(Decimal::infinity(Negative));
200 EXPECT_EQ(Infinity, Infinity + Infinity)
    [all...]
  /external/chromium_org/ui/gfx/geometry/
safe_integer_conversions_unittest.cc 18 float infinity = std::numeric_limits<float>::infinity(); local
23 EXPECT_EQ(int_max, ClampToInt(infinity));
31 EXPECT_EQ(int_min, ClampToInt(-infinity));
41 float infinity = std::numeric_limits<float>::infinity(); local
46 EXPECT_EQ(int_max, ToFlooredInt(infinity));
54 EXPECT_EQ(int_min, ToFlooredInt(-infinity));
64 float infinity = std::numeric_limits<float>::infinity(); local
87 float infinity = std::numeric_limits<float>::infinity(); local
    [all...]
  /external/eigen/doc/examples/
Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp 21 cout << "v.lpNorm<Infinity>() = " << v.lpNorm<Infinity>() << endl;
27 cout << "m.lpNorm<Infinity>() = " << m.lpNorm<Infinity>() << endl;

Completed in 4023 milliseconds

1 2 3 4 5 6 7 8 91011>>