Home
last modified time | relevance | path

Searched refs: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 */ in __vatan2f()
156 x0 *= twop24; /* scale possibly subnormal x */ in __vatan2f()
268 y1 *= twop24; /* scale subnormal y */ in __vatan2f()
269 x1 *= twop24; /* scale possibly subnormal x */ in __vatan2f()
380 y2 *= twop24; /* scale subnormal y */ in __vatan2f()
381 x2 *= twop24; /* scale possibly subnormal x */ in __vatan2f()