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

Function das_result_int

src/misc/daScriptC.cpp:540–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538
539vec4f das_result_void () { return v_zero(); }
540vec4f das_result_int ( int r ) { return cast<int>::from(r); }
541vec4f das_result_uint ( unsigned int r ) { return cast<unsigned int>::from(r); }
542vec4f das_result_int64 ( long long r ) { return cast<long long>::from(r); }
543vec4f das_result_uint64 ( unsigned long long r ) { return cast<unsigned long long>::from(r); }

Callers 7

c_fast_clamp_intFunction · 0.85
c_call_function_implFunction · 0.85
c_call_lambda_implFunction · 0.85
c_call_block_implFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected