Home
last modified time | relevance | path

Searched refs:fact (Results 1 – 24 of 24) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/scripts/
DFact.lua2 function fact (n) function
6 return n * fact(n-1)
12 print(fact(a))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dfact.py11 def fact(n): function
46 print n, fact(n)
DREADME7 fact.py Factorize numbers
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_scope.py170 def fact(n): function
174 return n * fact(n - 1)
176 return fact(x)
Dtest_itertools.py51 def fact(n): function
126 …self.assertEqual(len(result), 0 if r>n else fact(n) // fact(r) // fact(n-r)) # right number of com…
182 return fact(n+r-1) // fact(r) // fact(n-1)
261 … self.assertEqual(len(result), 0 if r>n else fact(n) // fact(n-r)) # right number of perms
292 self.assertEqual(len(cwr), (fact(n+r-1) // fact(r) // fact(n-1)) if n else (not r))
293 self.assertEqual(len(perm), 0 if r>n else fact(n) // fact(n-r))
294 self.assertEqual(len(comb), 0 if r>n else fact(n) // fact(r) // fact(n-r))
Dtest_fractions.py562 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1
566 fact *= i * (i-1)
569 s += num / fact * sign
Dtest_math.py371 def fact(n): function
380 self.assertEqual(math.factorial(cast(x)), fact(x), (x, fact(x), math.factorial(x)))
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DRIGHTS14 acknowledge this fact somewhere in the documentation, research report,
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmakefile116 # acknowledge this fact somewhere in the documentation, research report,
Dantlr1.txt222 ject, or otherwise) that you acknowledge this fact somewhere
Dantlr.g20 * acknowledge this fact somewhere in the documentation, research report,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DFAQ39 made with more input or output space. A Z_BUF_ERROR may in fact be
236 As far as we know, no. In fact, that was originally the whole point behind
332 efficient approach (and in fact exactly what the zlib format was designed
349 part of zlib. In fact none of the stuff in contrib is part of zlib. The
Dalgorithm.txt123 other extreme, you could make a new table for every bit in the code. In fact,
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg1.txt83 ject, or otherwise) that you acknowledge this fact somewhere
Ddlg_p.g16 * acknowledge this fact somewhere in the documentation, research report,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DFAQ42 may in fact be unavoidable depending on how the functions are used, since
233 As far as we know, no. In fact, that was originally the whole point behind
323 efficient approach (and in fact exactly what the zlib format was designed
Dalgorithm.txt123 other extreme, you could make a new table for every bit in the code. In fact,
/device/google/dragon/
Dinit.dragon.rc56 …# This is a hack to work around the fact that we can't recover from all errors that would lead to …
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/
DArmVExpress.dsc.inc258 # cannot be supported at runtime (due to the fact that the syscfg MMIO registers
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/
DArmVExpress.dsc.inc257 # cannot be supported at runtime (due to the fact that the syscfg MMIO registers
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTheory.txt168 not in any sense "standard compatible"--some are not, in fact, specified in
/device/linaro/bootloader/edk2/IntelFrameworkPkg/
DFrameworkSpecConformance.txt923 …The specification defines the fields type as EFI_EXP_BASE10_DATA. In fact, they should be UINT16 t…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt294 bits of N, and add 1 if any of the remaining bits are set. In fact, that
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistsort.txt297 bits of N, and add 1 if any of the remaining bits are set. In fact, that