Searched refs:point (Results 1 – 25 of 292) sorted by relevance
12345678910>>...12
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/ |
D | softfloat-specialize | 5 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point 12 of this code was written as part of a project to build a fixed-point vector 42 Raises the exceptions specified by `flags'. Floating-point traps can be 74 Returns 1 if the single-precision floating-point value `a' is a NaN; 87 Returns 1 if the single-precision floating-point value `a' is a signaling 100 Returns the result of converting the single-precision floating-point NaN 120 precision floating-point format. 132 Takes two single-precision floating-point values `a' and `b', one of which 166 Returns 1 if the double-precision floating-point value `a' is a NaN; 179 Returns 1 if the double-precision floating-point value `a' is a signaling [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeimEntryPoint/ |
D | PeimEntryPoint.uni | 2 // Module entry point library for PEIM. 4 // Module entry point library for PEIM. 18 #string STR_MODULE_ABSTRACT #language en-US "Module entry point library for PEIM" 20 #string STR_MODULE_DESCRIPTION #language en-US "Module entry point library for PEIM."
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeCoreEntryPoint/ |
D | DxeCoreEntryPoint.uni | 2 // Module entry point library for DXE core. 4 // Module entry point library for DXE core. 18 #string STR_MODULE_ABSTRACT #language en-US "Module entry point library for DXE core" 20 #string STR_MODULE_DESCRIPTION #language en-US "Module entry point library for DXE core."
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiCoreEntryPoint/ |
D | PeiCoreEntryPoint.uni | 2 // Module entry point library for PEI core. 4 // Module entry point library for PEI core. 18 #string STR_MODULE_ABSTRACT #language en-US "Module entry point library for PEI core" 20 #string STR_MODULE_DESCRIPTION #language en-US "Module entry point library for PEI core."
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiApplicationEntryPoint/ |
D | UefiApplicationEntryPoint.uni | 2 // Module entry point library for UEFI Application. 4 // Module entry point library for UEFI Application. 18 #string STR_MODULE_ABSTRACT #language en-US "Module entry point library for UEFI Applic… 20 #string STR_MODULE_DESCRIPTION #language en-US "Module entry point library for UEFI Applic…
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/ |
D | softfloat-specialize | 8 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point 15 of this code was written as part of a project to build a fixed-point vector 48 Raises the exceptions specified by `flags'. Floating-point traps can be 120 Returns 1 if the single-precision floating-point value `a' is a NaN; 136 Returns 1 if the single-precision floating-point value `a' is a signaling 153 Returns the result of converting the single-precision floating-point NaN 173 precision floating-point format. 185 Takes two single-precision floating-point values `a' and `b', one of which 219 Returns 1 if the double-precision floating-point value `a' is a NaN; 236 Returns 1 if the double-precision floating-point value `a' is a signaling [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDriverEntryPoint/ |
D | UefiDriverEntryPoint.uni | 2 // Module entry point library for UEFI driver, DXE driver and SMM driver. 4 // Module entry point library for UEFI driver, DXE driver and SMM driver. 18 #string STR_MODULE_ABSTRACT #language en-US "Module entry point library for UEFI driver… 20 #string STR_MODULE_DESCRIPTION #language en-US "Module entry point library for UEFI driver…
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | softfloat-specialize | 8 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point 15 of this code was written as part of a project to build a fixed-point vector 52 Raises the exceptions specified by `flags'. Floating-point traps can be 124 Returns 1 if the single-precision floating-point value `a' is a NaN; 140 Returns 1 if the single-precision floating-point value `a' is a signaling 157 Returns the result of converting the single-precision floating-point NaN 177 precision floating-point format. 189 Takes two single-precision floating-point values `a' and `b', one of which 223 Returns 1 if the double-precision floating-point value `a' is a NaN; 240 Returns 1 if the double-precision floating-point value `a' is a signaling [all …]
|
D | softfloat.txt | 12 SoftFloat is a software implementation of floating-point that conforms to 72 a fixed-point vector processor in collaboration with the University of 113 -- Conversions among all the floating-point formats, and also between 114 integers (32-bit and 64-bit) and any of the floating-point formats. 117 for all floating-point formats. 119 -- For each format, the floating-point remainder operation defined by the 122 -- For each floating-point format, a ``round to integer'' operation that 124 point formats can hold integer values, of course.) 126 -- Comparisons between two values in the same floating-point format. 158 bits in the result significand beyond the rounding point are set to zero. [all …]
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/ |
D | Main.asm | 50 ; Search for the SEC entry point 55 ; ESI - SEC Core entry point 67 ; Jump to the 32-bit SEC entry point 90 ; RSI - SEC Core entry point 100 ; Jump to the 64-bit SEC entry point
|
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/ |
D | SecCore.uni | 5 // It implements the first phase of the security phase. The entry point function is 6 // _ModuleEntryPoint in PlatformSecLib. The entry point function will switch to 24 …t phase of the security phase. The entry point function is _ModuleEntryPoint in PlatformSecLib. Th…
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
D | SwitchStack.asm | 27 ; (rcx) EntryPoint - Entry point with new stack. 28 ; (rdx) Context - Parameter for entry point. 29 ; (r8) Context2 - Parameter2 for entry point.
|
D | SwitchStack.S | 28 # (rdi) EntryPoint - Entry point with new stack. 29 # (rsi) Context1 - Parameter1 for entry point. 30 # (rdx) Context2 - Parameter2 for entry point.
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/ |
D | DxeSmmDriverEntryPoint.uni | 2 // Framework SMM driver entry point library. 4 // Register driver in SMRAM and wrapper driver's library constructors and entry point. 20 …n-US "Registers a driver in SMRAM, and wrappers the driver's library constructors and entry point."
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
D | SwitchStack.asm | 29 ; (rcx) EntryPoint - Entry point with new stack. 30 ; (rdx) Context1 - Parameter1 for entry point. 31 ; (r8) Context2 - Parameter2 for entry point.
|
D | SwitchStack.S | 28 # (rcx) EntryPoint - Entry point with new stack. 29 # (rdx) Context1 - Parameter1 for entry point. 30 # (r8) Context2 - Parameter2 for entry point.
|
D | SwitchStack.nasm | 30 ; (rcx) EntryPoint - Entry point with new stack. 31 ; (rdx) Context1 - Parameter1 for entry point. 32 ; (r8) Context2 - Parameter2 for entry point.
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/X64/ |
D | SwitchStack.S | 24 # (rdi) EntryPoint - Entry point with new stack. 25 # (rsi) Context1 - Parameter1 for entry point. (rcx) 26 # (rdx) Context2 - Parameter2 for entry point. (rdx)
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/X64/ |
D | InitializeFpu.S | 16 # Initializes floating point units for requirement of UEFI specification. 18 # This function initializes floating-point control word to 0x037F (all exceptions 27 # Initialize floating point units
|
D | InitializeFpu.asm | 32 ; Initializes floating point units for requirement of UEFI specification. 34 ; This function initializes floating-point control word to 0x027F (all exceptions 42 ; Initialize floating point units
|
D | InitializeFpu.nasm | 31 ; Initializes floating point units for requirement of UEFI specification. 33 ; This function initializes floating-point control word to 0x027F (all exceptions 42 ; Initialize floating point units
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | formatfloat_testcases.txt | 2 -- has the given number of places after the point; zeros are added if 60 -- alternate form always includes a decimal point. This only 93 -- always have exactly the number of places after the point that were 103 -- precision 0. no decimal point in the output 175 -- alternate form always contains a decimal point. This only makes 298 -- alternate g formatting: always include decimal point and 344 -- str formatting. Result always includes decimal point and at 345 -- least one digit after the point, or an exponent.
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/ |
D | InitializeFpu.s | 30 # Initializes floating point units for requirement of UEFI specification. 32 # This function initializes floating-point control word to 0x027F (all exceptions 43 # Initialize floating point units
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/ |
D | InitializeFpu.asm | 34 ; Initializes floating point units for requirement of UEFI specification. 36 ; This function initializes floating-point control word to 0x027F (all exceptions 46 ; Initialize floating point units
|
D | InitializeFpu.S | 27 # Initializes floating point units for requirement of UEFI specification. 29 # This function initializes floating-point control word to 0x027F (all exceptions 40 # Initialize floating point units
|
12345678910>>...12