Home
last modified time | relevance | path

Searched refs:heatindex (Results 1 – 10 of 10) sorted by relevance

/dports/games/rockdodger/rockdodger-1.1.4/
H A Dengine_exhaust.c36 int heatindex; in draw_engine_dots() local
48 heatindex = edot.life * 6; in draw_engine_dots()
50 heatindex > 3 * W ? heatcolor[3 * W - 1] : heatcolor[heatindex]; in draw_engine_dots()
/dports/misc/wmweather+/wmweather+-2.18/
H A Ddock.c514 if(current.heatindex!=999){ in DrawDisplay()
515 x=(temp_mode==0)?current.heatindex:temp_F2C(current.heatindex); in DrawDisplay()
677 if(f->heatindex>=80 && f->heatindex!=999){ in DrawDisplay()
679 x=(temp_mode==0)?f->heatindex:temp_F2C(f->heatindex); in DrawDisplay()
H A Dmetar.h11 short heatindex; /* 999, -99 - 199 (degrees F) */ member
H A Dforecast.h24 short heatindex; /* 999, -99 - 199 (degrees F) */ member
H A Dmetar.c87 c->heatindex=999; in reset_current()
411 current.heatindex=heatindex_C(current.temp, current.rh); in parse_metar()
H A Dforecast.c147 f->heatindex=999; in reset_forecast()
H A Deta.c351 forecasts[m].heatindex=heatindex_F(forecasts[m].temp, forecasts[m].rh); in parse_eta()
H A Davn.c359 forecasts[m].heatindex=heatindex_F(forecasts[m].temp, forecasts[m].rh); in parse_avn()
H A Dmrf.c294 forecasts[m].heatindex=heatindex_F(forecasts[m].temp, forecasts[m].rh); in parse_mrf()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dv_video.c3524 INT32 heatindex[2] = { 0, 0 }; variable
3670 heatindex[0] = heatindex[1] = 0; in V_DoPostProcessor()
3676 if (heatshifter[heatindex[view]++]) in V_DoPostProcessor()
3685 heatindex[view] %= height; in V_DoPostProcessor()
3688 heatindex[view]++; in V_DoPostProcessor()
3689 heatindex[view] %= vid.height; in V_DoPostProcessor()