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

Function cvt_uint2

include/daScript/simulate/aot.h:4203–4203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4201 __forceinline vec4f cvt_int3 ( float3 f ) { return v_cast_vec4f(v_cvt_vec4i(f)); }
4202 __forceinline vec4f cvt_int4 ( float4 f ) { return v_cast_vec4f(v_cvt_vec4i(f)); }
4203 __forceinline vec4f cvt_uint2 ( float2 f ) { return v_cast_vec4f(v_cvt_vec4i(f)); }
4204 __forceinline vec4f cvt_uint3 ( float3 f ) { return v_cast_vec4f(v_cvt_vec4i(f)); }
4205 __forceinline vec4f cvt_uint4 ( float4 f ) { return v_cast_vec4f(v_cvt_vec4i(f)); }
4206

Callers

nothing calls this directly

Calls 2

v_cvt_vec4iFunction · 0.85
v_cast_vec4fFunction · 0.50

Tested by

no test coverage detected