Searched refs:integer (Results 1 - 25 of 599) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dbindec.S54 | of decimal places needed to insure LEN integer digits
330 | of decimal places needed to insure LEN integer digits
H A Dbinstr.S5 | 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.
H A Ddecbin.S26 | 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.
196 | get the integer digit then skip down & get the rest of the
199 bfextu (%a0){#28:#4},%d0 |integer part is ls digit in long word
H A Dres_func.S1486 | li is used to handle a long integer source specifier
1531 | wi is used to handle a word integer source specifier
1576 | bi is used to handle a byte integer source specifier
1621 | Common integer routines
1652 | ;converted to integer this is required
H A Dround.S275 | 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
H A Dsetox.S67 | 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 )
233 | 2.1 N := round-to-nearest-integer( X * 64/log2 ).
H A Dsgetem.S121 lsll %d3,%d0 |shift first 1 to integer bit in ms mant
H A Dsint.S4 | The entry point sINT computes the rounded integer
6 | the integer rounded to zero of the input argument.
H A Dslog2.S81 | 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.
H A Dstan.S341 |--integer quotient will be stored in N
H A Dx_operr.S12 | the upper 32 bits of the mantissa are sent to the integer unit). If
13 | the dest format is integer (b, w, l) and the operr is caused by
14 | integer overflow, or the source op is inf, then the result stored is
18 | negative integer (-2^7 for b, -2^15 for w, -2^31 for l).
39 | The exceptional operand is not defined for integer overflow
94 | only the integer exception frame on the stack, and the
272 | Destination is memory. Get <ea> from integer exception frame
304 | to the kernel operr handler with only the integer exception
H A Dx_snan.S6 | SNAN for float -> integer conversions (integer conversion of
14 | of the mantissa are sent to the integer unit).
H A Dx_store.S114 | get rid of ext integer bit
185 | get rid of ext integer bit
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S121 | integer divide where the source operand is a zero, then the _isp_unimp()
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S347 set L_SCR3, LV+28 # integer scratch 3
348 set L_SCR2, LV+24 # integer scratch 2
349 set L_SCR1, LV+20 # integer scratch 1
5500 #--integer quotient will be stored in N
5931 #--integer quotient will be stored in N
6721 # 32-bit integer, the upper (more significant) 16 bits #
6726 # by integer comparison. Note also that the constant #
6736 # 2.2 N := round-to-nearest-integer( X * 64/log2 ). #
6745 # N := round-to-nearest-integer(Z) #
6847 # 8.2 N := round-to-integer(
[all...]
H A Dfpsp.S367 set L_SCR3, LV+28 # integer scratch 3
368 set L_SCR2, LV+24 # integer scratch 2
369 set L_SCR1, LV+20 # integer scratch 1
3157 # operand and save the appropriate minimum or maximum integer value
3196 short foperr_out_l - tbl_operr # long word integer
3200 short foperr_out_w - tbl_operr # word integer
3202 short foperr_out_b - tbl_operr # byte integer
3355 # operand and save the appropriate minimum or maximum integer value
3366 short fsnan_out_l - tbl_snan # long word integer
3370 short fsnan_out_w - tbl_snan # word integer
[all...]
H A Dpfpsp.S366 set L_SCR3, LV+28 # integer scratch 3
367 set L_SCR2, LV+24 # integer scratch 2
368 set L_SCR1, LV+20 # integer scratch 1
3156 # operand and save the appropriate minimum or maximum integer value
3195 short foperr_out_l - tbl_operr # long word integer
3199 short foperr_out_w - tbl_operr # 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
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S155 | data types that fit in an integer data register
/linux-master/drivers/acpi/
H A Dacpi_adxl.c60 if (o->integer.value) {
61 pr_info("Bad ret val %llu\n", o->integer.value);
114 argv4[1].integer.type = ACPI_TYPE_INTEGER;
115 argv4[1].integer.value = addr;
130 component_values[i] = r[i].integer.value;
H A Dacpi_lpat.c117 lpat[i] = (s64)obj_e->integer.value;
/linux-master/drivers/acpi/acpica/
H A Ddbtest.c412 ACPI_FORMAT_UINT64(temp1->integer.value));
415 if (temp1->integer.value == value_to_write) {
421 write_value.integer.value = value_to_write;
434 if (temp2->integer.value != value_to_write) {
436 ACPI_FORMAT_UINT64(temp2->integer.value),
442 write_value.integer.value = temp1->integer.value;
455 if (temp3->integer.value != temp1->integer.value) {
457 ACPI_FORMAT_UINT64(temp3->integer
[all...]
H A Ddbutils.c120 ACPI_FORMAT_UINT64(obj_desc->integer.value));
H A Ddsmthdat.c67 walk_state->arguments[i].name.integer |= (i << 24);
79 walk_state->local_variables[i].name.integer |= (i << 24);
H A Dnssearch.c94 if (node->name.integer == target_name) {
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h165 uint32_t integer; member in union:ins_formats

Completed in 763 milliseconds

1234567891011>>