HomeSort by relevance Sort by last modified time
    Searched refs:UNIT (Results 1 - 19 of 19) sorted by null

  /external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
memcpy.S 171 #define FIRST(unit) ((unit)*NBYTES)
172 #define REST(unit) (FIRST(unit)+NBYTES-1)
173 #define UNIT(unit) FIRST(unit)
246 EXC( LOAD t0, UNIT(0)(src), .Ll_exc)
247 EXC( LOAD t1, UNIT(1)(src), .Ll_exc_copy)
248 EXC( LOAD t2, UNIT(2)(src), .Ll_exc_copy
    [all...]
  /external/eigen/blas/
level2_impl.h 95 func[NOTR | (UP << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|UnitDiag,false,ColMajor>::run);
96 func[TR | (UP << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|UnitDiag,false,RowMajor>::run);
97 func[ADJ | (UP << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|UnitDiag,Conj, RowMajor>::run);
99 func[NOTR | (LO << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|UnitDiag,false,ColMajor>::run);
100 func[TR | (LO << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|UnitDiag,false,RowMajor>::run);
101 func[ADJ | (LO << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|UnitDiag,Conj, RowMajor>::run);
150 func[NOTR | (UP << 2) | (UNIT << 3)] = (internal::triangular_matrix_vector_product<int,Upper|UnitDiag,Scalar,false,Scalar,false,ColMajor>::run);
151 func[TR | (UP << 2) | (UNIT << 3)] = (internal::triangular_matrix_vector_product<int,Lower|UnitDiag,Scalar,false,Scalar,false,RowMajor>::run);
152 func[ADJ | (UP << 2) | (UNIT << 3)] = (internal::triangular_matrix_vector_product<int,Lower|UnitDiag,Scalar,Conj, Scalar,false,RowMajor>::run);
154 func[NOTR | (LO << 2) | (UNIT << 3)] = (internal::triangular_matrix_vector_product<int,Lower|UnitDiag,Scalar,false,Scalar,false (…)
    [all...]
level3_impl.h 95 func[NOTR | (LEFT << 2) | (UP << 3) | (UNIT << 4)] = (internal::triangular_solve_matrix<Scalar,DenseIndex,OnTheLeft, Upper|UnitDiag,false,ColMajor,ColMajor>::run);
96 func[TR | (LEFT << 2) | (UP << 3) | (UNIT << 4)] = (internal::triangular_solve_matrix<Scalar,DenseIndex,OnTheLeft, Lower|UnitDiag,false,RowMajor,ColMajor>::run);
97 func[ADJ | (LEFT << 2) | (UP << 3) | (UNIT << 4)] = (internal::triangular_solve_matrix<Scalar,DenseIndex,OnTheLeft, Lower|UnitDiag,Conj, RowMajor,ColMajor>::run);
99 func[NOTR | (RIGHT << 2) | (UP << 3) | (UNIT << 4)] = (internal::triangular_solve_matrix<Scalar,DenseIndex,OnTheRight,Upper|UnitDiag,false,ColMajor,ColMajor>::run);
100 func[TR | (RIGHT << 2) | (UP << 3) | (UNIT << 4)] = (internal::triangular_solve_matrix<Scalar,DenseIndex,OnTheRight,Lower|UnitDiag,false,RowMajor,ColMajor>::run);
101 func[ADJ | (RIGHT << 2) | (UP << 3) | (UNIT << 4)] = (internal::triangular_solve_matrix<Scalar,DenseIndex,OnTheRight,Lower|UnitDiag,Conj, RowMajor,ColMajor>::run);
103 func[NOTR | (LEFT << 2) | (LO << 3) | (UNIT << 4)] = (internal::triangular_solve_matrix<Scalar,DenseIndex,OnTheLeft, Lower|UnitDiag,false,ColMajor,ColMajor>::run);
104 func[TR | (LEFT << 2) | (LO << 3) | (UNIT << 4)] = (internal::triangular_solve_matrix<Scalar,DenseIndex,OnTheLeft, Upper|UnitDiag,false,RowMajor,ColMajor>::run);
105 func[ADJ | (LEFT << 2) | (LO << 3) | (UNIT << 4)] = (internal::triangular_solve_matrix<Scalar,DenseIndex,OnTheLeft, Upper|UnitDiag,Conj, RowMajor,ColMajor>::run);
107 func[NOTR | (RIGHT << 2) | (LO << 3) | (UNIT << 4)] = (internal::triangular_solve_matrix<Scalar,DenseIndex,OnTheRight,Lower|UnitDiag,false,Col (…)
    [all...]
common.h 37 #define UNIT 1
55 : ((X)=='U' || (X)=='u') ? UNIT \
  /cts/tests/tests/util/src/android/util/cts/
RationalTest.java 36 private static final Rational UNIT = new Rational(1, 1);
181 // unit is equal to itself
182 assertCompareEquals(UNIT, new Rational(1, 1));
186 assertGreaterThan(NaN, UNIT);
193 assertGreaterThan(POSITIVE_INFINITY, UNIT);
199 assertLessThan(NEGATIVE_INFINITY, UNIT);
223 assertFinite(UNIT, true);
230 assertInfinite(UNIT, false);
237 assertNaN(UNIT, false);
244 assertZero(UNIT, false)
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 22 /* To store an array of string<UNIT> in continue space.
23 Since string<UNIT> itself is treated as an array of UNIT, this
24 class will ease our memory management for an array of string<UNIT>.
27 //template<typename UNIT>
28 #define COMPATCT_ARRAY(CompactArrays, UNIT) \
34 UNIT * data; /*the real space to hold strings*/ \
45 data = (UNIT *) realloc(data, sizeof(UNIT) * index[count]); \
47 UNIT * last(){return data + index[count - 1];}
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 22 /* To store an array of string<UNIT> in continue space.
23 Since string<UNIT> itself is treated as an array of UNIT, this
24 class will ease our memory management for an array of string<UNIT>.
27 //template<typename UNIT>
28 #define COMPATCT_ARRAY(CompactArrays, UNIT) \
34 UNIT * data; /*the real space to hold strings*/ \
45 data = (UNIT *) realloc(data, sizeof(UNIT) * index[count]); \
47 UNIT * last(){return data + index[count - 1];}
    [all...]
  /external/chromium_org/chrome/browser/resources/quota_internals/
event_handler.js 107 var UNIT = [' B', ' KB', ' MB', ' GB', ' TB', ' PB'];
109 UNIT[Math.min(segments.length, UNIT.length) - 1] +
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 20 #define COMPACT_ARRAY(CompactArrays, UNIT) \
26 UNIT * data; /*the real space to hold strings*/ \
37 data = (UNIT *) realloc(data, sizeof(UNIT) * index[count]); \
39 UNIT * last(){return data + index[count - 1];} \
40 const UNIT * dataOf(int32_t i) const {return data + index[i];} \
    [all...]
  /external/openssl/crypto/ec/
ectest.c 165 # define UNIT "s"
169 # define UNIT "units"
174 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
177 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
180 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
183 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
    [all...]
  /external/eigen/blas/testing/
cblat2.f 11 * 6 UNIT NUMBER OF SUMMARY FILE
13 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
125 * Read name and unit number for summary output file and open file.
132 * Read name and unit number for snapshot output file and open file.
    [all...]
dblat2.f 11 * 6 UNIT NUMBER OF SUMMARY FILE
13 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
120 * Read name and unit number for summary output file and open file.
127 * Read name and unit number for snapshot output file and open file.
    [all...]
sblat2.f 11 * 6 UNIT NUMBER OF SUMMARY FILE
13 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
120 * Read name and unit number for summary output file and open file.
127 * Read name and unit number for snapshot output file and open file.
    [all...]
zblat2.f 11 * 6 UNIT NUMBER OF SUMMARY FILE
13 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
126 * Read name and unit number for summary output file and open file.
133 * Read name and unit number for snapshot output file and open file.
    [all...]
dblat3.f 11 * 6 UNIT NUMBER OF SUMMARY FILE
13 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
95 * Read name and unit number for summary output file and open file.
102 * Read name and unit number for snapshot output file and open file.
    [all...]
sblat3.f 11 * 6 UNIT NUMBER OF SUMMARY FILE
13 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
95 * Read name and unit number for summary output file and open file.
102 * Read name and unit number for snapshot output file and open file.
    [all...]
cblat3.f 11 * 6 UNIT NUMBER OF SUMMARY FILE
13 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
102 * Read name and unit number for summary output file and open file.
109 * Read name and unit number for snapshot output file and open file.
    [all...]
zblat3.f 11 * 6 UNIT NUMBER OF SUMMARY FILE
13 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
103 * Read name and unit number for summary output file and open file.
110 * Read name and unit number for snapshot output file and open file.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 937 milliseconds