Searched defs:at (Results 1 - 25 of 240) sorted by relevance

12345678910

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dstrucsize.asm11 at TST2.b label
15 at TST1.a
/external/compiler-rt/test/builtins/Unit/
H A Dctzti2_test.c30 twords at; local
31 at.all = a;
33 at.s.high, at.s.low, x, expected);
H A Dffsti2_test.c29 twords at; local
30 at.all = a;
32 at.s.high, at.s.low, x, expected);
H A Dabsvti2_test.c34 twords at; local
35 at.all = a;
42 at.s.high, at.s.low, xt.s.high, xt.s.low,
H A Daddvti3_test.c31 twords at; local
32 at.all = a;
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dashrti3_test.c30 twords at; local
31 at.all = a;
38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
H A Dclzti2_test.c30 twords at; local
31 at.all = a;
33 at.s.high, at.s.low, x, expected);
H A Dcmpti2_test.c30 twords at; local
31 at.all = a;
35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
H A Dfloattidf_test.c34 twords at; local
35 at.all = a;
37 at.s.high, at.s.low, x, expected);
H A Dfloattisf_test.c34 twords at; local
35 at.all = a;
37 at.s.high, at.s.low, x, expected);
H A Dfloattixf_test.c35 twords at; local
36 at.all = a;
38 at.s.high, at.s.low, x, expected);
H A Dfloatuntidf_test.c34 utwords at; local
35 at.all = a;
37 at.s.high, at.s.low, x, expected);
H A Dfloatuntisf_test.c34 utwords at; local
35 at.all = a;
37 at.s.high, at.s.low, x, expected);
H A Dfloatuntixf_test.c35 utwords at; local
36 at.all = a;
38 at.s.high, at.s.low, x, expected);
H A Dlshrti3_test.c30 twords at; local
31 at.all = a;
38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
H A Dmulvti3_test.c30 twords at; local
31 at.all = a;
40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dnegti2_test.c28 twords at; local
29 at.all = a;
36 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dnegvti2_test.c32 twords at; local
33 at.all = a;
40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dsubvti3_test.c32 twords at; local
33 at.all = a;
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Ducmpti2_test.c30 utwords at; local
31 at.all = a;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
H A Dudivti3_test.c28 utwords at; local
29 at.all = a;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
/external/javassist/sample/vector/
H A DSample2.java9 public Object at(Object[] args) { method in class:Sample2
/external/chromium_org/cc/output/
H A Dfilter_operations.h56 const FilterOperation& at(size_t index) const { function in class:cc::FilterOperations
64 // linearly interpolating at each position a |progress| fraction of the way
69 // a reference filter or if there is a type mismatch at some position, returns
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_test_util.h32 const T& at() const { function in class:disk_cache::simple_util::ImmutableArray
/external/chromium_org/third_party/skia/bench/
H A DWritePixelsBench.cpp14 WritePixelsBench(SkColorType ct, SkAlphaType at) argument
16 , fAlphaType(at)
30 switch (at) {

Completed in 650 milliseconds

12345678910