Searched defs:twop24 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan2f.c48 twop24 = 16777216.0f; variable
155 y0 *= twop24; /* scale subnormal y */
156 x0 *= twop24; /* scale possibly subnormal x */
268 y1 *= twop24; /* scale subnormal y */
269 x1 *= twop24; /* scale possibly subnormal x */
380 y2 *= twop24; /* scale subnormal y */
381 x2 *= twop24; /* scale possibly subnormal x */

Completed in 57 milliseconds