Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 217) sorted by relevance

123456789

/device/linaro/bootloader/edk2/StdLib/LibC/Math/
Ds_tanh.c45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
68 t = expm1(two*fabs(x)); in tanh()
69 z = one - two/(t+two); in tanh()
71 t = expm1(-two*fabs(x)); in tanh()
72 z= -t/(t+two); in tanh()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_dep_util.py39 two = os.path.join(sources, 'two')
43 self.write_file(two)
46 self.assertEqual(newer_pairwise([one, two], [three, four]),
54 two = os.path.join(sources, 'two')
61 self.write_file(two)
63 self.assertTrue(newer_group([one, two, three], old_file))
64 self.assertFalse(newer_group([one, two, old_file], three))
68 self.assertRaises(OSError, newer_group, [one, two, old_file], three)
70 self.assertFalse(newer_group([one, two, old_file], three,
73 self.assertTrue(newer_group([one, two, old_file], three,
Dtest_install_data.py27 two = os.path.join(pkg_dir, 'two')
28 self.write_file(two, 'xxx')
30 cmd.data_files = [one, (inst2, [two])]
31 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
39 rtwo = os.path.split(two)[-1]
62 cmd.data_files = [one, (inst2, [two]),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_37.txt10 Content-Type: text/x-two
18 Content-Type: text/x-two
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassStorageDxe.uni4 // The USB mass storage class is specified in two layers: the bottom layer
8 // The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol.
31two layers: the bottom layer is the transportation protocol. The top layer is the command set. The…
DUsbMassStorageDxe.inf4 # The USB mass storage class is specified in two layers: the bottom layer
8 # The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/
DCapsuleRuntimeDxe.uni2 // Capsule Runtime Driver produces two UEFI capsule runtime services: (UpdateCapsule, QueryCapsuleC…
20 #string STR_MODULE_ABSTRACT #language en-US "Produces two UEFI capsule runtime services…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DDriverHealthManagerDxe.uni4 // This module produces two driver health manager forms.
23 #string STR_MODULE_DESCRIPTION #language en-US "This module produces two driver health manager form…
DDriverHealthManagerDxeExtra.uni4 // This module produces two driver health manager forms.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
DIsaFloppyDxe.uni5 // driver provides support for two drives per controller, DMA channel 2, diskette
23 …iver conforming to the UEFI driver model. The driver provides support for two drives per controll…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideDxe.uni6 // and doesn't support other two interfaces GetDriverPath, DriverLoaded.
15 // 3. It export and dynamicly update two menu to let user select the
41 …"3. It exports and dynamicly updates two menu to let user select the mapping between drivers to c…
DPlatformDriOverrideDxe.inf5 # and doesn't support other two interfaces GetDriverPath, DriverLoaded.
14 # 3. It export and dynamicly update two menu to let user select the
/device/linaro/bootloader/edk2/MdePkg/Library/DxePcdLib/
DDxePcdLib.uni4 // There are two PCD protocols as follows:
30 #string STR_MODULE_DESCRIPTION #language en-US "There are two PCD protocols: 1) PCD_PROTOC…
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPcdLib/
DPeiPcdLib.uni4 // There are two PCD PPIs as follows:
32 #string STR_MODULE_DESCRIPTION #language en-US "There are two PCD PPIs as follows: 1) PCD_…
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
DSecEntry.asm19 ; It consumes the reset vector, calls two basic APIs from FSP binary.
51 ; hard-coded GDT that provides exactly two descriptors.
DAsmSaveSecContext.asm19 ; It consumes the reset vector, calls two basic APIs from FSP binary.
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat.txt90 type is defined as a structure of two 64-bit integers, taking into account
97 header file defines only two types: `float32' and `float64'. Because
100 `float64' type is defined as a structure of two 32-bit integers, with the
126 -- Comparisons between two values in the same floating-point format.
254 Each function takes two operands, except for `sqrt' which takes only one.
272 Each remainder function takes two operands. The operands and result are all
275 halfway between two integers, n is the even integer closest to x/y. The
309 Each function takes two operands of the same type and returns a 1 or 0
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dstm32f401.map.lkr20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
Dstm32f412.map.lkr20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
Dstm32f411.map.lkr20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/
DGenCfgOptUserManual.md68 these two keywords will be included in the generated header file.
72 following table summarizes the two command options.
179 two elements: a version number and a plain-text description.
303 The above example can replace the two methods as below.
319 The above example can replace the two methods as below.
334 The above example can replace the two methods as below.
348 The above example can replace the two methods as below.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py154 def f3(two, arguments): pass argument
155 def f4(two, (compound, (argument, list))): pass argument
156 def f5((compound, first), two): pass argument
171 def a2(two, args,): pass argument
516 global one, two, three, four, five, six, seven, eight, nine, ten
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dieee754.txt10 You must never compare two floats with == because you are not going to get
11 what you expect. We treat two floats as equal if the difference between them
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
DFspNotifyDxe.inf4 # This driver will register two callbacks to call fsp's notifies.
/device/google/contexthub/firmware/lib/libm/
Def_pow.c32 two = 2.0, variable
248 r = (z*t1)/(t1-two)-(w+z*w);

123456789