HomeSort by relevance Sort by last modified time
    Searched full:tarray (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/clang/test/SemaCXX/
decltype-pr4448.cpp 9 Convoluted< int *, test_array, nullptr > tarray; variable
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
types.go 40 TARRAY = types.TARRAY
alg.go 136 case TARRAY:
216 case types.TARRAY:
386 case TARRAY:
universe.go 243 okforcap[TARRAY] = true
250 okforlen[TARRAY] = true
266 okforeq[TARRAY] = true // only if element type is comparable; refined in typecheck
range.go 68 case TARRAY, TSLICE:
206 case TARRAY, TSLICE:
reflect.go 702 case TARRAY, TSLICE, TPTR32, TPTR64, TCHAN:
766 TARRAY: objabi.KindArray,
803 case TARRAY:
1091 case TARRAY:
1121 case TARRAY:
1191 case TARRAY:
    [all...]
gsubr.go 241 case TSTRUCT, TARRAY, TSLICE, TSTRING,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
types.go 40 TARRAY = types.TARRAY
alg.go 136 case TARRAY:
216 case types.TARRAY:
386 case TARRAY:
universe.go 243 okforcap[TARRAY] = true
250 okforlen[TARRAY] = true
266 okforeq[TARRAY] = true // only if element type is comparable; refined in typecheck
range.go 68 case TARRAY, TSLICE:
206 case TARRAY, TSLICE:
reflect.go 702 case TARRAY, TSLICE, TPTR32, TPTR64, TCHAN:
766 TARRAY: objabi.KindArray,
803 case TARRAY:
1091 case TARRAY:
1121 case TARRAY:
1191 case TARRAY:
    [all...]
gsubr.go 241 case TSTRUCT, TARRAY, TSLICE, TSTRING,
  /external/tensorflow/tensorflow/contrib/solvers/python/ops/
lanczos.py 90 def tarray(size, dtype, name): function in function:lanczos_bidiag
94 # Reads a row-vector at location i in tarray and returns it as a
96 def read_colvec(tarray, i):
97 return array_ops.expand_dims(tarray.read(i), -1)
99 # Writes an column-vector as a row-vecor at location i in tarray.
100 def write_colvec(tarray, colvec, i):
101 return tarray.write(i, array_ops.squeeze(colvec))
181 u=write_colvec(tarray(k + 1, dtype, "u"), u0, 0),
182 v=tarray(k, dtype, "v"),
183 alpha=tarray(k, dtype, "alpha")
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
anon_aggr.ll 10 %tarray = type { i64, i8* }
51 define i8* @func2({ i64, i8* } %array1, %tarray* byval %array2) {
54 %tmp = getelementptr inbounds %tarray, %tarray* %array2, i32 0, i32 1
94 define i8* @func3({ i64, i8* }* byval %array1, %tarray* byval %array2) {
98 %tmp2 = getelementptr inbounds %tarray, %tarray* %array2, i32 0, i32 1
140 { i64, i8* } %array1, %tarray* byval %array2) {
143 %tmp = getelementptr inbounds %tarray, %tarray* %array2, i32 0, i32
    [all...]
  /external/skia/src/pathops/
SkIntersections.h 36 class TArray {
38 explicit TArray(const double ts[10]) : fTArray(ts) {}
44 TArray operator[](int n) const { return TArray(fT[n]); }
  /external/skqp/src/pathops/
SkIntersections.h 36 class TArray {
38 explicit TArray(const double ts[10]) : fTArray(ts) {}
44 TArray operator[](int n) const { return TArray(fT[n]); }
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 51 TARRAY
141 // TARRAY: *Array
447 t := New(TARRAY)
470 t := New(TARRAY)
591 case TARRAY:
681 case TARRAY:
752 case TARRAY:
871 if t.Etype != TARRAY {
1142 case TARRAY:
1157 // Common element type comparison for TARRAY, TCHAN, TPTR32, TPTR64, and TSLICE
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 51 TARRAY
141 // TARRAY: *Array
447 t := New(TARRAY)
470 t := New(TARRAY)
591 case TARRAY:
681 case TARRAY:
752 case TARRAY:
871 if t.Etype != TARRAY {
1142 case TARRAY:
1157 // Common element type comparison for TARRAY, TCHAN, TPTR32, TPTR64, and TSLICE
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadTest.java 308 Thread[] tarray = new Thread[arrayLength]; local
314 int count = Thread.enumerate(tarray);
324 count = Thread.enumerate(tarray);
334 count = Thread.enumerate(tarray);
  /external/skia/tests/
PathOpsAngleIdeas.cpp 75 SkTArray<double, false>* tArray) {
95 for (int index = 0; index < tArray->count(); ++index) {
96 double matchT = (*tArray)[index];
101 tArray->push_back(t);
    [all...]
TArrayTest.cpp 344 DEF_TEST(TArray, reporter) {
  /external/skqp/tests/
PathOpsAngleIdeas.cpp 75 SkTArray<double, false>* tArray) {
95 for (int index = 0; index < tArray->count(); ++index) {
96 double matchT = (*tArray)[index];
101 tArray->push_back(t);
    [all...]
TArrayTest.cpp 344 DEF_TEST(TArray, reporter) {
  /external/icu/icu4c/source/test/intltest/
jamotest.cpp 396 Transliterator* tarray[4] = local
398 CompoundTransliterator rt(tarray, 4);

Completed in 875 milliseconds

1 2 3