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

Function cvt_ufloat4

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

Source from the content-addressed store, hash-verified

4196 __forceinline vec4f cvt_ufloat2 ( uint2 i ) { return v_cvt_vec4f(v_cast_vec4i(vec4f(i))); }
4197 __forceinline vec4f cvt_ufloat3 ( uint3 i ) { return v_cvt_vec4f(v_cast_vec4i(vec4f(i))); }
4198 __forceinline vec4f cvt_ufloat4 ( uint4 i ) { return v_cvt_vec4f(v_cast_vec4i(vec4f(i))); }
4199
4200 __forceinline vec4f cvt_int2 ( float2 f ) { return v_cast_vec4f(v_cvt_vec4i(f)); }
4201 __forceinline vec4f cvt_int3 ( float3 f ) { return v_cast_vec4f(v_cvt_vec4i(f)); }

Callers

nothing calls this directly

Calls 3

v_cvt_vec4fFunction · 0.85
vec4fFunction · 0.85
v_cast_vec4iFunction · 0.50

Tested by

no test coverage detected