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

123456

/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,
H A Dumodti3_test.c28 utwords at; local
29 at.all = a;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
/external/javassist/sample/vector/
H A DSample2.java9 public Object at(Object[] args) { method in class:Sample2
H A DSample.java8 public X at(int i) { method in class:Sample
/external/compiler-rt/test/tsan/
H A Dcond_version.c16 pthread_condattr_t at; local
22 pthread_condattr_init(&at);
23 pthread_condattr_setclock(&at, CLOCK_MONOTONIC);
24 pthread_cond_init(&c, &at);
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DEdgeInfoVec.java45 public EdgeInfo at(int index) { method in class:EdgeInfoVec

Completed in 194 milliseconds

123456