/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/scripts/ |
D | Fact.lua | 2 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/ |
D | fact.py | 11 def fact(n): function 46 print n, fact(n)
|
D | README | 7 fact.py Factorize numbers
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_scope.py | 170 def fact(n): function 174 return n * fact(n - 1) 176 return fact(x)
|
D | test_itertools.py | 51 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))
|
D | test_fractions.py | 562 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1 566 fact *= i * (i-1) 569 s += num / fact * sign
|
D | test_math.py | 371 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/ |
D | RIGHTS | 14 acknowledge this fact somewhere in the documentation, research report,
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/ |
D | I2cDriver.txt | 60 Due to the fact that hardware-based I2C enumeration isn't safe, information
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | makefile1 | 16 # acknowledge this fact somewhere in the documentation, research report,
|
D | antlr1.txt | 222 ject, or otherwise) that you acknowledge this fact somewhere
|
D | antlr.g | 20 * acknowledge this fact somewhere in the documentation, research report,
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | dlg1.txt | 83 ject, or otherwise) that you acknowledge this fact somewhere
|
D | dlg_p.g | 16 * acknowledge this fact somewhere in the documentation, research report,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | FAQ | 39 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
|
D | algorithm.txt | 123 other extreme, you could make a new table for every bit in the code. In fact,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | FAQ | 42 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
|
D | algorithm.txt | 123 other extreme, you could make a new table for every bit in the code. In fact,
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/ |
D | ArmVExpress.dsc.inc | 260 # cannot be supported at runtime (due to the fact that the syscfg MMIO registers
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | Theory.txt | 168 not in any sense "standard compatible"--some are not, in fact, specified in
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/ |
D | FrameworkSpecConformance.txt | 923 …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/ |
D | listsort.txt | 294 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/ |
D | listsort.txt | 297 bits of N, and add 1 if any of the remaining bits are set. In fact, that
|