MCPcopy Create free account
hub / github.com/RenderKit/embree / Vec3fx

Function Vec3fx

common/math/vec3fa.h:439–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437 ////////////////////////////////////////////////////////////////////////////////
438
439 __forceinline Vec3fx( ) {}
440 __forceinline Vec3fx( const __m128 a ) : m128(a) {}
441
442 __forceinline explicit Vec3fx(const Vec3fa& v) : m128(v.m128) {}

Callers 15

loadFunction · 0.70
loaduFunction · 0.70
signFunction · 0.70
logFunction · 0.70
expFunction · 0.70
operator *Function · 0.70
powFunction · 0.70
maddFunction · 0.70
msubFunction · 0.70
nmaddFunction · 0.70
nmsubFunction · 0.70
isvalidFunction · 0.70

Calls 6

_mm_set_psFunction · 0.85
_mm_set1_psFunction · 0.85
_mm_set_ssFunction · 0.85
_mm_castsi128_psFunction · 0.85
_mm_setzero_psFunction · 0.85
selectFunction · 0.70

Tested by

no test coverage detected