Searched refs:biased (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/m68k/fpsp040/ |
| H A D | setox.S | 68 | the sign and biased exponent field of |X|; the lower 16 466 andil #0x7FFF0000,%d0 | ...biased expo. of X 497 addiw #0x3FFF,%d0 | ...biased expo. of 2^(M) 503 |--a0 points to 2^(J/64), D0 is biased expo. of 2^(M) 600 addiw #0x3FFF,%d0 | ...biased expo. of 2^(M1) 606 addiw #0x3FFF,%d0 | ...biased expo. of 2^(M) 632 andil #0x7FFF0000,%d0 | ...biased expo. of X 676 addiw #0x3FFF,%d0 | ...D0 is biased expo. of 2^M 705 addiw #0x3FFF,%d0 | ...biased expo. of 2^(-M)
|
| H A D | srem_mod.S | 202 movel %d3,L_SCR1(%a6) | ...save biased expo(Y) 266 movel L_SCR1(%a6),%d0 | ...new biased expo of R 333 movel L_SCR1(%a6),%d6 | ...new biased expo(Y) 334 subql #1,%d6 | ...biased expo(Y/2)
|
| /linux/Documentation/userspace-api/gpio/ |
| H A D | gpio-get-linehandle-ioctl.rst | 108 Worst case the line floats rather than being biased as expected.
|
| H A D | gpio-v2-get-line-ioctl.rst | 127 Worst case the line floats rather than being biased as expected.
|
| /linux/tools/perf/util/ |
| H A D | demangle-rust-v0.c | 321 size_t biased = k < bias ? 0 : k - bias; in punycode_decode() local 322 size_t t = MIN(MAX(biased, t_min), t_max); in punycode_decode()
|
| /linux/Documentation/wmi/devices/ |
| H A D | dell-wmi-ddv.rst | 119 - bits 9 to 15 contain the manufacture year biased by 1980.
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 6722 # are the sign and biased exponent field of |X|; the # 7106 and.l &0x7FFF0000,%d1 # biased expo. of X 7137 add.w &0x3FFF,%d1 # biased expo. of 2^(M) 7143 #--a0 points to 2^(J/64), D0 is biased expo. of 2^(M) 7236 add.w &0x3FFF,%d1 # biased expo. of 2^(M1) 7241 add.w &0x3FFF,%d1 # biased expo. of 2^(M) 7270 and.l &0x7FFF0000,%d1 # biased expo. of X 7311 add.w &0x3FFF,%d1 # D0 is biased expo. of 2^M 7338 add.w &0x3FFF,%d1 # biased expo. of 2^(-M) 9525 mov.l %d3,L_SCR1(%a6) # save biased exp(Y) [all …]
|
| H A D | fpsp.S | 15993 mov.w %d0,FP_SCR0_EX(%a6) # insert biased exponent 16120 mov.w %d0,FP_SCR1_EX(%a6) # insert biased exponent
|