Searched refs:integer (Results 1 – 25 of 31) sorted by relevance
12
/arch/um/drivers/ |
D | virtio_uml.c | 199 sizeof(msg.payload.integer)); in vhost_user_recv_u64() 203 if (msg.header.size != sizeof(msg.payload.integer)) in vhost_user_recv_u64() 205 *value = msg.payload.integer; in vhost_user_recv_u64() 299 .header.size = sizeof(msg.payload.integer), in vhost_user_send_u64() 300 .payload.integer = value, in vhost_user_send_u64() 350 .payload.integer = response, in vhost_user_reply() 352 size_t size = sizeof(reply.header) + sizeof(reply.payload.integer); in vhost_user_reply() 358 reply.header.size = sizeof(reply.payload.integer); in vhost_user_reply() 734 .header.size = sizeof(msg.payload.integer), in vhost_user_set_vring_fd() 735 .payload.integer = index, in vhost_user_set_vring_fd() [all …]
|
D | vhost_user.h | 109 u64 integer; member
|
/arch/m68k/fpsp040/ |
D | binstr.S | 5 | Description: Converts a 64-bit binary integer to bcd. 7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in 12 | Output: LEN bcd digits representing the 64-bit integer.
|
D | decbin.S | 26 | for the mantissa which is to be interpreted as 17 integer 27 | digits, rather than 1 integer and 16 fraction digits. 43 | SM = 0 a non-zero digit in the integer position 127 | 4. Subtract 16 to compensate for interpreting the mant as all integer digits.
|
D | x_snan.S | 6 | SNAN for float -> integer conversions (integer conversion of 14 | of the mantissa are sent to the integer unit).
|
D | sint.S | 4 | The entry point sINT computes the rounded integer 6 | the integer rounded to zero of the input argument.
|
D | slog2.S | 81 | Step 1. If X is not an integer power of two, i.e., X != 2^k, 85 | 2.1 Get integer k, X = 2^k.
|
D | x_operr.S | 272 | Destination is memory. Get <ea> from integer exception frame 304 | to the kernel operr handler with only the integer exception
|
D | setox.S | 67 | 32-bit integer, the upper (more significant) 16 bits are 71 | in Steps 1.1 and 1.3 can be performed by integer comparison. 81 | 2.2 N := round-to-nearest-integer( X * 64/log2 ). 89 | N := round-to-nearest-integer(Z) 188 | 8.2 N := round-to-integer( X * 64/log2 )
|
D | sgetem.S | 121 lsll %d3,%d0 |shift first 1 to integer bit in ms mant
|
D | x_store.S | 114 | get rid of ext integer bit
|
D | round.S | 275 | NRM_SET shifts and decrements until there is a 1 set in the integer 278 | NRM_ZERO shifts and decrements until there is a 1 set in the integer 391 lsll %d7,%d1 |shift first 1 to integer bit in ms mant
|
D | bindec.S | 54 | of decimal places needed to insure LEN integer digits 330 | of decimal places needed to insure LEN integer digits
|
D | stan.S | 341 |--integer quotient will be stored in N
|
/arch/arm/nwfpe/ |
D | softfloat-macros | 98 integer part of the result is returned at the location pointed to by 223 and the integer part of the result is returned at the locations pointed to 552 Returns an approximation to the 64-bit integer quotient obtained by dividing 557 unsigned integer is returned. 595 by `a'. Considered as an integer, `a' must be at least 2^31. If bit 0 of 596 `aExp' (the least significant bit) is 1, the integer returned approximates 597 2^31*sqrt(`a'/2^31), where `a' is considered an integer. If bit 0 of `aExp' 598 is 0, the integer returned approximates 2^31*sqrt(`a'/2^30). In either
|
D | ChangeLog | 13 - add new method to obtain integer register values.
|
/arch/alpha/lib/ |
D | callback_srm.S | 48 lda $25,2($31) # two integer arguments
|
/arch/m68k/ifpsp060/ |
D | isp.doc | 36 This exception is taken when any of the integer instructions 40 The unimplemented integer instructions are:
|
D | iskeleton.S | 121 | integer divide where the source operand is a zero, then the _isp_unimp()
|
D | TEST.DOC | 139 0x0: integer test
|
/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 165 # For clarity, integer instructions (for the rounds calculation) are indented 273 # The size of the message pointed to by "data" must be an integer multiple
|
D | sha512-avx-asm.S | 272 # The size of the message pointed to by "data" must be an integer multiple
|
/arch/m68k/math-emu/ |
D | fp_scan.S | 155 | data types that fit in an integer data register
|
/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 3195 short foperr_out_l - tbl_operr # long word integer 3201 short foperr_out_b - tbl_operr # byte integer 3354 # operand and save the appropriate minimum or maximum integer value 3365 short fsnan_out_l - tbl_snan # long word integer 3369 short fsnan_out_w - tbl_snan # word integer
|
/arch/arm/mm/ |
D | Kconfig | 254 based upon the ARM10 integer core with a 16KiB L1 Harvard cache, 273 based upon the ARM10 integer core.
|
12