Home
last modified time | relevance | path

Searched refs:tempslope (Results 1 – 7 of 7) sorted by relevance

/dports/games/spring/spring_98.0/AI/Skirmish/KAIK/
H A DPathFinder.cpp53 float tempslope; in Init() local
56 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()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-angrylion/n64video/rdp/
H A Dtcoord.c1116 int temppoint, tempslope; in tcoord_init_lut() local
1133 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c4869 goto tempslope; in ar9003_hw_power_control_override()
4893 tempslope: in ar9003_hw_power_control_override()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c4869 goto tempslope; in ar9003_hw_power_control_override()
4893 tempslope: in ar9003_hw_power_control_override()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c4869 goto tempslope; in ar9003_hw_power_control_override()
4893 tempslope: in ar9003_hw_power_control_override()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dn64.cpp367 int32_t tempslope = m_norm_slope_rom[normout]; in tc_div() local
369 int32_t tlu_rcp = ((-(tempslope * wnorm)) >> 10) + temppoint; in tc_div()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dn64.cpp367 int32_t tempslope = m_norm_slope_rom[normout]; in tc_div() local
369 int32_t tlu_rcp = ((-(tempslope * wnorm)) >> 10) + temppoint; in tc_div()