Searched refs:operand (Results 1 – 25 of 66) sorted by relevance
123
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | softfloat.txt | 217 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
|
D | softfloat-history.txt | 33 wrong way in nearest/even mode when the operand was between 2^20 and 2^21
|
D | timesoftfloat.txt | 143 comprises all one-operand functions; `-all2' is all two-operand functions;
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | EnablePaging64.S | 52 .byte 0x67, 0x48 # 32-bit address size, 64-bit operand size
|
D | EnablePaging64.asm | 54 DB 67h, 48h ; 32-bit address size, 64-bit operand size
|
D | EnablePaging64.nasm | 53 DB 0x67, 0x48 ; 32-bit address size, 64-bit operand size
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | EnablePaging64.asm | 52 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/ |
D | minus.decTest | 51 -- "lhs" zeros in plus and minus have exponent = operand 148 -- long operand checks
|
D | plus.decTest | 90 -- "lhs" zeros in plus and minus have exponent = operand 172 -- long operand checks
|
D | divideint.decTest | 119 -- some long operand cases here 266 -- long operand checks 443 -- some long operand cases again
|
D | ddAbs.decTest | 78 -- long operand tests
|
D | dqAbs.decTest | 78 -- long operand tests
|
D | nextplus.decTest | 69 -- input operand is >precision
|
D | nextminus.decTest | 69 -- input operand is >precision
|
D | abs.decTest | 126 -- long operand tests
|
D | dqDivideInt.decTest | 121 -- some long operand (at p=9) cases 281 -- long operand checks
|
D | ddDivideInt.decTest | 120 -- some long operand (at p=9) cases 280 -- long operand checks
|
D | remainder.decTest | 318 -- long operand, rounded, case 462 -- long operand checks
|
D | nexttoward.decTest | 120 -- input operand is >precision 243 -- input operand is >precision
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/ |
D | unparse.py | 432 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/ |
D | Python.asdl | 55 | UnaryOp(unaryop op, expr operand)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | Python-ast.h | 209 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/ |
D | Python-ast.h | 209 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/ |
D | Thunk16.S | 196 .byte 0x66,0x2e # CS and operand size override
|
D | Thunk16.asm | 184 DB 66h, 2eh ; CS and operand size override
|
123