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

Function v_cmp_gt

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

Source from the content-addressed store, hash-verified

120#endif
121VECTORCALL VECMATH_FINLINE vec4f v_cmp_ge(vec4f a, vec4f b) { return (vec4f)vcgeq_f32(a, b); }
122VECTORCALL VECMATH_FINLINE vec4f v_cmp_gt(vec4f a, vec4f b) { return (vec4f)vcgtq_f32(a, b); }
123VECTORCALL VECMATH_FINLINE vec4i v_cmp_lti(vec4i a, vec4i b) { return (vec4i)vcltq_s32(a, b); }
124VECTORCALL VECMATH_FINLINE vec4i v_cmp_gti(vec4i a, vec4i b) { return (vec4i)vcgtq_s32(a, b); }
125

Callers 15

v_cmp_ltFunction · 0.70
v_bbox3_is_emptyFunction · 0.70
v_bsph_add_bboxFunction · 0.70
v_quat_from_matFunction · 0.70
v_ray_intersect_planeFunction · 0.70
v_screen_size_bFunction · 0.70
v_ray_box_intersectionFunction · 0.70
v_closest_bbox_pointFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected