Home
last modified time | relevance | path

Searched refs:lowfrac (Results 1 – 3 of 3) sorted by relevance

/dports/math/pdal/PDAL-2.3.0/filters/
H A DZsmoothFilter.cpp125 double lowfrac = 1 - highfrac; in filter() local
126 val = valList[low] * lowfrac + valList[high] * highfrac; in filter()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/
H A Dhw_main.c2149 float lowfrac, highfrac; in HWR_ClipSolidWallSegment() local
2217 lowfrac = HWR_ClipViewSegment(next->last - 1, in HWR_ClipSolidWallSegment()
2221 HWR_StoreWallRange(lowfrac, highfrac); in HWR_ClipSolidWallSegment()
2258 lowfrac = HWR_ClipViewSegment(next->last - 1, in HWR_ClipSolidWallSegment()
2260 HWR_StoreWallRange(lowfrac, 1); in HWR_ClipSolidWallSegment()
2294 float lowfrac, highfrac; in HWR_ClipPassWallSegment() local
2344 lowfrac = HWR_ClipViewSegment(max(start->last - 1, start->first), in HWR_ClipPassWallSegment()
2348 HWR_StoreWallRange(lowfrac, highfrac); in HWR_ClipPassWallSegment()
2378 lowfrac = HWR_ClipViewSegment(max(start->last - 1, start->first), in HWR_ClipPassWallSegment()
2380 HWR_StoreWallRange(lowfrac, 1.0); in HWR_ClipPassWallSegment()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.c2009 float lowfrac, highfrac; in HWR_ClipSolidWallSegment() local
2073lowfrac = HWR_ClipViewSegment(next->last-1, (polyvertex_t *)gl_curline->pv1, (polyvertex_t *)gl_c… in HWR_ClipSolidWallSegment()
2075 HWR_StoreWallRange(lowfrac, highfrac); in HWR_ClipSolidWallSegment()
2108lowfrac = HWR_ClipViewSegment(next->last-1, (polyvertex_t *)gl_curline->pv1, (polyvertex_t *)gl_c… in HWR_ClipSolidWallSegment()
2109 HWR_StoreWallRange(lowfrac, 1); in HWR_ClipSolidWallSegment()
2143 float lowfrac, highfrac; in HWR_ClipPassWallSegment() local
2191lowfrac = HWR_ClipViewSegment(max(start->last-1,start->first), (polyvertex_t *)gl_curline->pv1, (… in HWR_ClipPassWallSegment()
2193 HWR_StoreWallRange(lowfrac, highfrac); in HWR_ClipPassWallSegment()
2221 lowfrac = HWR_ClipViewSegment(max(start->last - 1, in HWR_ClipPassWallSegment()
2224 HWR_StoreWallRange(lowfrac, 1); in HWR_ClipPassWallSegment()