Searched refs:scaled (Results 1 – 4 of 4) sorted by relevance
493 int scaled = src << scale; in pformat() local494 int from_fixed = scaled >> 7; in pformat()516 s64 scaled = src << scale; in pformat() local517 s64 from_fixed = scaled >> 23; in pformat()539 s64 scaled = src << scale; in pformat() local540 s64 from_fixed = scaled >> 16; in pformat()606 u16 scaled = ((prod & 0x00ffff00) >> 8); in pmul() local610 scaled++; in pmul()611 rd_val |= ((scaled & 0xffffUL) << (byte * 16UL)); in pmul()631 u16 scaled = ((prod & 0x00ffff00) >> 8); in pmul() local[all …]
5 | scaled by the source operand. If the absolute value of
68 | The mantissa is scaled to the desired number of
9564 # sscale(): computes the destination operand scaled by the source #11659 # of this operation then has its exponent scaled by -0x6000 to create the11770 # of this operation then has its exponent scaled by -0x6000 to create the15851 # FP_SRC(a6) = fp op1 scaled(src) #15852 # FP_DST(a6) = fp op2 scaled(dst) #15858 # DST exponent was scaled by. If the SRC exponent is greater or equal, #15969 # FP_SCR0(a6) = extended precision operand to be scaled #15972 # FP_SCR0(a6) = scaled extended precision operand #16096 # FP_SCR1(a6) = extended precision operand to be scaled #16099 # FP_SCR1(a6) = scaled extended precision operand #