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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperationsTest.cpp191 float sqrt2 = sqrt(2.0f); local
192 FloatBox box(-sqrt2, -sqrt2, 0, sqrt2, sqrt2, 0);
197 float sizes[] = { 0, 0.1f, sqrt2, 2*sqrt2 };
/external/opencv/cvaux/src/
H A Dcvhmmobs.cpp511 static const double sqrt2 = 1.4142135623730950488016887242097; local
550 scale *= sqrt2;
/external/libvorbis/lib/
H A Dsmallft.c751 static float sqrt2=1.414213562373095f; local
830 ch[t5+=t0]=sqrt2*(tr1-ti1);
832 ch[t5+=t0]=-sqrt2*(tr1+ti1);
/external/speex/libspeex/
H A Dsmallft.c753 static float sqrt2=1.414213562373095f; local
832 ch[t5+=t0]=sqrt2*(tr1-ti1);
834 ch[t5+=t0]=-sqrt2*(tr1+ti1);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2926 LLVMValueRef sqrt2 = lp_build_const_vec(bld->gallivm, bld->type, M_SQRT2); local
2934 x = LLVMBuildFMul(builder, x, sqrt2, "");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2926 LLVMValueRef sqrt2 = lp_build_const_vec(bld->gallivm, bld->type, M_SQRT2); local
2934 x = LLVMBuildFMul(builder, x, sqrt2, "");
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c13820 IRTemp sqrt2 = newTemp(Ity_F64); local
13834 assign( sqrt2, binop( Iop_SqrtF64, rm, mkexpr( b2 ) ) );
13859 resp ? mkexpr( b2 ) : mkexpr( sqrt2 ) ) ) ) );

Completed in 981 milliseconds