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

Function v_remove_nan

include/vecmath/dag_vecMath_common.h:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346VECTORCALL VECMATH_FINLINE vec4f v_remove_nan(vec4f a)
347{
348 volatile vec4f v = a;
349 return v_and(a, v_cmp_eq(a, (vec4f &)v));
350}
351
352VECTORCALL VECMATH_FINLINE vec4f v_is_nan(vec4f a)
353{

Callers

nothing calls this directly

Calls 2

v_andFunction · 0.70
v_cmp_eqFunction · 0.70

Tested by

no test coverage detected