Searched refs:M_SQRT2 (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmymath.h44 #define M_SQRT2 1.41421356237309504880 macro
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_line_smooth.c112 nir_imm_float(&b, 1.0f / M_SQRT2),
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_math.h56 #ifndef M_SQRT2
57 #define M_SQRT2 1.41421356237309504880 macro
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_math.h55 #ifndef M_SQRT2
56 #define M_SQRT2 1.41421356237309504880 macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_context.c190 width = floorf(M_SQRT2 * width) + 3;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c619 const double pre_factor = (2*factor - 0.5)/(M_SQRT2*factor);
H A Dlp_bld_arit.c3683 LLVMValueRef sqrt2 = lp_build_const_vec(bld->gallivm, bld->type, M_SQRT2);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c744 const double pre_factor = (2*factor - 0.5)/(M_SQRT2*factor);
H A Dlp_bld_arit.c3614 LLVMValueRef sqrt2 = lp_build_const_vec(bld->gallivm, bld->type, M_SQRT2);
/xsrc/external/mit/xterm/dist/
H A Dgraphics_regis.c2578 *(D) = (unsigned)((double)(*(D)) * M_SQRT2); \
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst1839 - util: Defined M_SQRT2 when not available.

Completed in 60 milliseconds