Home
last modified time | relevance | path

Searched refs:operand (Results 1 – 25 of 66) sorted by relevance

123

/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat.txt217 Each conversion function takes one operand of the appropriate type and
226 size (32 or 64 bits). If the floating-point operand is a NaN, the largest
228 largest integer with the same sign as the operand is returned.
230 On conversions to integer, if the floating-point operand is not already an
231 integer value, the operand is rounded according to the current rounding
294 Each function takes a single floating-point operand and returns a result of
295 the same type. (Note that the result is not an integer type.) The operand
348 The functions take one operand and return 1 if the operand is a signaling
Dsoftfloat-history.txt33 wrong way in nearest/even mode when the operand was between 2^20 and 2^21
Dtimesoftfloat.txt143 comprises all one-operand functions; `-all2' is all two-operand functions;
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DEnablePaging64.S52 .byte 0x67, 0x48 # 32-bit address size, 64-bit operand size
DEnablePaging64.asm54 DB 67h, 48h ; 32-bit address size, 64-bit operand size
DEnablePaging64.nasm53 DB 0x67, 0x48 ; 32-bit address size, 64-bit operand size
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DEnablePaging64.asm52 DB 67h, 48h ; 32-bit address size, 64-bit operand size
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Dminus.decTest51 -- "lhs" zeros in plus and minus have exponent = operand
148 -- long operand checks
Dplus.decTest90 -- "lhs" zeros in plus and minus have exponent = operand
172 -- long operand checks
Ddivideint.decTest119 -- some long operand cases here
266 -- long operand checks
443 -- some long operand cases again
DddAbs.decTest78 -- long operand tests
DdqAbs.decTest78 -- long operand tests
Dnextplus.decTest69 -- input operand is >precision
Dnextminus.decTest69 -- input operand is >precision
Dabs.decTest126 -- long operand tests
DdqDivideInt.decTest121 -- some long operand (at p=9) cases
281 -- long operand checks
DddDivideInt.decTest120 -- some long operand (at p=9) cases
280 -- long operand checks
Dremainder.decTest318 -- long operand, rounded, case
462 -- long operand checks
Dnexttoward.decTest120 -- input operand is >precision
243 -- input operand is >precision
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dunparse.py432 if isinstance(t.op, ast.USub) and isinstance(t.operand, ast.Num):
434 self.dispatch(t.operand)
437 self.dispatch(t.operand)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
DPython.asdl55 | UnaryOp(unaryop op, expr operand)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h209 expr_ty operand; member
456 expr_ty _Py_UnaryOp(unaryop_ty op, expr_ty operand, int lineno, int col_offset,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h209 expr_ty operand; member
456 expr_ty _Py_UnaryOp(unaryop_ty op, expr_ty operand, int lineno, int col_offset,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DThunk16.S196 .byte 0x66,0x2e # CS and operand size override
DThunk16.asm184 DB 66h, 2eh ; CS and operand size override

123