Searched refs:architectures (Results 1 – 25 of 159) sorted by relevance
1234567
/external/opencv3/platforms/winrt/ |
D | setup_winrt.ps1 | 167 $architectures = New-Object System.Collections.ArrayList in Execute() variable 171 $architectures.Add($_) > $null in Execute() 177 D "Processed Architectures: $architectures" in Execute() variable 206 foreach($arch in $architectures) { in Execute()
|
/external/strace/ |
D | NEWS | 8 * Fixed build on arc, metag, nios2, or1k, and tile architectures. 24 syscalls on 64-bit architectures. 28 shows the syscall name on architectures that expose this information. 62 * Fixed decoding of ioctl syscall command on aarch64 and 32-bit architectures 120 * Enhanced aio support on non-x86 architectures by using external libaio.h. 139 * Fixed potential open flags truncation on some architectures. 144 * Fixed decoding of indirect ipc subcalls on some architectures. 145 * Fixed decoding of fanotify_mark syscall on 32-bit architectures. 146 * Fixed decoding of 32-bit stat structures on 64-bit architectures. 147 * Fixed decoding of 32-bit struct cmsghdr on 64-bit architectures. [all …]
|
/external/ltrace/sysdeps/linux-gnu/ |
D | README | 3 architectures except "mips" (as of linux-2.2.12) 7 architectures. (linux-2.2.12)
|
/external/compiler-rt/cmake/Modules/ |
D | CompilerRTDarwinUtils.cmake | 23 # There isn't a clear mapping of what architectures are supported with a given 24 # target platform, but ld's version output does list the architectures it can 39 message(WARNING "Detecting supported architectures from 'ld -v' failed. Returning default set.") 46 # This function takes an OS and a list of architectures and identifies the 47 # subset of the architectures list that the installed toolchain can target. 50 message(STATUS "Using cached valid architectures for ${os}.") 55 message(STATUS "Finding valid architectures for ${os}...") 88 CACHE STRING "List of valid architectures for platform ${os}.") 360 # architectures we bail here.
|
D | AddCompilerRT.cmake | 6 # architectures with name "<name>.<arch>" for non-Darwin platforms if 10 # ARCHS <architectures> 58 # Adds static or shared runtime for a list of architectures and operating 62 # ARCHS <architectures>
|
/external/opencv3/cmake/ |
D | OpenCVDetectCUDA.cmake | 45 … CUDA device code only for specific GPU architecture. Leave empty to build for all architectures.") 74 …TATUS "Automatic detection of CUDA generation failed. Going to build for all known architectures.") 102 …set(CUDA_ARCH_BIN ${__cuda_arch_bin} CACHE STRING "Specify 'real' GPU architectures to build binar… 103 …set(CUDA_ARCH_PTX ${__cuda_arch_ptx} CACHE STRING "Specify 'virtual' PTX architectures to build PT… 139 # Tell NVCC to add PTX intermediate code for the specified architectures
|
/external/compiler-rt/make/platform/ |
D | multi_arch.mk | 2 architectures.
|
/external/opencv3/cmake/templates/ |
D | cvconfig.h.in | 4 /* Compile for 'real' NVIDIA GPU architectures */ 13 /* Compile for 'virtual' NVIDIA PTX architectures */
|
/external/llvm/test/CodeGen/X86/ |
D | function-subtarget-features-2.ll | 3 ; This test verifies that we assemble code for different architectures
|
D | x86-64-double-precision-shift-right.ll | 2 ; Verify that for the architectures that are known to have poor latency
|
D | x86-64-double-precision-shift-left.ll | 2 ; Verify that for the architectures that are known to have poor latency
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-04-16-DynamicCompilation.txt | 8 to the performance problem faced by modern architectures and programming 31 the performance problem. Instruction set architectures (ISAs) continuously
|
D | 2001-07-06-LoweringIRForCodeGen.txt | 11 close mapping between VM and machine code. Other architectures may have
|
/external/llvm/include/llvm/Config/ |
D | Targets.def.in | 10 |* This file enumerates all of the target architectures supported by *|
|
/external/llvm/host/include/llvm/Config/ |
D | Targets.def | 10 |* This file enumerates all of the target architectures supported by *|
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCallingConv.td | 10 // This describes the calling conventions for the Hexagon architectures.
|
/external/llvm/device/include/llvm/Config/ |
D | Targets.def | 10 |* This file enumerates all of the target architectures supported by *|
|
/external/elfutils/ |
D | README | 12 all architectures in all the binaries.
|
D | TODO | 95 ** handle object files for different architectures 97 ld.so is expected to ignore object files for different architectures and
|
/external/clang/docs/ |
D | CrossCompilation.rst | 16 specific examples for specific architectures. For a concrete example, the 36 different platforms and architectures, and for compiler developers that 41 different architectures, OS's and options, it's not always easy finding 87 The sub-architecture options are available for their own architectures,
|
D | PTHInternals.rst | 93 program for multiple architectures. 97 architectures. In contrast, GCC requires a PCH file for each 101 when compiling for multiple architectures. This can also reduce
|
/external/webrtc/third_party/gflags/ |
D | README.webrtc | 18 Historically, all operating systems and architectures have generated
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | README | 82 Defines the macro VALGRIND_VEX_INJECT_IR for all architectures. 101 There is support for other architectures in valgrind.h and guest_ARCH_toIR.c
|
/external/iproute2/tc/ |
D | README.last | 31 Clock is derived from jiffies. On architectures with HZ=100
|
/external/toybox/ |
D | README | 51 http://landley.net/aboriginal/architectures.html 101 architectures (x86, x86-64, arm, mips, sparc, powerpc, sh4). Each toybox
|
1234567