Searched refs:_MM_DENORMALS_ZERO_MASK (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_math.c38 #ifndef _MM_DENORMALS_ZERO_MASK
39 #define _MM_DENORMALS_ZERO_MASK 0x0040 macro
118 current_mxcsr |= _MM_DENORMALS_ZERO_MASK;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_math.c38 #ifndef _MM_DENORMALS_ZERO_MASK
39 #define _MM_DENORMALS_ZERO_MASK 0x0040 macro
104 current_mxcsr |= _MM_DENORMALS_ZERO_MASK;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.h302 uint32_t newCSR = (oldCSR & ~(_MM_ROUND_MASK | _MM_DENORMALS_ZERO_MASK | _MM_FLUSH_ZERO_MASK));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.h351 uint32_t newCSR = (oldCSR & ~(_MM_ROUND_MASK | _MM_DENORMALS_ZERO_MASK | _MM_FLUSH_ZERO_MASK));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c70 #ifndef _MM_DENORMALS_ZERO_MASK
71 #define _MM_DENORMALS_ZERO_MASK 0x0040 macro
3830 daz_ftz |= _MM_DENORMALS_ZERO_MASK;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c72 #ifndef _MM_DENORMALS_ZERO_MASK
73 #define _MM_DENORMALS_ZERO_MASK 0x0040 macro
3761 daz_ftz |= _MM_DENORMALS_ZERO_MASK;

Completed in 13 milliseconds