Searched refs:tempslope (Results 1 – 7 of 7) sorted by relevance
53 float tempslope; in Init() local56 tempslope = fabs(HeightMap[i] - HeightMap[i + 1]); in Init()57 maxslope = std::max(tempslope, maxslope); in Init()61 tempslope = fabs(HeightMap[i] - HeightMap[i - 1]); in Init()62 maxslope = std::max(tempslope, maxslope); in Init()66 tempslope = fabs(HeightMap[i] - HeightMap[i + PathMapXSize]); in Init()67 maxslope = std::max(tempslope, maxslope); in Init()71 tempslope = fabs(HeightMap[i] - HeightMap[i - PathMapXSize]); in Init()72 maxslope = std::max(tempslope, maxslope); in Init()
1116 int temppoint, tempslope; in tcoord_init_lut() local1133 tempslope = norm_slope_table[normout]; in tcoord_init_lut()1135 tempslope = (tempslope | ~0x3ff) + 1; in tcoord_init_lut()1137 tlu_rcp = (((tempslope * wnorm) >> 10) + temppoint) & 0x7fff; in tcoord_init_lut()
4869 goto tempslope; in ar9003_hw_power_control_override()4893 tempslope: in ar9003_hw_power_control_override()
367 int32_t tempslope = m_norm_slope_rom[normout]; in tc_div() local369 int32_t tlu_rcp = ((-(tempslope * wnorm)) >> 10) + temppoint; in tc_div()