Home
last modified time | relevance | path

Searched refs:DivOut (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-cxd4/vu/
H A Ddivide.c19 static s32 DivOut = 0; /* global division result set by VRCP/VRCPL/VRSQ/VRSQL */ variable
1115 DivOut = (0x40000000UL | ((u32)div_ROM[addr] << 14)) >> shift; in do_div()
1117 DivOut = +0x7FFFFFFFl; in do_div()
1119 DivOut = -0x00010000l; in do_div()
1121 DivOut ^= (DivIn < 0) ? ~0 : 0; in do_div()
1139 VR[result][source & 07] = (i16)DivOut; in VRCP()
1169 VR[result][source & 07] = (i16)DivOut; in VRCPL()
1195 VR[result][source & 07] = DivOut >> 16; in VRCPH()
1245 VR[result][source & 07] = (i16)DivOut; in VRSQ()
1275 VR[result][source & 07] = (i16)DivOut; in VRSQL()
[all …]
/dports/science/cdo/cdo-2.0.0/src/
H A Dafterburnerlib.cc380 double *Div, *DivOut, *Vor, *VorOut; in after_SPuv2SPdv() local
382 Div = DivOut = vars[DIVERGENCE].spectral; in after_SPuv2SPdv()
401 sp2sp(Div, globs.Truncation, DivOut, globs.Truncation); in after_SPuv2SPdv()
405 DivOut += globs.DimSP; in after_SPuv2SPdv()