Lines Matching defs:mode
211 deFloat16 deFloat32To16Round (float val32, deRoundingMode mode)
224 DE_ASSERT(mode == DE_ROUNDINGMODE_TO_ZERO || mode == DE_ROUNDINGMODE_TO_NEAREST_EVEN);
277 * Need to discard the last 14-bits considering rounding mode.
280 if (mode == DE_ROUNDINGMODE_TO_ZERO)
296 if (mode == DE_ROUNDINGMODE_TO_ZERO)
318 if (mode == DE_ROUNDINGMODE_TO_ZERO)
368 deFloat16 deFloat64To16Round (double val64, deRoundingMode mode)
381 DE_ASSERT(mode == DE_ROUNDINGMODE_TO_ZERO || mode == DE_ROUNDINGMODE_TO_NEAREST_EVEN);
434 * Need to discard the last 14-bits considering rounding mode.
437 if (mode == DE_ROUNDINGMODE_TO_ZERO)
453 if (mode == DE_ROUNDINGMODE_TO_ZERO)
475 if (mode == DE_ROUNDINGMODE_TO_ZERO)