Searched defs:sqrt2 (Results 1 – 6 of 6) sorted by relevance
74 sqrt2: times 8 dw 23170 label
67 … sqrt2 = 1.4142135623730950488, // (0x1.6a09e667f3bcdP+0) https://oeis.org/A00219 variable
650 let sqrt2: f64 = consts::SQRT_2; in test_real_consts() localVariable
668 let sqrt2: f32 = consts::SQRT_2; in test_real_consts() localVariable
3623 LLVMValueRef sqrt2 = lp_build_const_vec(bld->gallivm, bld->type, M_SQRT2); in lp_build_ilog2() local
2229 const float sqrt2 = deFloatSqrt(2.0f); in computeLodBoundsFromDerivates() local