Searched refs:significand (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 717 nir_ssa_def *significand = local in function:lower_2f 721 * - if the non-representable part of the significand is higher than half 722 * the minimum representable significand, we round-up 723 * - if the non-representable part of the significand is equal to half the 724 * minimum representable significand and the representable part of the 725 * significand is odd, we round-up 734 nir_ssa_def *is_odd = nir_i2b(b, nir_iand(b, significand, nir_imm_int(b, 1))); 737 significand = nir_iadd(b, significand, nir_b2i32(b, round_up)); 742 res = nir_fmul(b, nir_u2f32(b, significand), [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | tgsi.rst | 1870 exponent of its source to ``dst0``, and the significand to ``dst1``, such that
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | tgsi.rst | 1904 exponent of its source to ``dst0``, and the significand to ``dst1``, such that
|
Completed in 9 milliseconds