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

Function v_cast_vec4f

include/vecmath/dag_vecMath_neon.h:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146VECTORCALL VECMATH_FINLINE vec4i v_cast_vec4i(vec4f a) { return vreinterpretq_s32_f32(a); }
147VECTORCALL VECMATH_FINLINE vec4f v_cast_vec4f(vec4i a) { return vreinterpretq_f32_s32(a); }
148
149VECTORCALL VECMATH_FINLINE vec4f v_floor(vec4f a)
150{

Callers 15

v_make_vec4f_maskFunction · 0.70
v_bool_to_maskFunction · 0.70
v_bool_to_msbitFunction · 0.70
v_is_not_finiteFunction · 0.70
v_is_negFunction · 0.70
v_test_vec_mask_eq_0Function · 0.70
v_is_visible_box_extent2Function · 0.70
v_exp2Function · 0.70
v_float_to_half_truncFunction · 0.70

Calls

no outgoing calls

Tested by 2

fromMethod · 0.40
fromMethod · 0.40