/external/mesa3d/src/panfrost/midgard/ |
D | midgard_ops.c | 1 /* Copyright (c) 2018-2019 Alyssa Rosenzweig (alyssa@rosenzweig.io) 2 * Copyright (C) 2019-2020 Collabora, Ltd. 180 #define M32 midgard_reg_mode_32 macro 184 [midgard_op_unpack_colour] = {"unpack_colour", M32}, 185 [midgard_op_pack_colour] = {"pack_colour", M32}, 186 [midgard_op_pack_colour_32] = {"pack_colour_32", M32}, 187 [midgard_op_ld_cubemap_coords] = {"ld_cubemap_coords", M32}, 188 [midgard_op_ld_compute_id] = {"ld_compute_id", M32}, 189 [midgard_op_ldst_perspective_division_z] = {"ldst_perspective_division_z", M32}, 190 [midgard_op_ldst_perspective_division_w] = {"ldst_perspective_division_w", M32}, [all …]
|
/external/clang/test/CodeGenCXX/ |
D | dllexport.cpp | 1 …-triple i686-windows-msvc -emit-llvm -std=c++1y -fno-threadsafe-statics -fms-extensions -O1 -mco… 2 …-triple i686-windows-msvc -emit-llvm -std=c++1y -fno-threadsafe-statics -fms-extensions -O1 -mco… 4 …-triple x86_64-windows-msvc -emit-llvm -std=c++1y -fno-threadsafe-statics -fms-extensions -O0 -o -… 5 …-triple x86_64-windows-msvc -emit-llvm -std=c++1y -fno-threadsafe-statics -fms-extensions -O0 -o -… 7 …cc1 -triple i686-windows-gnu -emit-llvm -std=c++1y -fno-threadsafe-statics -fms-extensions -O0 … 8 …cc1 -triple x86_64-windows-gnu -emit-llvm -std=c++1y -fno-threadsafe-statics -fms-extensions -O0 … 30 // M32-DAG: $"\01??_7W@@6B@" = comdat largest 33 //===----------------------------------------------------------------------===// 35 //===----------------------------------------------------------------------===// 38 // MSC-NOT: @"\01?ExternGlobalDecl@@3HA" [all …]
|
D | dllexport-members.cpp | 1 …-triple i686-windows-msvc -fms-compatibility -fms-compatibility-version=18 -emit-llvm -std=c++1y… 2 … -triple x86_64-windows-msvc -fms-compatibility -fms-compatibility-version=18 -emit-llvm -std=c++1… 3 …%clang_cc1 -triple i686-windows-msvc -fms-compatibility -fms-compatibility-version=19 -emit-llvm… 4 …%clang_cc1 -triple x86_64-windows-msvc -fms-compatibility -fms-compatibility-version=19 -emit-llvm… 5 …RUN: %clang_cc1 -triple i686-windows-gnu -emit-llvm -std=c++1y -O0 -o - %s |… 6 …RUN: %clang_cc1 -triple x86_64-windows-gnu -emit-llvm -std=c++1y -O0 -o - %s |… 21 //===----------------------------------------------------------------------===// 23 //===----------------------------------------------------------------------===// 29 …// M32-DAG: define dllexport x86_thiscallcc void @"\01?normalDef@ExportMembers@@QAEXXZ"(%… 30 …// M64-DAG: define dllexport void @"\01?normalDef@ExportMembers@@QEAAXXZ"(… [all …]
|
D | dllimport-members.cpp | 1 …ng_cc1 -triple i686-windows-msvc -fms-compatibility -emit-llvm -std=c++1y -O0 -o - %s -DMSABI | … 2 … %clang_cc1 -triple x86_64-windows-msvc -fms-compatibility -emit-llvm -std=c++1y -O0 -o - %s -DMSA… 3 … %clang_cc1 -triple i686-windows-gnu -emit-llvm -std=c++1y -O0 -o - %s … 4 … %clang_cc1 -triple x86_64-windows-gnu -emit-llvm -std=c++1y -O0 -o - %s … 5 // RUN: %clang_cc1 -triple i686-windows-msvc -fms-compatibility -emit-llvm -std=c++1y -O1 -o - %s… 6 // RUN: %clang_cc1 -triple i686-windows-gnu -emit-llvm -std=c++1y -O1 -o - %s… 46 // Used to force non-trivial special members. 58 //===----------------------------------------------------------------------===// 60 //===----------------------------------------------------------------------===// 66 …// M32-DAG: define dllexport x86_thiscallcc void @"\01?normalDef@ImportMembers@@QAEXXZ"(%struct… [all …]
|
/external/clang/test/Driver/ |
D | cl-x86-flags.c | 1 // REQUIRES: x86-registered-target 3 // We support -m32 and -m64. We support all x86 CPU feature flags in gcc's -m 5 // RUN: %clang_cl /Zs /WX -m32 -m64 -msse3 -msse4.1 -mavx -mno-avx \ 6 // RUN: --target=i386-pc-win32 -### -- 2>&1 %s | FileCheck -check-prefix=MFLAGS %s 7 // MFLAGS-NOT: argument unused during compilation 9 // RUN: %clang_cl -m32 -arch:IA32 --target=i386 -### -- 2>&1 %s | FileCheck -check-prefix=IA32 %s 10 // IA32: "-target-cpu" "i386" 11 // IA32-NOT: -target-feature 12 // IA32-NOT: argument unused during compilation 14 // RUN: %clang_cl -m32 -arch:ia32 --target=i386 -### -- 2>&1 %s | FileCheck -check-prefix=ia32 %s [all …]
|
D | biarch.c | 1 // RUN: %clang -target i386--netbsd -m32 %s -### 2>&1 | FileCheck -check-prefix=I386 %s 2 // RUN: %clang -target x86_64--netbsd -m32 %s -### 2>&1 | FileCheck -check-prefix=I386 %s 3 // I386: "-cc1" "-triple" "i386--netbsd" 5 // RUN: %clang -target i386--netbsd -m64 %s -### 2>&1 | FileCheck -check-prefix=X86_64 %s 6 // RUN: %clang -target x86_64--netbsd -m64 %s -### 2>&1 | FileCheck -check-prefix=X86_64 %s 7 // X86_64: "-cc1" "-triple" "x86_64--netbsd" 9 // r196538 set arm1176jzf-s as default CPU for ARMv6 on NetBSD 10 // RUN: %clang -target armv6--netbsd-eabihf -m32 %s -### 2>&1 | FileCheck -check-prefix=ARMV6 %s 11 // ARMV6: "-cc1" "-triple" "armv6kz--netbsd-eabihf" 13 // RUN: %clang -target sparcv9--netbsd -m32 %s -### 2>&1 | FileCheck -check-prefix=SPARC %s [all …]
|
D | unknown-gcc-arch.c | 1 // RUN: %clang -target x86_64-unknown-unknown -no-integrated-as -c \ 2 // RUN: -x assembler %s -### 2>&1 | FileCheck -check-prefix=X86_64 %s 3 // X86_64: {{.*as.*--64}} 5 // RUN: %clang -target x86_64-unknown-unknown -c -x assembler %s -### -m32 \ 6 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=X86_64-M32 %s 7 // X86_64-M32: {{.*as.*--32}} 9 // RUN: %clang -target i386-unknown-unknown -c -x assembler %s -### \ 10 // RUN: -no-integrated-as 2>&1| FileCheck -check-prefix=I386 %s 11 // I386: {{.*as.*--32}} 13 // RUN: %clang -target i386-unknown-unknown -c -x assembler %s -### -m64 \ [all …]
|
D | arc.c | 1 // RUN: not %clang -ObjC -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCh… 2 // RUN: not %clang -x objective-c -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1… 3 // RUN: not %clang -x objective-c++ -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>… 4 // RUN: not %clang -x c -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileChe… 5 // RUN: not %clang -x c++ -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileC… 6 …UN: not %clang -x objective-c -target x86_64-apple-darwin11 -mmacosx-version-min=10.5 -fobjc-arc %… 11 // CHECK: error: -fobjc-arc is not supported on platforms using the legacy runtime 12 // CHECK-NOT: invalid preprocessing directive 14 // NOTOBJC-NOT: error: -fobjc-arc is not supported on platforms using the legacy runtime 17 // NOTSUPPORTED: error: -fobjc-arc is not supported on versions of OS X prior to 10.6
|
D | prefixed-tools.c | 1 // RUN: %clang -### -B%S/Inputs/prefixed_tools_tree -o %t.o -no-integrated-as \ 2 // RUN: -target x86_64--linux %s 2>&1 | \ 3 // RUN: FileCheck --check-prefix=CHECK-M64 %s 5 // RUN: %clang -### -B%S/Inputs/prefixed_tools_tree -o %t.o -no-integrated-as \ 6 // RUN: -m32 -target x86_64--linux %s 2>&1 | \ 7 // RUN: FileCheck --check-prefix=CHECK-M32 %s 9 // CHECK-M64: "{{.*}}{{/|\\\\}}prefixed_tools_tree{{/|\\\\}}x86_64--linux-as" 10 // CHECK-M64: "{{.*}}{{/|\\\\}}prefixed_tools_tree{{/|\\\\}}x86_64--linux-ld" 11 // CHECK-M32: "{{.*}}{{/|\\\\}}prefixed_tools_tree{{/|\\\\}}x86_64--linux-as" 12 // CHECK-M32: "{{.*}}{{/|\\\\}}prefixed_tools_tree{{/|\\\\}}x86_64--linux-ld"
|
/external/skia/resources/sksl/shared/ |
D | MatricesNonsquare.sksl | 12 float3x2 m32 = float3x2(4); 13 ok = ok && (m32 == float3x2(4, 0, 30 float2x2 m22 = m32 * m23; 39 m32 -= 2; 40 ok = ok && (m32 == float3x2(2, -2, 41 -2, 2, 42 -2, -2)); 58 half3x2 m32 = half3x2(4); 59 ok = ok && (m32 == half3x2(4, 0, 76 half2x2 m22 = m32 * m23; [all …]
|
/external/ms-tpm-20-ref/ |
D | .travis.yml | 4 - clang 5 - gcc 10 - autoconf-archive 13 - amd64 14 - arm64 15 - s390x 19 - compiler: clang 20 env: CONF_OPT="--host=i686-pc-linux-gnu" CFLAGS="-m32" LDFLAGS="-m32" 21 - compiler: gcc 22 env: CONF_OPT="--host=i686-pc-linux-gnu" CFLAGS="-m32" LDFLAGS="-m32" [all …]
|
/external/autotest/client/deps/webgl_mpd/src/resources/ |
D | J3DIMath.js | 26 // J3DI (Jedi) - A support library for WebGL. 31 J3DIMatrix4 - A 4x4 Matrix 110 …SSMatrix" in window && ("media" in window && window.media.matchMedium("(-webkit-transform-3d)")) || 111 … ("styleMedia" in window && window.styleMedia.matchMedium("(-webkit-transform-3d)"))) { 163 this.$matrix.m32 = matrix.m32; 188 this.$matrix.m32 = matrix[9]; 208 this.$matrix.m31, this.$matrix.m32, this.$matrix.m33, this.$matrix.m34, 242 J3DIMatrix4.setUniformArray[9] = this.$matrix.m32; 269 this.$matrix.m32 = 0; 294 this.$matrix.m23 = this.$matrix.m32; [all …]
|
/external/jemalloc_new/ |
D | .travis.yml | 6 - os: linux 7 … env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds" 8 - os: osx 9 … env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds" 10 - os: linux 11 … CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds" 12 - os: linux 13 …env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-boun… 17 - gcc-multilib 18 - os: linux [all …]
|
/external/python/cpython2/PC/VS8.0/ |
D | build_ssl.py | 17 # Now this script supports pre-generated makefiles and assembly files. 49 fh = os.popen('"%s" -e "use Win32;"' % perl) 78 if os.path.isdir(fqn) and fname.startswith("openssl-"): 84 parts = re.split("[.-]", os.path.basename(c))[1:] 85 # eg - openssl-0.9.7-beta1 - ignore all "beta" or any other qualifiers 98 def create_makefile64(makefile, m32): argument 103 if not os.path.isfile(m32): 105 with open(m32) as fin: 117 os.unlink(m32) 137 noalgo = " -DOPENSSL_NO_%s" % algo [all …]
|
/external/clang/test/Preprocessor/ |
D | predefined-arch-macros.c | 1 // Begin X86/GCC/Linux tests ---------------- 3 // RUN: %clang -march=i386 -m32 -E -dM %s -o - 2>&1 \ 4 // RUN: -target i386-unknown-linux \ 5 // RUN: | FileCheck -match-full-lines %s -check-prefix=CHECK_I386_M32 10 // RUN: not %clang -march=i386 -m64 -E -dM %s -o - 2>&1 \ 11 // RUN: -target i386-unknown-linux \ 12 // RUN: | FileCheck -match-full-lines %s -check-prefix=CHECK_I386_M64 15 // RUN: %clang -march=i486 -m32 -E -dM %s -o - 2>&1 \ 16 // RUN: -target i386-unknown-linux \ 17 // RUN: | FileCheck -match-full-lines %s -check-prefix=CHECK_I486_M32 [all …]
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | abicheck.sh | 2 set -ex 7 Usage: $0 [--zlib-compat][--refresh][--refresh-if] 9 Build shared library with -ggdb, then compare its ABI to the stable 13 --zlib-compat - check the ABI of the zlib-compatible flavor of zlib-ng. 14 --refresh - build the reference library and extract its ABI rather than using a stored ABI fil… 15 --refresh-if - refresh only if ABI file not present. 19 Requires libabigail (on Ubuntu, install package abigail-tools). 23 # Print the multiarch tuple for the current (non-cross) machine, 26 dpkg-architecture -qDEB_HOST_MULTIARCH || 27 $CC -print-multiarch || [all …]
|
/external/skia/tests/sksl/shared/ |
D | MatricesNonsquare.glsl | 11 mat3x2 m32 = mat3x2(4.0); 12 ok = ok && m32 == mat3x2(4.0, 0.0, 0.0, 4.0, 0.0, 0.0); 19 mat2 m22 = m32 * m23; 25 m32 -= 2.0; 26 ok = ok && m32 == mat3x2(2.0, -2.0, -2.0, 2.0, -2.0, -2.0); 51 _3_m32 -= 2.0; 52 _0_ok = _0_ok && _3_m32 == mat3x2(2.0, -2.0, -2.0, 2.0, -2.0, -2.0);
|
/external/oss-fuzz/projects/cryptofuzz/ |
D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 19 # https://github.com/google/oss-fuzz/issues/2336 23 if [[ $CFLAGS != *sanitize=memory* && $CFLAGS != *-m32* ]] 26 # It is required for building noble-bls12-381 28 tar Jxf node-v14.17.1-linux-x64.tar.xz 29 export PATH="$PATH:$SRC/node-v14.17.1-linux-x64/bin/" 33 $CC $SRC/xxd.c -o /usr/bin/xxd 36 rm -rf $SRC/cryptofuzz/modules/reference/xxHash/ 37 cp -R $SRC/xxHash/ $SRC/cryptofuzz/modules/reference/ [all …]
|
/external/deqp/scripts/ |
D | run_internal_tests.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 31 exit(-1) 46 … testBinaryName, executor = 'executor', execserver = 'execserver', junitTool = 'testlog-to-junit'): 77 execute(["cmake", "--build", "."] + config.buildParams, workDir = config.buildPath) 95 execute([config.testBinaryName, "--deqp-runmode=xml-caselist"], workDir = testWorkDir) 100 '--port=%d' % random.randint(50000, 60000), [all …]
|
/external/ltp/ |
D | INSTALL | 2 ------------ 9 …pt install gcc git make pkgconf autoconf automake bison flex m4 linux-headers-$(uname -r) libc6-dev 13 # zypper install gcc git make pkgconf autoconf automake bison flex m4 linux-glibc-devel glibc-devel 17 # yum install gcc git make pkgconf autoconf automake bison flex m4 kernel-headers glibc-headers 23 autoconf, automake, m4 (autoconf requirement), git and pkgconf (or pkg-config 30 GNU Bison / Berkeley Yacc is required for ltp-scanner. 33 ------------- 39 $ mkdir -p $TOP_BUILDDIR 42 - $TOP_SRCDIR and $TOP_BUILDDIR are the same for in-build-tree scenarios. 43 - $TOP_SRCDIR and $TOP_BUILDDIR differ for out-of-build-tree scenarios. [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | nonSquare.vert.out | 7 0:20 move second child to first child ( temp 2-component vector of float) 8 0:20 'a' ( temp 2-component vector of float) 9 0:20 vector-times-matrix ( temp 2-component vector of float) 10 0:20 'v3' ( in 3-component vector of float) 12 0:21 move second child to first child ( temp 2-component vector of float) 13 0:21 'b' ( temp 2-component vector of float) 14 0:21 matrix-times-vector ( temp 2-component vector of float) 15 0:21 'm32' ( uniform 3X2 matrix of float) 16 0:21 'v3' ( in 3-component vector of float) 17 0:23 move second child to first child ( temp 4-component vector of float) [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | nonSquare.vert.out | 7 0:20 move second child to first child ( temp 2-component vector of float) 8 0:20 'a' ( temp 2-component vector of float) 9 0:20 vector-times-matrix ( temp 2-component vector of float) 10 0:20 'v3' ( in 3-component vector of float) 12 0:21 move second child to first child ( temp 2-component vector of float) 13 0:21 'b' ( temp 2-component vector of float) 14 0:21 matrix-times-vector ( temp 2-component vector of float) 15 0:21 'm32' ( uniform 3X2 matrix of float) 16 0:21 'v3' ( in 3-component vector of float) 17 0:23 move second child to first child ( temp 4-component vector of float) [all …]
|
/external/clang/utils/ABITest/return-types-32/ |
D | Makefile | 1 X_CFLAGS := -m32 2 Y_CFLAGS := -m32 3 CC_CFLAGS := -m32 7 TESTARGS += --max-args 0
|
/external/clang/utils/ABITest/single-args-32/ |
D | Makefile | 1 X_CFLAGS := -m32 2 Y_CFLAGS := -m32 3 CC_CFLAGS := -m32 7 TESTARGS += --no-function-return --max-args 1
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | frontend.h | 2 * Copyright (C) 2014-2015 Intel Corporation. All Rights Reserved. 41 return ((1U << numBits) - 1); in GenMask() 49 // A = y0 - y1 50 // B = x1 - x0 51 // C = x0y1 - x1y0 61 // A[0] = y0 - y1 in triangleSetupAB() 62 // A[1] = y1 - y2 in triangleSetupAB() 63 // A[2] = y2 - y0 in triangleSetupAB() 71 // B[0] = x1 - x0 in triangleSetupAB() 72 // B[1] = x2 - x1 in triangleSetupAB() [all …]
|