MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / GtEqu

Function GtEqu

include/daScript/simulate/sim_policy.h:786–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784 // ordered
785 static __forceinline bool LessEqu ( vec4f a, vec4f b, Context &, LineInfo * ) { return strcmp(to_rts(a), to_rts(b))<=0; }
786 static __forceinline bool GtEqu ( vec4f a, vec4f b, Context &, LineInfo * ) { return strcmp(to_rts(a), to_rts(b))>=0; }
787 static __forceinline bool Less ( vec4f a, vec4f b, Context &, LineInfo * ) { return strcmp(to_rts(a), to_rts(b))<0; }
788 static __forceinline bool Gt ( vec4f a, vec4f b, Context &, LineInfo * ) { return strcmp(to_rts(a), to_rts(b))>0; }
789 static vec4f Add ( vec4f a, vec4f b, Context &, LineInfo * );

Callers

nothing calls this directly

Calls 1

to_rtsFunction · 0.85

Tested by

no test coverage detected