/external/opencv3/modules/videostab/src/ |
clp.hpp | 56 # define INF 1e10
|
/bionic/libm/x86_64/ |
e_exp.S | 55 // exp(+INF) = +INF 56 // exp(-INF) = 0 226 movsd INF(%rip), %xmm0 598 INF: 601 .type INF,@object 602 .size INF,8
|
s_cbrt.S | 45 // cbrt(INF) = that INF 186 movsd INF(%rip), %xmm0 722 INF: 725 .type INF,@object 726 .size INF,8
|
s_expm1.S | 66 // expm1(+INF) is +INF 67 // expm1(-INF) is -1 252 movq INF(%rip), %xmm0 695 INF: 698 .type INF,@object 699 .size INF,8
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
xmath.h | 66 #define INF _INFCODE
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_cmath.py | 7 INF = float('inf') 12 (INF, 0.0), # 1st quadrant 13 (INF, 2.3), 14 (INF, INF), 15 (2.3, INF), 16 (0.0, INF), 17 (-0.0, INF), # 2nd quadrant 18 (-2.3, INF), [all...] |
test_complex.py | 7 INF = float("inf") 461 self.assertEqual(repr(complex(1., INF)), "(1+infj)") 462 self.assertEqual(repr(complex(1., -INF)), "(1-infj)") 463 self.assertEqual(repr(complex(INF, 1)), "(inf+1j)") 464 self.assertEqual(repr(complex(-INF, INF)), "(-inf+infj)") 469 self.assertEqual(repr(complex(0, INF)), "infj" [all...] |
test_math.py | 14 INF = float('inf') 15 NINF = float('-inf') 70 # need to special case infinities, since inf - inf gives nan 151 self.assertRaises(ValueError, math.acos, INF) 161 self.assertEqual(math.acosh(INF), INF) 170 self.assertRaises(ValueError, math.asin, INF) 179 self.assertEqual(math.asinh(INF), INF [all...] |
test_float.py | 12 INF = float("inf") 171 self.assertFalse(float("inf").is_integer()) 202 self.assertRaises(OverflowError, float('inf').as_integer_ratio) 203 self.assertRaises(OverflowError, float('-inf').as_integer_ratio) 239 self.assertTrue(isnan(pow_op(-INF, NAN))) 247 self.assertTrue(isnan(pow_op(INF, NAN))) 251 self.assertTrue(isnan(pow_op(NAN, -INF))) 258 self.assertTrue(isnan(pow_op(NAN, INF))) 281 # (-1)**+-inf is [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_cmath.py | 7 INF = float('inf') 12 (INF, 0.0), # 1st quadrant 13 (INF, 2.3), 14 (INF, INF), 15 (2.3, INF), 16 (0.0, INF), 17 (-0.0, INF), # 2nd quadrant 18 (-2.3, INF), [all...] |
test_complex.py | 7 INF = float("inf") 461 self.assertEqual(repr(complex(1., INF)), "(1+infj)") 462 self.assertEqual(repr(complex(1., -INF)), "(1-infj)") 463 self.assertEqual(repr(complex(INF, 1)), "(inf+1j)") 464 self.assertEqual(repr(complex(-INF, INF)), "(-inf+infj)") 469 self.assertEqual(repr(complex(0, INF)), "infj" [all...] |
test_math.py | 14 INF = float('inf') 15 NINF = float('-inf') 70 # need to special case infinities, since inf - inf gives nan 151 self.assertRaises(ValueError, math.acos, INF) 161 self.assertEqual(math.acosh(INF), INF) 170 self.assertRaises(ValueError, math.asin, INF) 179 self.assertEqual(math.asinh(INF), INF [all...] |
test_float.py | 12 INF = float("inf") 171 self.assertFalse(float("inf").is_integer()) 202 self.assertRaises(OverflowError, float('inf').as_integer_ratio) 203 self.assertRaises(OverflowError, float('-inf').as_integer_ratio) 239 self.assertTrue(isnan(pow_op(-INF, NAN))) 247 self.assertTrue(isnan(pow_op(INF, NAN))) 251 self.assertTrue(isnan(pow_op(NAN, -INF))) 258 self.assertTrue(isnan(pow_op(NAN, INF))) 281 # (-1)**+-inf is [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cmath.py | 7 INF = float('inf') 12 (INF, 0.0), # 1st quadrant 13 (INF, 2.3), 14 (INF, INF), 15 (2.3, INF), 16 (0.0, INF), 17 (-0.0, INF), # 2nd quadrant 18 (-2.3, INF), [all...] |
test_complex.py | 7 INF = float("inf") 461 self.assertEqual(repr(complex(1., INF)), "(1+infj)") 462 self.assertEqual(repr(complex(1., -INF)), "(1-infj)") 463 self.assertEqual(repr(complex(INF, 1)), "(inf+1j)") 464 self.assertEqual(repr(complex(-INF, INF)), "(-inf+infj)") 469 self.assertEqual(repr(complex(0, INF)), "infj" [all...] |
test_math.py | 14 INF = float('inf') 15 NINF = float('-inf') 70 # need to special case infinities, since inf - inf gives nan 151 self.assertRaises(ValueError, math.acos, INF) 161 self.assertEqual(math.acosh(INF), INF) 170 self.assertRaises(ValueError, math.asin, INF) 179 self.assertEqual(math.asinh(INF), INF [all...] |
test_float.py | 12 INF = float("inf") 171 self.assertFalse(float("inf").is_integer()) 202 self.assertRaises(OverflowError, float('inf').as_integer_ratio) 203 self.assertRaises(OverflowError, float('-inf').as_integer_ratio) 239 self.assertTrue(isnan(pow_op(-INF, NAN))) 247 self.assertTrue(isnan(pow_op(INF, NAN))) 251 self.assertTrue(isnan(pow_op(NAN, -INF))) 258 self.assertTrue(isnan(pow_op(NAN, INF))) 281 # (-1)**+-inf is [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cmath.py | 7 INF = float('inf') 12 (INF, 0.0), # 1st quadrant 13 (INF, 2.3), 14 (INF, INF), 15 (2.3, INF), 16 (0.0, INF), 17 (-0.0, INF), # 2nd quadrant 18 (-2.3, INF), [all...] |
test_complex.py | 7 INF = float("inf") 461 self.assertEqual(repr(complex(1., INF)), "(1+infj)") 462 self.assertEqual(repr(complex(1., -INF)), "(1-infj)") 463 self.assertEqual(repr(complex(INF, 1)), "(inf+1j)") 464 self.assertEqual(repr(complex(-INF, INF)), "(-inf+infj)") 469 self.assertEqual(repr(complex(0, INF)), "infj" [all...] |
test_math.py | 14 INF = float('inf') 15 NINF = float('-inf') 70 # need to special case infinities, since inf - inf gives nan 151 self.assertRaises(ValueError, math.acos, INF) 161 self.assertEqual(math.acosh(INF), INF) 170 self.assertRaises(ValueError, math.asin, INF) 179 self.assertEqual(math.asinh(INF), INF [all...] |
test_float.py | 12 INF = float("inf") 171 self.assertFalse(float("inf").is_integer()) 202 self.assertRaises(OverflowError, float('inf').as_integer_ratio) 203 self.assertRaises(OverflowError, float('-inf').as_integer_ratio) 239 self.assertTrue(isnan(pow_op(-INF, NAN))) 247 self.assertTrue(isnan(pow_op(INF, NAN))) 251 self.assertTrue(isnan(pow_op(NAN, -INF))) 258 self.assertTrue(isnan(pow_op(NAN, INF))) 281 # (-1)**+-inf is [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
Complex.java | 58 /** A complex number representing "+INF + INFi" */ 59 public static final Complex INF = new Complex(Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY); 343 * Returns {@link #INF} if neither this nor <code>rhs</code> has one or more 364 return INF; 383 * Returns {@link #INF} if neither this nor <code>rhs</code> has one or more 403 return INF; [all...] |
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
regcomp.c | 1140 # define INF 3 1142 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) 1162 case REP(0, INF): /* as x{1,}? */ 1187 case REP(1, INF): /* as x+ */ 1195 case REP(N, INF): /* as xx{n-1,INF} */ [all...] |
/external/llvm/lib/Support/ |
regcomp.c | 990 # define INF 3 992 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) 1006 case REP(0, INF): /* as x{1,}? */ 1031 case REP(1, INF): /* as x+ */ 1039 case REP(N, INF): /* as xx{n-1,INF} */ [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 946 # define INF 3 948 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) 962 case REP(0, INF): /* as x{1,}? */ 987 case REP(1, INF): /* as x+ */ 995 case REP(N, INF): /* as xx{n-1,INF} */ [all...] |