Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/x86/
H A Dxvididct.asm74 sqrt2: times 8 dw 23170 label
404 movdqa xmm4, [sqrt2]
464 movdqa xmm4, [sqrt2]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dsmallft.c753 static float sqrt2=1.414213562373095f; in dradb4() local
832 ch[t5+=t0]=sqrt2*(tr1-ti1); in dradb4()
834 ch[t5+=t0]=-sqrt2*(tr1+ti1); in dradb4()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMathExtras.h67 sqrt2 = 1.4142135623730950488, // (0x1.6a09e667f3bcdP+0) https://oeis.org/A00219 member
/third_party/vk-gl-cts/framework/common/
H A DtcuTexLookupVerifier.cpp2229 const float sqrt2 = deFloatSqrt(2.0f); in computeLodBoundsFromDerivates() local
2230 const float fxMax = sqrt2 * (mux + mvx + mwx); in computeLodBoundsFromDerivates()
2231 const float fyMax = sqrt2 * (muy + mvy + mwy); in computeLodBoundsFromDerivates()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3602 LLVMValueRef sqrt2 = lp_build_const_vec(bld->gallivm, bld->type, M_SQRT2); in lp_build_ilog2() local
3610 x = LLVMBuildFMul(builder, x, sqrt2, ""); in lp_build_ilog2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp55 #define MATH_SQRT2 numbers::sqrt2

Completed in 18 milliseconds