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

  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 224 Type b_type = builder.setX(k).setY(n).create(); local
228 matB = Allocation.createTyped(mRS, b_type);
294 Type b_type = builder.setX(k).setY(n).create(); local
298 matB = Allocation.createTyped(mRS, b_type);
343 Type b_type = builder.setX(k).setY(n).create(); local
347 matB = Allocation.createTyped(mRS, b_type);
SGEMMTest.java 147 Type b_type = builder.setX(n).setY(k).create(); local
151 matB = Allocation.createTyped(mRS, b_type);
202 Type b_type = builder.setX(n).setY(k).create(); local
206 matB = Allocation.createTyped(mRS, b_type);
250 Type b_type = builder.setX(n).setY(k).create(); local
254 matB = Allocation.createTyped(mRS, b_type);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 11 int b_type; /* what kind of block this is */ member in struct:__anon68337
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 11 int b_type; /* what kind of block this is */ member in struct:__anon68460
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
BNNMTest.java 134 Type b_type = builder.setX(k).setY(n).create(); local
138 B = Allocation.createTyped(mRS, b_type);
452 Type b_type = builder.setX(k).setY(n).create(); local
456 B = Allocation.createTyped(mRS, b_type);
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 105 dentry->d_namlen = dnam->nam$b_name + dnam->nam$b_type;
208 FileName.dsc$w_length = Nam.nam$b_name + Nam.nam$b_type + Nam.nam$b_ver;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 161 b_type = stat.S_IFMT(b_stat.st_mode)
162 if a_type != b_type:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 161 b_type = stat.S_IFMT(b_stat.st_mode)
162 if a_type != b_type:
  /external/v8/src/arm64/
macro-assembler-arm64.cc 673 Label *label, ImmBranchType b_type) {
682 !Instruction::IsValidImmPCOffset(b_type, label->pos() - pc_offset());
685 int max_reachable_pc = pc_offset() + Instruction::ImmBranchRange(b_type);
    [all...]

Completed in 376 milliseconds