Home
last modified time | relevance | path

Searched refs:PosInfTy (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/embree/embree-3.13.2/common/math/
H A Dconstants.cpp13 PosInfTy inf;
14 PosInfTy pos_inf;
H A Dconstants.h90 struct PosInfTy struct
106 extern MAYBE_UNUSED PosInfTy inf;
107 extern MAYBE_UNUSED PosInfTy pos_inf;
H A Dcol3.h35 __forceinline Col3 (PosInfTy) : r(pos_inf), g(pos_inf), b(pos_inf) {} in Col3()
H A Dcol4.h35 __forceinline Col4 (PosInfTy) : r(pos_inf), g(pos_inf), b(pos_inf), a(pos_inf) {} in Col4()
H A Dcolor.h74 __forceinline Color4( PosInfTy ) : m128(_mm_set1_ps(pos_inf)) {} in Color4()
136 __forceinline Color( PosInfTy ) : m128(_mm_set1_ps(pos_inf)) {} in Color()
H A Dvec3ia.h50 __forceinline Vec3ia( PosInfTy ) : m128(_mm_set1_epi32(pos_inf)) {} in Vec3ia()
H A Dvec2fa.h70 __forceinline Vec2fa( PosInfTy ) : m128(_mm_set1_ps(pos_inf)) {} in Vec2fa()
H A Dvec3fa.h75 __forceinline Vec3fa( PosInfTy ) : m128(_mm_set1_ps(pos_inf)) {} in Vec3fa()
441 __forceinline Vec3fx( PosInfTy ) : m128(_mm_set1_ps(pos_inf)) {} in Vec3fx()
H A Dvec2.h50 __forceinline Vec2( PosInfTy ) : x(pos_inf), y(pos_inf) {} in Vec2()
H A Dbbox.h73 __forceinline BBox( PosInfTy ): lower(neg_inf), upper(pos_inf) {} in BBox()
H A Dvec4.h52 __forceinline Vec4( PosInfTy ) : x(pos_inf), y(pos_inf), z(pos_inf), w(pos_inf) {} in Vec4()
H A Dvec3.h53 __forceinline Vec3( PosInfTy ) : x(pos_inf), y(pos_inf), z(pos_inf) {} in Vec3()
/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/math/
H A Dconstants.h183 static struct PosInfTy struct
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_avxi.h119 __forceinline avxi(PosInfTy) : m256(_mm256_set1_epi32(pos_inf)) in avxi()
129 __forceinline avxi(PosInfTy) in avxi()
H A Dutil_simd.h111 static struct PosInfTy { struct
/dports/graphics/embree/embree-3.13.2/common/simd/
H A Dvuint4_sse2.h63 __forceinline vuint(PosInfTy) : v(_mm_set1_epi32(unsigned(pos_inf))) {}
H A Dvuint8_avx.h63 __forceinline vuint(PosInfTy) : v(_mm256_set1_epi32(0xFFFFFFFF)) {}
H A Dvuint8_avx2.h68 __forceinline vuint(PosInfTy) : v(_mm256_set1_epi32(pos_inf)) {}
H A Dvint16_avx512.h90 __forceinline vint(PosInfTy) : v(_mm512_set1_epi32(pos_inf)) {}
H A Dvint8_avx2.h68 __forceinline vint(PosInfTy) : v(_mm256_set1_epi32(pos_inf)) {}
H A Dvint4_sse2.h61 __forceinline vint(PosInfTy) : v(_mm_set_epi32(pos_inf, pos_inf, pos_inf, pos_inf)) {}
H A Dvint8_avx.h63 …__forceinline vint(PosInfTy) : v(_mm256_set_epi32(pos_inf,pos_inf,pos_inf,pos_inf,pos_inf,pos…
H A Dvfloat16_avx512.h104 __forceinline vfloat(PosInfTy) : v(_mm512_set1_ps(pos_inf)) {}
H A Dvfloat4_sse2.h59 __forceinline vfloat(PosInfTy) : v(_mm_set1_ps(pos_inf)) {}
H A Dvfloat8_avx.h58 __forceinline vfloat(PosInfTy) : v(_mm256_set1_ps(pos_inf)) {}