Home
last modified time | relevance | path

Searched defs:sqrt2 (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dxvididct.asm74 sqrt2: times 8 dw 23170 label
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMathExtras.h67sqrt2 = 1.4142135623730950488, // (0x1.6a09e667f3bcdP+0) https://oeis.org/A00219 variable
/third_party/rust/rust/library/std/src/f64/
Dtests.rs650 let sqrt2: f64 = consts::SQRT_2; in test_real_consts() localVariable
/third_party/rust/rust/library/std/src/f32/
Dtests.rs668 let sqrt2: f32 = consts::SQRT_2; in test_real_consts() localVariable
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c3623 LLVMValueRef sqrt2 = lp_build_const_vec(bld->gallivm, bld->type, M_SQRT2); in lp_build_ilog2() local
/third_party/vk-gl-cts/framework/common/
DtcuTexLookupVerifier.cpp2229 const float sqrt2 = deFloatSqrt(2.0f); in computeLodBoundsFromDerivates() local