Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gxdemo/src/Geometry/
Dgeo-particle.c614 static int use_last = 0; in BoxMuller() local
616 if (use_last) // use value from previous call in BoxMuller()
619 use_last = 0; in BoxMuller()
633 use_last = 1; in BoxMuller()