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

Function vec4f

include/daScript/simulate/simulate.h:476–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474 }
475
476 DAS_EVAL_ABI __forceinline vec4f eval ( const SimFunction * fnPtr, vec4f * args = nullptr, void * res = nullptr ) {
477 return callWithCopyOnReturn(fnPtr, args, res, 0);
478 }
479
480 template <typename TT>
481 __forceinline void threadlock_context ( TT && subexpr ) {

Callers 10

float3x3_from_float44Function · 0.85
float3x3_from_float34Function · 0.85
float3x4_from_float44Function · 0.85
builtin_print_data_vFunction · 0.85
cvt_ifloat2Function · 0.85
cvt_ifloat3Function · 0.85
cvt_ifloat4Function · 0.85
cvt_ufloat2Function · 0.85
cvt_ufloat3Function · 0.85
cvt_ufloat4Function · 0.85

Calls 2

callWithCopyOnReturnFunction · 0.85
evalMethod · 0.45

Tested by

no test coverage detected