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

1 2

  /bionic/libc/arch-mips/string/
memcpy.S 281 #define UNIT(unit) ((unit)*NSIZE)
282 #define UNITM1(unit) (((unit)*NSIZE)-1)
471 C_LD t0,UNIT(0)(a1)
476 C_LD t1,UNIT(1)(a1)
490 C_LD REG2,UNIT(2)(a1)
491 C_LD REG3,UNIT(3)(a1)
492 C_LD REG4,UNIT(4)(a1
    [all...]
memset.S 208 #define UNIT(unit) ((unit)*NSIZE)
209 #define UNITM1(unit) (((unit)*NSIZE)-1)
361 C_ST a1,UNIT(0)(a0)
362 C_ST a1,UNIT(1)(a0)
363 C_ST a1,UNIT(2)(a0)
364 C_ST a1,UNIT(3)(a0)
365 C_ST a1,UNIT(4)(a0
    [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...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
RationalTest.java 17 package com.android.mediaframeworktest.unit;
36 * -e class 'com.android.mediaframeworktest.unit.RationalTest' \
43 private static final Rational UNIT = new Rational(1, 1);
200 // unit is equal to itself
201 assertCompareEquals(UNIT, new Rational(1, 1));
205 assertGreaterThan(NaN, UNIT);
212 assertGreaterThan(POSITIVE_INFINITY, UNIT);
218 assertLessThan(NEGATIVE_INFINITY, UNIT);
242 assertFinite(UNIT, true);
249 assertInfinite(UNIT, false)
    [all...]
  /ndk/build/core/
definitions-tests.mk 15 # Definitions for the Android NDK build system's internal unit tests.
20 # to be an internal unit test. It will be run automatically by ndk-build
50 # End current unit test.
90 $(info ================= STARTING NDK-BUILD UNIT TESTS =================)\
101 $(info @@@@@@@@@@@ FAILED $(_test_fail_count) of $(_test_count) NDK-BUILD UNIT TESTS @@@@@@@)\
105 $(info =================== PASSED $(_test_count) NDK-BUILD UNIT TESTS =================)\
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
CivicLocationElement.java 111 public static final int UNIT = 26;
146 Unit,
182 s_caTypes.put(UNIT, CAType.Unit);
  /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/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/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...]
  /external/cblas/testing/
c_cblat2.f 11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
127 * Read name and unit number for summary output file and open file.
    [all...]
c_dblat2.f 11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
123 * Read name and unit number for snapshot output file and open file.
    [all...]
c_sblat2.f 11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
123 * Read name and unit number for snapshot output file and open file.
    [all...]
c_zblat2.f 11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
128 * Read name and unit number for summary output file and open file.
    [all...]
c_cblat3.f 11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
105 * Read name and unit number for snapshot output file and open file.
    [all...]
c_dblat3.f 11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
97 * Read name and unit number for summary output file and open file.
100 * Read name and unit number for snapshot output file and open file.
    [all...]
c_sblat3.f 11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
98 * Read name and unit number for summary output file and open file.
    [all...]
c_zblat3.f 11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
106 * Read name and unit number for snapshot output file and open file.
    [all...]

Completed in 1092 milliseconds

1 2