Home
last modified time | relevance | path

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

/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DVariable.java36 private int flags = SIMPLE_FLAG;
38 private static final int SIMPLE_FLAG = 0x1; field in Variable
71 return (flags & SIMPLE_FLAG) != 0; in isSimple()
75 { setFlag(simple, SIMPLE_FLAG); } in setSimple()
/dports/astro/xplanet/xplanet-1.3.1/src/libsgp4sdp4/
H A Dsgp4sdp4.h145 #define SIMPLE_FLAG 0x000020 macro
H A Dsgp4sdp4.c68 SetFlag(SIMPLE_FLAG); in SGP4()
70 ClearFlag(SIMPLE_FLAG); in SGP4()
128 if (isFlagClear(SIMPLE_FLAG)) in SGP4()
152 if (isFlagClear(SIMPLE_FLAG)) in SGP4()
/dports/comms/gpredict/gpredict-2.2.1/src/sgpsdp/
H A Dsgp4sdp4.h275 #define SIMPLE_FLAG 0x000020 macro
H A Dsgp4sdp4.c68 sat->flags |= SIMPLE_FLAG; in SGP4()
70 sat->flags &= ~SIMPLE_FLAG; in SGP4()
135 if (~sat->flags & SIMPLE_FLAG) { in SGP4()
163 if (~sat->flags & SIMPLE_FLAG) { in SGP4()
/dports/comms/predict/predict-2.2.7/
H A Dpredict.c111 #define SIMPLE_FLAG 0x000020 macro
811 SetFlag(SIMPLE_FLAG); in SGP4()
814 ClearFlag(SIMPLE_FLAG); in SGP4()
871 if (isFlagClear(SIMPLE_FLAG)) in SGP4()
896 if (isFlagClear(SIMPLE_FLAG)) in SGP4()