/external/llvm/test/CodeGen/X86/ |
D | fma_patterns_wide.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core-avx2 -mattr=avx2,+fma -fp-contract=fast | F… 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=bdver2 -mattr=-fma4 -fp-contract=fast | FileC… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=bdver1 -fp-contract=fast | FileCheck %s --che…
|
D | fma-do-not-commute.ll | 1 ; RUN: llc -fp-contract=fast -mattr=+fma -disable-cgp < %s -o - | FileCheck %s
|
D | fma_patterns.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core-avx2 -mattr=avx2,+fma -fp-contract=fast | F… 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=bdver2 -mattr=-fma4 -fp-contract=fast | FileC… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=bdver1 -fp-contract=fast | FileCheck %s --che…
|
/external/chromium_org/third_party/openssl/openssl/crypto/lhash/ |
D | lhash.c | 219 static void contract(_LHASH *lh); 357 contract(lh); in lh_delete() 421 contract(lh); in doall_util_fn() 491 static void contract(_LHASH *lh) in contract() function
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | volatile-phioper.ll | 44 attributes #0 = { nounwind ssp uwtable "fp-contract-model"="standard" "no-frame-pointer-elim" "no-f… 45 attributes #1 = { "fp-contract-model"="standard" "no-frame-pointer-elim" "no-frame-pointer-elim-non…
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | LayoutRect.h | 101 void contract(const LayoutSize& size) { m_size -= size; } in contract() function 102 void contract(const LayoutBoxExtent& box) in contract() function 107 void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); } in contract() function
|
D | IntRect.h | 92 void contract(const IntSize& size) { m_size -= size; } in contract() function 93 void contract(int dw, int dh) { m_size.expand(-dw, -dh); } in contract() function
|
D | FloatRect.h | 96 void contract(const FloatSize& size) { m_size -= size; } in contract() function 97 void contract(float dw, float dh) { m_size.expand(-dw, -dh); } in contract() function
|
/external/llvm/test/Transforms/ObjCARC/ |
D | weak-contract.ll | 1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
|
D | pr12270.ll | 1 ; RUN: opt -disable-output -objc-arc-contract < %s
|
D | intrinsic-use-isolated.ll | 1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
|
D | contract-marker.ll | 1 ; RUN: opt -S -objc-arc-contract < %s | FileCheck %s
|
D | contract-end-of-use-list.ll | 1 ; RUN: opt -S < %s -objc-arc-expand -objc-arc-contract | FileCheck %s
|
D | contract-storestrong-ivar.ll | 1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
|
/external/openssl/crypto/lhash/ |
D | lhash.c | 111 static void contract(_LHASH *lh); 243 contract(lh); in lh_delete() 366 static void contract(_LHASH *lh) in contract() function
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fp-contract-zero.ll | 1 ; RUN: llc -mtriple=arm64 -fp-contract=fast -o - %s | FileCheck %s
|
D | neon-fpround_f128.ll | 1 ; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon -fp-contract=fas…
|
D | arm64-2013-01-13-ffast-fcmp.ll | 2 ; RUN: llc < %s -march=arm64 -aarch64-neon-syntax=apple -fp-contract=fast | FileCheck %s --check-pr…
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
D | fix_lhash_iteration.patch | 137 static void contract(_LHASH *lh); 165 + /* Do not contract the array if the table is being iterated on. */ 169 contract(lh); 202 + * contract() call will double/halve the size of the array, 207 + contract(lh);
|
/external/chromium_org/third_party/openssl/patches.chromium/ |
D | 0006-lhashfix.patch | 166 + static void contract(_LHASH *lh); 194 ++ /* Do not contract the array if the table is being iterated on. */ 198 + contract(lh); 231 ++ * contract() call will double/halve the size of the array, 236 ++ contract(lh);
|
/external/llvm/test/CodeGen/R600/ |
D | loop-address.ll | 30 attributes #0 = { nounwind "fp-contract-model"="standard" "relocation-model"="pic" "ssp-buffers-siz…
|
/external/opencv/ |
D | NOTICE | 34 and on any theory of liability, whether in contract, strict liability, 155 // and on any theory of liability, whether in contract, strict liability, 315 // and on any theory of liability, whether in contract, strict liability, 357 // and on any theory of liability, whether in contract, strict liability, 399 // and on any theory of liability, whether in contract, strict liability, 441 // and on any theory of liability, whether in contract, strict liability, 483 // and on any theory of liability, whether in contract, strict liability, 525 // and on any theory of liability, whether in contract, strict liability, 566 // and on any theory of liability, whether in contract, strict liability, 608 // and on any theory of liability, whether in contract, strict liability, [all …]
|
/external/mesa3d/docs/ |
D | patents.txt | 22 claim, damages or other liability, whether in an action of contract,
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | patents.txt | 22 claim, damages or other liability, whether in an action of contract,
|
/external/llvm/test/CodeGen/PowerPC/ |
D | a2-fp-basic.ll | 1 ; RUN: llc < %s -march=ppc64 -mcpu=a2 -fp-contract=fast | FileCheck %s
|