/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/compiler/ |
intelc.mk | 73 CFLAGS ?= /nologo /c /Ox /G5 /W3 /Qwd32
|
visualage.mk | 63 CFLAGS ?= /Q- /Gd+ /O2 /G5 /W3 /C
|
visualc.mk | 69 CFLAGS ?= /nologo /c /Ox /W3 /WX
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
idct.cpp | 187 r8 = W3 * (r6 + r7); 188 r6 = (r8 - (W3 - W5) * r6); 189 r7 = (r8 - (W3 + W5) * r7); 278 r8 = W3 * (r6 + r7) + 4; 279 r6 = (r8 - (W3 - W5) * r6) >> 3; 280 r7 = (r8 - (W3 + W5) * r7) >> 3; 410 r8 = W3 * (r6 + r7); 411 r6 = (r8 - (W3 - W5) * r6); 412 r7 = (r8 - (W3 + W5) * r7); 499 r8 = W3 * (r6 + r7) + 4 [all...] |
idct.h | 77 #define W3 2408 /* 2048*sqrt(2)*cos(3*pi/16) */
|
block_idct.cpp | 560 x8 = W3 * (x6 + x7) + 4; 561 x6 = (x8 - (W3 - W5) * x6) >> 3; 562 x7 = (x8 - (W3 + W5) * x7) >> 3; 672 x8 = W3 * (x6 + x7) + 4; 673 x6 = (x8 - (W3 - W5) * x6) >> 3; 674 x7 = (x8 - (W3 + W5) * x7) >> 3; 871 x8 = W3 * (x6 + x7); 872 x6 = x8 - (W3 - W5) * x6; 873 x7 = x8 - (W3 + W5) * x7;
|
idct_vca.cpp | 330 x5 = (W3 * x3 + 4) >> 3; 391 x5 = W3 * x3; 610 x5 = (W3 * x3 + 4) >> 3;
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
arraynew.cpp | 108 struct W3 { void operator delete[] (void *, size_t) {} 140 check_no_cookie<W3> (12);
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
arraynew.cpp | 108 struct W3 { void operator delete[] (void *, size_t) {} 140 check_no_cookie<W3> (12);
|
/art/runtime/arch/arm64/ |
registers_arm64.h | 77 W3 = 3,
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastidct.cpp | 160 x5 = W3 * x3; 238 x1 = W3 * x3; 276 x8 = W3 * (x6 + x7); 277 x6 = x8 - (W3 - W5) * x6; 278 x7 = x8 - (W3 + W5) * x7; 534 x5 = (W3 * x3 + 4) >> 3; 705 x1 = (W3 * x3 + 4) >> 3; 778 x8 = W3 * (x6 + x7) + 4; 779 x6 = (x8 - (W3 - W5) * x6) >> 3; 780 x7 = (x8 - (W3 + W5) * x7) >> 3 [all...] |
dct.h | 40 #define W3 2408 /* 2048*sqrt(2)*cos(3*pi/16) */
|
/external/vulkan-validation-layers/libs/glm/detail/ |
type_mat3x4.hpp | 83 typename X3, typename Y3, typename Z3, typename W3> 87 X3 const & x3, Y3 const & y3, Z3 const & z3, W3 const & w3);
|
type_mat4x4.hpp | 78 T const & x3, T const & y3, T const & z3, T const & w3); 91 typename X3, typename Y3, typename Z3, typename W3, 96 X3 const & x3, Y3 const & y3, Z3 const & z3, W3 const & w3,
|
/external/libyuv/files/util/ |
ssim.cc | 68 W3 = MAKE_WEIGHT(3); 251 LOAD_LINE_PAIR(3, W3);
|
/art/compiler/jni/quick/arm64/ |
calling_convention_arm64.cc | 30 W0, W1, W2, W3, W4, W5, W6, W7
|
/external/clang/test/Misc/ |
diag-template-diffing.cpp | [all...] |
/external/harfbuzz_ng/win32/ |
detectenv-msvc.mak | 127 CFLAGS = $(CFLAGS_ADD) /W3 /Zi /I.. /I..\src /I. /I$(PREFIX)\include
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECPoint.java | 861 // TODO If the result will only be used in a subsequent addition, we don't need W3 862 ECFieldElement W3 = calculateJacobianModifiedW(Z3, Z3Squared); 864 zs = new ECFieldElement[]{ Z3, W3 }; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
vdmdbg.h | 262 #define W3(x) ((USHORT)(x.ExceptionInformation[1]))
|
/external/wpa_supplicant_8/wpa_supplicant/ |
nmake.mak | 54 CFLAGS = $(CFLAGS) /W3
|
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.h | 35 case AArch64::X3: return AArch64::W3; 75 case AArch64::W3: return AArch64::X3; [all...] |
/external/opencv/cv/src/ |
cvcalibration.cpp | 453 CvMat W3 = cvMat(3, 3, CV_64F, _W3); 470 cvMatMul( &dxdR2, &dR2dr2, &W3 ); 471 cvConvert( &W3, dt3dr2 ); [all...] |
/external/opencv3/modules/calib3d/src/ |
calibration.cpp | 220 CvMat W3 = cvMat(3, 3, CV_64F, _W3); 237 cvMatMul( &dxdR2, &dR2dr2, &W3 ); 238 cvConvert( &W3, dt3dr2 ); [all...] |
/art/compiler/utils/arm64/ |
managed_register_arm64_test.cc | 638 EXPECT_TRUE(vixl::w3.Is(Arm64Assembler::reg_w(W3))); [all...] |