Home
last modified time | relevance | path

Searched refs:contract (Results 1 – 25 of 209) sorted by relevance

123456789

/external/llvm/test/CodeGen/X86/
Dfma_patterns_wide.ll1 ; 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…
Dfma-do-not-commute.ll1 ; RUN: llc -fp-contract=fast -mattr=+fma -disable-cgp < %s -o - | FileCheck %s
Dfma_patterns.ll1 ; 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/
Dlhash.c219 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/
Dvolatile-phioper.ll44 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/
DLayoutRect.h101 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
DIntRect.h92 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
DFloatRect.h96 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/
Dweak-contract.ll1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
Dpr12270.ll1 ; RUN: opt -disable-output -objc-arc-contract < %s
Dintrinsic-use-isolated.ll1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
Dcontract-marker.ll1 ; RUN: opt -S -objc-arc-contract < %s | FileCheck %s
Dcontract-end-of-use-list.ll1 ; RUN: opt -S < %s -objc-arc-expand -objc-arc-contract | FileCheck %s
Dcontract-storestrong-ivar.ll1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
/external/openssl/crypto/lhash/
Dlhash.c111 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/
Darm64-fp-contract-zero.ll1 ; RUN: llc -mtriple=arm64 -fp-contract=fast -o - %s | FileCheck %s
Dneon-fpround_f128.ll1 ; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon -fp-contract=fas…
Darm64-2013-01-13-ffast-fcmp.ll2 ; RUN: llc < %s -march=arm64 -aarch64-neon-syntax=apple -fp-contract=fast | FileCheck %s --check-pr…
/external/chromium_org/third_party/openssl/openssl/patches/
Dfix_lhash_iteration.patch137 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/
D0006-lhashfix.patch166 + 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/
Dloop-address.ll30 attributes #0 = { nounwind "fp-contract-model"="standard" "relocation-model"="pic" "ssp-buffers-siz…
/external/opencv/
DNOTICE34 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/
Dpatents.txt22 claim, damages or other liability, whether in an action of contract,
/external/chromium_org/third_party/mesa/src/docs/
Dpatents.txt22 claim, damages or other liability, whether in an action of contract,
/external/llvm/test/CodeGen/PowerPC/
Da2-fp-basic.ll1 ; RUN: llc < %s -march=ppc64 -mcpu=a2 -fp-contract=fast | FileCheck %s

123456789