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

Function v_byte_to_float

include/vecmath/dag_vecMath_common.h:3096–3100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3094}
3095
3096VECMATH_FINLINE vec4f v_byte_to_float ( uint32_t x )
3097{
3098 vec4i y = v_cvt_byte_vec4i(x);
3099 return v_cvt_vec4f(y);
3100}
3101
3102VECTORCALL VECMATH_INLINE int v_test_triangle_sphere_intersection(vec3f A, vec3f B, vec3f C, vec4f sph_c, vec4f sph_r2_x)
3103{

Callers 1

unpack_byte_to_floatFunction · 0.85

Calls 2

v_cvt_vec4fFunction · 0.85
v_cvt_byte_vec4iFunction · 0.70

Tested by

no test coverage detected