/aosp_15_r20/external/clang/test/Driver/ |
H A D | cl-link.c | 1 // Note: %s must be preceded by -- or bound to another option, otherwise it may 2 // be interpreted as a command-line option, e.g. on Mac where %s is commonly 5 // RUN: %clang_cl /Tc%s -### /link foo bar baz 2>&1 | FileCheck --check-prefix=LINK %s 6 // RUN: %clang_cl /Tc%s -### /linkfoo bar baz 2>&1 | FileCheck --check-prefix=LINK %s 12 // RUN: %clang_cl -m32 -arch:IA32 --target=i386-pc-win32 /Tc%s -### -fsanitize=address 2>&1 | FileC… 14 // ASAN: "-debug" 15 // ASAN: "-incremental:no" 16 // ASAN: "{{.*}}clang_rt.asan-i386.lib" 17 // ASAN: "{{.*}}clang_rt.asan_cxx-i386.lib" 18 // ASAN: "{{.*}}cl-link{{.*}}.obj" [all …]
|
H A 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 …]
|
/aosp_15_r20/external/eigen/cmake/ |
H A D | FindBLAS.cmake | 3 # @copyright (c) 2009-2014 The University of Tennessee and The University 6 # @copyright (c) 2012-2016 Inria. All rights reserved. 7 # @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights r… 11 # - Find BLAS library 13 # linear-algebra interface (see http://www.netlib.org/blas/). 16 # http://ac-archive.sourceforge.net/ac-archive/acx_blas.html). 19 # BLAS_FOUND - set to true if a library implementing the BLAS interface 21 # BLAS_LINKER_FLAGS - uncached list of required linker flags (excluding -l 22 # and -L). 23 # BLAS_COMPILER_FLAGS - uncached list of required compiler flags (including -I for mkl headers). [all …]
|
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/ |
H A D | package-lock.json | 2 "name": "watch-web-app", 8 "name": "watch-web-app", 17 "@angular/platform-browser": "^18.0.0", 18 "@angular/platform-browser-dynamic": "^18.0.0", 20 "ng-keyboard-shortcuts": "^13.0.8", 26 "@angular-devkit/build-angular": "^18.0.1", 28 "@angular/compiler-cli": "^18.0.0", 30 "jasmine-core": "~5.1.0", 32 "karma-chrome-launcher": "~3.2.0", 33 "karma-coverage": "~2.2.0", [all …]
|
/aosp_15_r20/external/flac/ |
H A D | configure.ac | 1 # FLAC - Free Lossless Audio Codec 2 # Copyright (C) 2001-2009 Josh Coalson 3 # Copyright (C) 2011-2023 Xiph.Org Foundation 7 # are distributed under Xiph.Org's BSD-like license (see the file 23 AC_INIT([flac],[1.4.3],[flac-[email protected]],[flac],[https://www.xiph.org/flac/]) 27 AM_INIT_AUTOMAKE([foreign 1.10 -Wall tar-pax no-dist-gzip dist-xz subdir-objects]) 37 LT_INIT([win32-dll disable-static pic-only]) 58 if test "x$ac_cv_header_stdint_h" != xyes -o "x$ac_cv_header_stdbool_h" != xyes; then 70 AC_MSG_WARN([[*** Not able to determine endian-ness of target processor. ]]) 82 AC_ARG_ENABLE(asm-optimizations, AS_HELP_STRING([--disable-asm-optimizations],[Do not use any CPU s… [all …]
|
H A D | CMakeLists.txt | 3 # 3.5 is needed in src/libFLAC/ia32 24 option(INSTALL_CMAKE_CONFIG_MODULE "Install CMake package-config module" ON) 58 COMMAND git --git-dir=.git describe --tags --exact-match 65 COMMAND git --git-dir=.git log -1 --pretty=format:%h 72 COMMAND git --git-dir=.git log -1 --pretty=format:%cd --date=format:%Y%m%d 80 if(NOT WIN32) 86 …GS "-Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wneste… 87 set(CMAKE_C_FLAGS_RELEASE "-DNDEBUG ${CMAKE_C_FLAGS_RELEASE}") 90 …t(CMAKE_CXX_FLAGS "-Wall -Wextra -Wcast-align -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-v… 91 set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG ${CMAKE_CXX_FLAGS_RELEASE}") [all …]
|
H A D | CHANGELOG.md | 5 ## FLAC 1.4.3 (23-Jun-2023) 10 …* All PowerPC-specific code has been removed, as it turned out those improvements didn't actually … 11 …ed for all presets. The largest change is for the fastest presets and for 24-bit and 32-bit inputs. 12 * Small improvement in decoder speed for BMI2-capable CPUs 18 …* Various improvements to the --keep-foreign-metadata and --keep-foreign-metadata-if-present optio… 21 * AIFF-C sowt data can now be restored 22 …* Add --force-legacy-wave-format option, to decode to WAV with WAVEFORMATPCM where WAVE_FORMAT_EXT… 23 * Add --force-aiff-c-none-format and --force-aiff-c-sowt-format to decode to AIFF-C 25 …* Throw an error when WAV or AIFF files are over 4GiB in length and the --ignore-chunk-sizes optio… 29 * Removal of the --sector--align option [all …]
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/ |
H A D | build-outputs.mk | 123 atomic/unix/ia32.lo: atomic/unix/ia32.c .make.dirs 129 OBJECTS_atomic_unix = atomic/unix/builtins.lo atomic/unix/ia32.lo atomic/unix/mutex.lo atomic/unix/… 242 dso/win32/dso.lo: dso/win32/dso.c .make.dirs include/apr_allocator.h include/apr_errno.h include/ap… 244 OBJECTS_dso_win32 = dso/win32/dso.lo 246 file_io/win32/buffer.lo: file_io/win32/buffer.c .make.dirs include/apr_allocator.h include/apr_errn… 247 file_io/win32/dir.lo: file_io/win32/dir.c .make.dirs include/apr_allocator.h include/apr_dso.h incl… 248 file_io/win32/filedup.lo: file_io/win32/filedup.c .make.dirs include/apr_allocator.h include/apr_er… 249 file_io/win32/filepath.lo: file_io/win32/filepath.c .make.dirs include/apr_allocator.h include/apr_… 250 file_io/win32/filestat.lo: file_io/win32/filestat.c .make.dirs include/apr_allocator.h include/apr_… 251 file_io/win32/filesys.lo: file_io/win32/filesys.c .make.dirs include/apr_allocator.h include/apr_er… [all …]
|
/aosp_15_r20/external/pigweed/pw_web/log-viewer/ |
H A D | package-lock.json | 2 "name": "log-viewer", 8 "name": "log-viewer", 12 "@codemirror/lang-python": "^6.1.6", 14 "@codemirror/theme-one-dark": "^6.1.2", 15 "@lit-labs/virtualizer": "^2.0.7", 17 "@shoelace-style/shoelace": "^2.15.0", 20 "prettier-plugin-jsdoc": "^0.4.2" 23 "@open-wc/testing": "^3.0.0-next.5", 24 "@remcovaes/web-test-runner-vite-plugin": "^1.2.1", 26 "@typescript-eslint/eslint-plugin": "^5.59.7", [all …]
|
/aosp_15_r20/external/pytorch/cmake/Modules/ |
H A D | FindMKL.cmake | 1 # - Find INTEL MKL library 4 # MKL_FOUND - set to true if a library implementing the CBLAS interface is found 5 # MKL_VERSION - best guess of the found mkl version 6 # MKL_INCLUDE_DIR - path to include dir. 7 # MKL_LIBRARIES - list of libraries for base mkl 8 # MKL_OPENMP_TYPE - OpenMP flavor that the found mkl uses: GNU or Intel 9 # MKL_OPENMP_LIBRARY - path to the OpenMP library the found mkl uses 10 # MKL_LAPACK_LIBRARIES - list of libraries to add for lapack 11 # MKL_SCALAPACK_LIBRARIES - list of libraries to add for scalapack 12 # MKL_SOLVER_LIBRARIES - list of libraries to add for the solvers [all …]
|
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/modp_b64/ |
H A D | modp_b64.gyp | 2 # Use of this source code is governed by a BSD-style license that can be 22 ['OS == "win" and target_arch=="ia32"', { 23 # Even if we are building the browser for Win32, we need a few modules 30 # a 32-bit library.
|
/aosp_15_r20/external/modp_b64/ |
H A D | modp_b64.gyp | 2 # Use of this source code is governed by a BSD-style license that can be 22 ['OS == "win" and target_arch=="ia32"', { 23 # Even if we are building the browser for Win32, we need a few modules 30 # a 32-bit library.
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | FindLAPACK.cmake | 1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying 6 ---------- 11 `LAPACK linear-algebra interface`_. 15 .. _`LAPACK linear-algebra interface`: http://www.netlib.org/lapack/ 35 if set ``pkg-config`` will be used to search for a LAPACK library first 44 Search for a BLAS/LAPACK with 32-bit integer interfaces. 46 Search for a BLAS/LAPACK with 64-bit integer interfaces. 49 Most likely, a BLAS/LAPACK with 32-bit integer interfaces will be found. 69 uncached list of required linker flags (excluding ``-l`` and ``-L``). 84 variant either on the command-line as ``-DBLA_VENDOR=Intel10_64lp`` or in [all …]
|
D | FindBLAS.cmake | 1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying 6 -------- 11 `BLAS linear-algebra interface`_. 15 .. _`BLAS linear-algebra interface`: http://www.netlib.org/blas/ 35 if set ``pkg-config`` will be used to search for a BLAS library first 44 Search for a BLAS/LAPACK with 32-bit integer interfaces. 46 Search for a BLAS/LAPACK with 64-bit integer interfaces. 49 Most likely, a BLAS/LAPACK with 32-bit integer interfaces will be found. 69 uncached list of required linker flags (excluding ``-l`` and ``-L``). 183 variant either on the command-line as ``-DBLA_VENDOR=Intel10_64lp`` or in [all …]
|
D | InstallRequiredSystemLibraries.cmake | 1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying 6 ------------------------------ 8 Include this module to search for compiler-provided system runtime 33 app-local deployment (e.g. to Windows XP). This is meaningful 82 set(_Intel_archdir ia32) 85 if(WIN32) 103 set(_Intel_redistdir NOT-FOUND) 380 …GET_PLATFORM_VERSION};$ENV{UCRTVersion};$ENV{WindowsSDKVersion};" MATCHES [=[;(10\.[0-9.]+)[;\]]=]) 540 # Multi-Byte Character Set versions of MFC are available as optional 638 if(WIN32) [all …]
|
/aosp_15_r20/external/pigweed/ |
H A D | package-lock.json | 10 "license": "Apache-2.0", 12 "@protobuf-ts/protoc": "^2.7.0", 14 "google-protobuf": "^3.17.3", 16 "ts-protoc-gen": "^0.15.0" 23 "@codemirror/lang-python": "^6.1.6", 25 "@codemirror/theme-one-dark": "^6.1.2", 26 "@lit-labs/virtualizer": "^2.0.7", 27 "@material-ui/core": "^4.12.1", 28 "@material-ui/lab": "^4.0.0-alpha.60", 30 "@open-wc/testing": "^3.0.0-next.5", [all …]
|
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/ |
H A D | package-lock.json | 10 "license": "Apache-2.0", 16 "js-yaml": "^4.1.0", 17 "node_modules-path": "^2.0.8", 18 "strip-ansi": "^7.1.0" 24 "@types/js-yaml": "^4.0.9", 27 "@typescript-eslint/eslint-plugin": "^7.16.0", 28 "@typescript-eslint/parser": "^7.16.0", 29 "@vscode/test-cli": "^0.0.10", 30 "@vscode/test-electron": "^2.4.1", 33 "node-polyfill-webpack-plugin": "^4.0.0", [all …]
|
/aosp_15_r20/external/perfetto/ui/ |
H A D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 41 '@types/color-convert': 62 '@types/w3c-web-usb': 68 color-convert: 71 devtools-protocol: 89 jsbn-rsa: 95 noice-json-rpc: 104 protobufjs-cli: 116 vega-lite: 133 '@rollup/plugin-commonjs': [all …]
|
/aosp_15_r20/external/libxml2/win32/ |
H A D | configure.js | 60 /* Win32 build options. */ 143 txt += " cruntime: C-runtime compiler option (only msvc) (" + cruntime + ")\n"; 196 } else if(s.search(/^LIBXML_MICRO_VERSION_SUFFIX=/) != -1) { 246 vf.WriteLine("INCLUDE+= -I" + buildInclude); 247 vf.WriteLine("LIB+= -L" + buildLib); 279 if (s.search(/\@VERSION\@/) != -1) { 282 } else if (s.search(/\@LIBXML_VERSION_NUMBER\@/) != -1) { 285 } else if (s.search(/\@LIBXML_VERSION_EXTRA\@/) != -1) { 287 } else if (s.search(/\@WITH_THREADS\@/) != -1) { 289 } else if (s.search(/\@WITH_THREAD_ALLOC\@/) != -1) { [all …]
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | SystemInfo.cpp | 96 #endif // WIN32 455 if ((maxSize & (kReserveSize - 1)) == 0) in SysInfo_To_String() 506 // s += " - "; in GetSysInfo() 583 const unsigned sha2 = ((unsigned)(Arm64_ISAR0_EL1 >> 12) & 0xf) - 1; in Get_Registers() 686 Microcode += "->"; in Fill() 773 if (v != -1) in AddCpuFeatures() 969 s += " - "; in GetSystemInfoText() 1003 printCallback->Print(s); in GetSystemInfoText() 1004 printCallback->NewLine(); in GetSystemInfoText() 1191 #define MY_CPU_COMPILE_ISA "IA32" in GetCompiler() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86CallingConv.td | 1 //===-- X86CallingConv.td - Calling Conventions X86 32/64 --*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This describes the calling conventions for the X86-32 and X86-64 12 //===----------------------------------------------------------------------===// 14 /// CCIfSubtarget - Match if the current subtarget has a feature F. 20 /// CCIfNotSubtarget - Match if the current subtarget doesn't has a feature F. 26 /// CCIfIsVarArgOnWin - Match if isVarArg on Windows 32bits. 81 // X86-64 Intel regcall calling convention. 94 // bool, char, int, enum, long, pointer --> GPR [all …]
|
/aosp_15_r20/external/pigweed/pw_web/webconsole/ |
H A D | package-lock.json | 12 "@codemirror/lang-javascript": "^6.0.2", 14 "@codemirror/theme-one-dark": "^6.0.0", 20 "object-path": "^0.11.8", 23 "react-dom": "18.2.0", 24 "react-virtualized": "^9.22.3", 25 "react-virtualized-auto-sizer": "^1.0.6", 26 "react-window": "^1.8.7", 28 "xterm-addon-fit": "^0.5.0" 33 "@types/react-dom": "18.0.6", 34 "@types/react-virtualized": "^9.21.21", [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_math.py | 1 # Python test set -- math module 17 eps = 1E-05 20 NINF = float('-inf') 24 # detect evidence of double-rounding: fsum is not always correctly 40 """Convert a non-NaN float x to an integer, in such a way that 42 abs(ulps(x) - ulps(y)) gives the difference in ulps between two 48 Note: 0.0 and -0.0 are converted to 0 and -1, respectively. 61 # factorial(n) = factorial_odd_part(n) << (n - count_set_bits(n)) 71 # We iterate downwards from i == n.bit_length() - 1 to i == 0. The inner 79 return 1 + count_set_bits(n & n - 1) if n else 0 [all …]
|
/aosp_15_r20/external/clang/lib/Driver/ |
H A D | Tools.cpp | 1 //===--- Tools.cpp - Tools Implementations ----------------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 59 StringRef Name = A->getOption().getName(); in handleTargetFeaturesGroup() 60 A->claim(); in handleTargetFeaturesGroup() 62 // Skip over "-m". in handleTargetFeaturesGroup() 66 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() 69 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name)); in handleTargetFeaturesGroup() 77 .Case("niagara", "-Av9b") in getSparcAsmModeForCPU() 78 .Case("niagara2", "-Av9b") in getSparcAsmModeForCPU() 79 .Case("niagara3", "-Av9d") in getSparcAsmModeForCPU() [all …]
|
/aosp_15_r20/external/cronet/android/tools/gn2bp/ |
H A D | desc_arm64.json | 5 …"libs": [ "dl", "//third_party/llvm-build/Release+Asserts/lib/clang/19/lib/linux/libclang_rt.built… 42 …"libs": [ "dl", "//third_party/llvm-build/Release+Asserts/lib/clang/19/lib/linux/libclang_rt.built… 54 "arflags": [ "-T" ], 55 …-fPIC", "-fno-delete-null-pointer-checks", "-fno-ident", "-fno-strict-aliasing", "-fstack-protecto… 56 …-Wall", "-Wextra", "-Wimplicit-fallthrough", "-Wextra-semi", "-Wunreachable-code-aggressive", "-Wt… 57 …"cflags_c": [ "-std=c11", "--sysroot=../../third_party/android_toolchain/ndk/toolchains/llvm/prebu… 58 …-Wenum-compare-conditional", "-Wno-c++11-narrowing-const-reference", "-std=c++20", "-Wno-trigraphs… 59 …"cflags_objc": [ "-std=c11", "--sysroot=../../third_party/android_toolchain/ndk/toolchains/llvm/pr… 60 …-std=c++20", "-Wno-trigraphs", "-fexperimental-relative-c++-abi-vtables", "-gsimple-template-names… 63 … "ANDROID_NDK_VERSION_ROLL=r26b_1", "CR_CLANG_REVISION=\"llvmorg-19-init-8091-gab037c4f-22\"", "_L… [all …]
|