Home
last modified time | relevance | path

Searched refs:mantmask (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dsse.h80 __m128i mantmask = _mm_set1_epi32(0x007fffff); in _mm_log2_ps() local
89 __m128 mant = _mm_or_ps(_mm_castsi128_ps(_mm_and_si128(i, mantmask)), one); in _mm_log2_ps()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dsse.h80 __m128i mantmask = _mm_set1_epi32(0x007fffff); in _mm_log2_ps() local
89 __m128 mant = _mm_or_ps(_mm_castsi128_ps(_mm_and_si128(i, mantmask)), one); in _mm_log2_ps()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_sparc64_hpc_ace/
H A Dimpl_sparc64_hpc_ace_simd_double.h260 std::int64_t mantmask[2] = { 0x000fffffffffffffLL, 0x000fffffffffffffLL }; in simdGetMantissaD_sparc64_hpc_ace() local
263 x = _fjsp_and_v2r8(x, _fjsp_load_v2r8((double*)mantmask)); in simdGetMantissaD_sparc64_hpc_ace()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/graphics_utils/mipmap/
H A Dcpusimd.c451 __m128i expmask, mantmask, i; in simd4f_log2_ps() local
455 mantmask = _mm_set1_epi32( 0x007fffff ); in simd4f_log2_ps()
461 mant = _mm_or_ps( _mm_castsi128_ps( _mm_and_si128( i, mantmask ) ), one ); in simd4f_log2_ps()
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Dsimd_ni.inl379 const Ty mantmask = simd_isplat<Ty>(0x007fffff); local
388 const Ty amask = simd_and(_a, mantmask);
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Dsimd_ni.inl379 const Ty mantmask = simd_isplat<Ty>(0x007fffff); local
388 const Ty amask = simd_and(_a, mantmask);
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3325 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3337 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3405 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3449 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3351 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3363 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3431 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3484 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3351 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3363 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3431 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3484 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3351 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3363 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3431 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3484 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3351 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3363 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3431 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3484 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3351 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3363 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3431 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3484 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3351 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3363 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3431 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3484 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3351 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3363 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3431 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3484 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3354 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3366 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3434 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3487 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3351 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3363 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3431 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3484 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3351 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3363 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3431 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3484 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()