Searched refs:point_pos (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c9338 int point_pos = 2 * HOST_BITS_PER_WIDE_INT - 1; local
9364 highest (sign) bit, with a fixed binary point at bit point_pos.
9368 real_ldexp (&m, &r, point_pos - exponent);
9379 point_pos -= HOST_BITS_PER_WIDE_INT;
9382 mask = ((unsigned HOST_WIDE_INT)1 << (point_pos - 5)) - 1;
9388 mantissa >>= point_pos - 5;
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c12220 int point_pos = 2 * HOST_BITS_PER_WIDE_INT - 1;
12237 highest (sign) bit, with a fixed binary point at bit point_pos.
12240 real_ldexp (&m, &r, point_pos - exponent);
12251 the point_pos to indicate that the least-significant bits have been
12253 point_pos -= HOST_BITS_PER_WIDE_INT;
12258 mask = ((unsigned HOST_WIDE_INT)1 << (point_pos - 5)) - 1;
12263 mantissa >>= point_pos - 5;
12208 int point_pos = 2 * HOST_BITS_PER_WIDE_INT - 1; local

Completed in 278 milliseconds