HomeSort by relevance Sort by last modified time
    Searched full:factorial (Results 51 - 75 of 89) sorted by null

1 23 4

  /packages/apps/Calculator/res/values-es-rUS/
strings.xml 47 <string name="factorialDesc" msgid="9217024218012761574">"factorial"</string>
68 <item msgid="6664829080840305856">"factorial"</item>
  /packages/apps/Calculator/res/values-km-rKH/
strings.xml 47 <string name="factorialDesc" msgid="9217024218012761574">"factorial"</string>
68 <item msgid="6664829080840305856">"factorial"</item>
  /packages/apps/Calculator/res/values-ro/
strings.xml 47 <string name="factorialDesc" msgid="9217024218012761574">"factorial"</string>
68 <item msgid="6664829080840305856">"factorial"</item>
  /packages/apps/Calculator/res/values-tl/
strings.xml 47 <string name="factorialDesc" msgid="9217024218012761574">"factorial"</string>
68 <item msgid="6664829080840305856">"factorial"</item>
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 439 // Depends on the correctness of BigIntegerMath.factorial.
443 BigInteger expectedBig = BigIntegerMath.factorial(n);
445 assertEquals(expectedInt, IntMath.factorial(n));
449 @GwtIncompatible("factorial")
453 IntMath.factorial(n);
LongMathTest.java 479 // Depends on the correctness of BigIntegerMath.factorial.
482 BigInteger expectedBig = BigIntegerMath.factorial(n);
484 assertEquals(expectedLong, LongMath.factorial(n));
491 LongMath.factorial(n);
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 278 * <p>This uses an efficient binary recursive algorithm to compute the factorial
284 public static BigInteger factorial(int n) { method in class:BigIntegerMath
287 // If the factorial is small enough, just use LongMath to do it.
296 // Start from the pre-computed maximum long factorial.
DoubleMath.java 271 public static double factorial(int n) { method in class:DoubleMath
IntMath.java 438 public static int factorial(int n) {
LongMath.java 535 public static long factorial(int n) {
  /packages/apps/Calculator/res/layout-sw600dp/
main.xml 107 android:id="@+id/factorial"
108 android:text="@string/factorial"
  /packages/apps/Calculator/res/layout-sw600dp-land/
main.xml 145 android:id="@+id/factorial"
146 android:text="@string/factorial"
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cobol.php 149 'DATE-OF-INTEGER', 'DAY-OF-INTEGER', 'FACTORIAL', 'INTEGER',
matlab.php 91 'factor','factorial','fclose','feather','feof','ferror','feval',
scilab.php 98 'exit', 'exp', 'expm', 'external', 'extraction', 'eye', 'fac3d', 'factorial', 'factors', 'faurre', 'fchamp',
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 274 constexpr int factorial(int n) { function in namespace:NonLiteralConstexpr
275 return n ? factorial(n-1) * n : 1;
280 constexpr NonTrivialDtor() : n(factorial(5)), p(&n) {}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 87 def factorial(n): function in function:TestBasicOps.test_sample_distribution
90 expected = factorial(n) // factorial(n-k)
test_math.py 380 self.assertEqual(math.factorial(cast(x)), fact(x), (x, fact(x), math.factorial(x)))
381 self.assertRaises(ValueError, math.factorial, -1)
382 self.assertRaises(ValueError, math.factorial, math.pi)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 87 def factorial(n): function in function:TestBasicOps.test_sample_distribution
90 expected = factorial(n) // factorial(n-k)
test_math.py 380 self.assertEqual(math.factorial(cast(x)), fact(x), (x, fact(x), math.factorial(x)))
381 self.assertRaises(ValueError, math.factorial, -1)
382 self.assertRaises(ValueError, math.factorial, math.pi)
    [all...]
  /external/chromium_org/third_party/gtk+/gtk/
compose-parse.py 118 def factorial(n): function
122 return n * factorial(n-1)
915 counter_combinations += factorial(len(decomposedsequence)-1)
919 counter_combinations_greek += factorial(len(decomposedsequence)-1)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp 343 // Factorial functions.
348 RT factorial(unsigned int);
350 RT factorial(unsigned int, const Policy& pol);
    [all...]
  /external/clang/utils/ABITest/
TypeGen.py 222 # Factorial
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 10 # 20 factorial: echo "[d1-d1<!*]s! 20l!xp" | dc.sed
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 5451 milliseconds

1 23 4