Displaying 3 results from an estimated 3 matches for "fixlevel2absolute0".
2011 Oct 20
3
[LLVMdev] Crash with optimization for size
...pe of gFloorPlanCutData is
class FloorPlanCutData: public GS::Object,
public GS::StateEventSource {
DECLARE_CLASS_INFO
private:
double currCutLevel;
double topCutLevel;
double bottomCutLevel;
short topCutBaseStoryRelativeIndex;
short bottomCutBaseStoryRelativeIndex;
double fixLevel2Absolute0;
Int32 lock;
// temporary data dependent from the current story
double currCutLevelCalculated;
double topCutLevelCalculated;
double currentStoryLevel;
double topBase2Current;
double bottomBase2Current;
short currentFloorIndex;
bool relativeCalculated;
MD5::FingerPrint cutDataCheckS...
2011 Oct 21
1
[LLVMdev] Crash with optimization for size
...}
The type of gFloorPlanCutData is
class FloorPlanCutData: public GS::Object,
public GS::StateEventSource {
DECLARE_CLASS_INFO
private:
double currCutLevel;
double topCutLevel;
double bottomCutLevel;
short topCutBaseStoryRelativeIndex;
short bottomCutBaseStoryRelativeIndex;
double fixLevel2Absolute0;
Int32lock;
// temporary data dependent from the current story
doublecurrCutLevelCalculated;
doubletopCutLevelCalculated;
double currentStoryLevel;
double topBase2Current;
double bottomBase2Current;
short currentFloorIndex;
boolrelativeCalculated;
MD5::FingerPrintcutDataCheckSum;
...
}
The...
2011 Oct 20
0
[LLVMdev] Crash with optimization for size
...ta: public GS::Object,
> public GS::StateEventSource {
>
> DECLARE_CLASS_INFO
>
> private:
> double currCutLevel;
> double topCutLevel;
> double bottomCutLevel;
> short topCutBaseStoryRelativeIndex;
> short bottomCutBaseStoryRelativeIndex;
>
> double fixLevel2Absolute0;
>
> Int32
> lock;
>
> // temporary data dependent from the current story
> double
> currCutLevelCalculated;
> double
> topCutLevelCalculated;
> double currentStoryLevel;
> double topBase2Current;
> double bottomBase2Current;
> short currentFloorIndex;...