Searched refs:calc_hypotValue (Results 1 – 1 of 1) sorted by relevance
744 int64_t calc_hypotValue = (int64_t) R_TFU->FXATDT0 * R_TFU_HYPOT_SCALING_FACTOR_FIXED; in __hypotfx() local755 int64_t calc_hypotValue = (int64_t) R_TFU0->FXATDT0 * R_TFU_HYPOT_SCALING_FACTOR_FIXED; in __hypotfx()765 int64_t calc_hypotValue = (int64_t) R_TFU1->FXATDT0 * R_TFU_HYPOT_SCALING_FACTOR_FIXED; in __hypotfx()769 return (int32_t) (calc_hypotValue >> FIXED_POINT_FRACTIONAL_BITS); in __hypotfx()796 int64_t calc_hypotValue = (int64_t) R_TFU->FXATDT0 * R_TFU_HYPOT_SCALING_FACTOR_FIXED; in __atan2hypotfx() local810 int64_t calc_hypotValue = (int64_t) R_TFU0->FXATDT0 * R_TFU_HYPOT_SCALING_FACTOR_FIXED; in __atan2hypotfx()823 int64_t calc_hypotValue = (int64_t) R_TFU1->FXATDT0 * R_TFU_HYPOT_SCALING_FACTOR_FIXED; in __atan2hypotfx()826 *hypot = (int32_t) (calc_hypotValue >> FIXED_POINT_FRACTIONAL_BITS); in __atan2hypotfx()