HomeSort by relevance Sort by last modified time
    Searched refs:n2 (Results 251 - 275 of 992) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h 2081 VERTTYPE n2 = VERTTYPEMUL(f2vt(2),nearPlane); local
2132 VERTTYPE n2 = VERTTYPEMUL(2,nearPlane); local
    [all...]
  /external/tensorflow/tensorflow/contrib/kfac/python/ops/
utils.py 123 m2, n2 = mat2.get_shape().as_list()
124 mat2_rsh = array_ops.reshape(mat2, [1, m2, 1, n2])
125 return array_ops.reshape(mat1_rsh * mat2_rsh, [m1 * m2, n1 * n2])
  /external/v8/testing/gtest/test/
gtest_output_test_.cc 264 // SCOPED_TRACE("Trace A"); | waits for n2
266 // notifies n2 |
281 Notification n2; member in struct:CheckPoints
291 check_points->n2.WaitForNotification();
314 check_points.n2.Notify();
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_output_test_.cc 260 // SCOPED_TRACE("Trace A"); | waits for n2
262 // notifies n2 |
277 Notification n2; member in struct:CheckPoints
287 check_points->n2.WaitForNotification();
310 check_points.n2.Notify();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_replace/
iter_iter_size_char.pass.cpp 24 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2,
31 s.replace(first, last, n2, c);
34 typename S::size_type rlen = n2;
size_size_size_char.pass.cpp 13 // replace(size_type pos, size_type n1, size_type n2, charT c);
26 typename S::size_type n2, typename S::value_type c,
33 s.replace(pos, n1, n2, c);
37 typename S::size_type rlen = n2;
45 s.replace(pos, n1, n2, c);
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 260 // SCOPED_TRACE("Trace A"); | waits for n2
262 // notifies n2 |
277 Notification n2; member in struct:CheckPoints
287 check_points->n2.WaitForNotification();
310 check_points.n2.Notify();
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_output_test_.cc 260 // SCOPED_TRACE("Trace A"); | waits for n2
262 // notifies n2 |
277 Notification n2; member in struct:CheckPoints
287 check_points->n2.WaitForNotification();
310 check_points.n2.Notify();
  /system/core/init/
perfboot.py 332 n2 = n / 2
333 return (data[n2 - 1] + data[n2]) / 2.0
  /external/protobuf/gtest/test/
gtest_unittest.cc 2240 const int n2 = 2; local
2258 const int n2 = 2; local
2275 int n2 = 0; local
2286 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 568 n2 = tpattern.getChildCount()
569 if n1 != n2:
609 n2 = adaptor.getChildCount(t2)
610 if n1 != n2:
  /external/clang/test/Modules/
macros.c 195 int n2 = TOP_OTHER_REDEF2; // ok variable
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
size_size_size_char.pass.cpp 13 // replace(size_type pos, size_type n1, size_type n2, charT c);
26 typename S::size_type n2, typename S::value_type c,
33 s.replace(pos, n1, n2, c);
37 typename S::size_type rlen = n2;
45 s.replace(pos, n1, n2, c);
  /external/one-true-awk/
lib.c 71 void makefields(int n1, int n2) /* create $n1..$n2 inclusive */
76 for (i = n1; i <= n2; i++) {
367 void cleanfld(int n1, int n2) /* clean out fields n1 .. n2 inclusive */
372 for (i = n1; i <= n2; i++) {
  /external/tensorflow/tensorflow/compiler/xla/
array4d.h 49 // Second dimension: depth, feature, z, n2
99 int64 n2() const { return this->dim(1); } function in class:xla::Array4D
  /external/tremolo/Tremolo/
mdct.c 64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){
68 int n4=n2>>1;
70 aX = in+n2-3;
86 aX = in+n2-4;
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 434 final Notification n2 = Notification.CREATOR.createFromParcel(p); local
436 L(" %s: parcel read=%dms", summarize(n2), time);
439 noMa.notify(NOTIFICATION_ID + i, n2);
441 L(" %s: notify=%dms", summarize(n2), time);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wanrouter.h 125 unsigned n2; /* HDLC retransmission limit (1..30) */ member in struct:wan_x25_conf
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
prune_test.go 124 KeepFrames: ".*[n2][n2]",
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
prune_test.go 124 KeepFrames: ".*[n2][n2]",
  /prebuilts/ndk/r16/sources/android/ndk_helper/
vecmath.cpp 318 float n2 = 2.0f * nearPlane; local
322 result.f_[0] = n2 / width;
327 result.f_[5] = n2 / height;
333 result.f_[14] = farPlane * rcpnmf * n2;
  /system/extras/simpleperf/
CallChainJoiner.cpp 104 bool LRUCache::CacheNodeEqual(const CacheNode* n1, const CacheNode* n2) {
105 return n1->tid == n2->tid && n1->ip == n2->ip && n1->sp == n2->sp;
CallChainJoiner.h 89 static bool CacheNodeEqual(const CacheNode* n1, const CacheNode* n2);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pyclbr.py 263 for n, n2 in names:
265 dict[n2 or n] = d[n]
  /external/python/cpython2/Lib/
pyclbr.py 265 for n, n2 in names:
267 dict[n2 or n] = d[n]

Completed in 822 milliseconds

<<11121314151617181920>>