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

Method Exp2

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

Source from the content-addressed store, hash-verified

303 static __forceinline vec4f Exp ( vec4f a, Context &, LineInfo * ) { return v_exp(a); }
304 static __forceinline vec4f Log ( vec4f a, Context &, LineInfo * ) { return v_log(a); }
305 static __forceinline vec4f Exp2 ( vec4f a, Context &, LineInfo * ) { return v_exp2(a); }
306 static __forceinline vec4f Log2 ( vec4f a, Context &, LineInfo * ) { return v_log2_est_p5(a); }
307 static __forceinline vec4f Pow ( vec4f a, vec4f b, Context &, LineInfo * ) { return v_pow(a, b); }
308 static __forceinline vec4f Rcp ( vec4f a, Context &, LineInfo * ) { return v_rcp(a); }

Callers

nothing calls this directly

Calls 1

v_exp2Function · 0.85

Tested by

no test coverage detected