HomeSort by relevance Sort by last modified time
    Searched defs:tr1 (Results 51 - 75 of 97) sorted by null

1 23 4

  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 34 #include <tr1/unordered_map>
35 #include <tr1/unordered_set>
38 using namespace tr1;
781 namespace tr1 namespace in namespace:std
  /external/speex/libspeex/
smallft.c 175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
184 tr1=cc[t1]+cc[t2];
187 ch[t5=t3<<2]=tr1+tr2;
188 ch[(ido<<2)+t5-1]=tr2-tr1;
222 tr1=cr2+cr4;
232 ch[t4-1]=tr1+tr2;
241 ch[t5+t6-1]=tr2-tr1;
258 tr1=hsqt2*(cc[t1]-cc[t2]);
260 ch[t4-1]=tr1+cc[t6-1];
261 ch[t4+t5-1]=cc[t6-1]-tr1;
755 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 0 // TR1 hashtable.h header -*- C++ -*-
25 /** @file tr1/hashtable.h
28 * @headername{tr1/unordered_set, tr1/unordered_map}
36 #include <tr1/hashtable_policy.h>
40 namespace tr1 namespace
314 // Generalization of max_load_factor. Extension, not found in TR1. Only
363 _M_insert(const value_type&, std::tr1::true_type);
366 _M_insert(const value_type&, std::tr1::false_type);
375 { return _M_insert(__v, std::tr1::integral_constant<bool
    [all...]
shared_ptr.h 0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
46 * Do not attempt to use it directly. @headername{tr1/memory}
54 namespace tr1 namespace
67 { return "tr1::bad_weak_ptr"; }
301 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
662 typename std::tr1::add_reference<_Tp>::type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 0 // TR1 hashtable.h header -*- C++ -*-
25 /** @file tr1/hashtable.h
28 * @headername{tr1/unordered_set, tr1/unordered_map}
36 #include <tr1/hashtable_policy.h>
40 namespace tr1 namespace
314 // Generalization of max_load_factor. Extension, not found in TR1. Only
363 _M_insert(const value_type&, std::tr1::true_type);
366 _M_insert(const value_type&, std::tr1::false_type);
375 { return _M_insert(__v, std::tr1::integral_constant<bool
    [all...]
shared_ptr.h 0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
46 * Do not attempt to use it directly. @headername{tr1/memory}
54 namespace tr1 namespace
67 { return "tr1::bad_weak_ptr"; }
301 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
662 typename std::tr1::add_reference<_Tp>::type
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 0 // TR1 hashtable.h header -*- C++ -*-
25 /** @file tr1/hashtable.h
28 * @headername{tr1/unordered_set, tr1/unordered_map}
36 #include <tr1/hashtable_policy.h>
40 namespace tr1 namespace
314 // Generalization of max_load_factor. Extension, not found in TR1. Only
363 _M_insert(const value_type&, std::tr1::true_type);
366 _M_insert(const value_type&, std::tr1::false_type);
375 { return _M_insert(__v, std::tr1::integral_constant<bool
    [all...]
shared_ptr.h 0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
46 * Do not attempt to use it directly. @headername{tr1/memory}
54 namespace tr1 namespace
67 { return "tr1::bad_weak_ptr"; }
301 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
662 typename std::tr1::add_reference<_Tp>::type
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_asyncore.py 97 tr1 = exitingdummy()
98 self.assertRaises(asyncore.ExitNow, asyncore.read, tr1)
99 self.assertRaises(asyncore.ExitNow, asyncore.write, tr1)
100 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1)
171 tr1 = exitingdummy() variable in class:HelperFunctionTests.test_readwrite.testobj
172 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_asyncore.py 97 tr1 = exitingdummy()
98 self.assertRaises(asyncore.ExitNow, asyncore.read, tr1)
99 self.assertRaises(asyncore.ExitNow, asyncore.write, tr1)
100 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1)
171 tr1 = exitingdummy() variable in class:HelperFunctionTests.test_readwrite.testobj
172 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable.h 0 // TR1 hashtable.h header -*- C++ -*-
25 /** @file tr1/hashtable.h
28 * @headername{tr1/unordered_set, tr1/unordered_map}
36 #include <tr1/hashtable_policy.h>
40 namespace tr1 namespace
314 // Generalization of max_load_factor. Extension, not found in TR1. Only
363 _M_insert(const value_type&, std::tr1::true_type);
366 _M_insert(const value_type&, std::tr1::false_type);
375 { return _M_insert(__v, std::tr1::integral_constant<bool
    [all...]
shared_ptr.h 0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
46 * Do not attempt to use it directly. @headername{tr1/memory}
54 namespace tr1 namespace
67 { return "tr1::bad_weak_ptr"; }
301 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
662 typename std::tr1::add_reference<_Tp>::type
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 97 tr1 = exitingdummy()
98 self.assertRaises(asyncore.ExitNow, asyncore.read, tr1)
99 self.assertRaises(asyncore.ExitNow, asyncore.write, tr1)
100 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1)
171 tr1 = exitingdummy() variable in class:HelperFunctionTests.test_readwrite.testobj
172 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 97 tr1 = exitingdummy()
98 self.assertRaises(asyncore.ExitNow, asyncore.read, tr1)
99 self.assertRaises(asyncore.ExitNow, asyncore.write, tr1)
100 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1)
171 tr1 = exitingdummy() variable in class:HelperFunctionTests.test_readwrite.testobj
172 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
588 // Determines whether Google Test can use tr1/tuple. You can define
593 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
601 // Determines whether Google Test's own tr1 tuple implementation
606 // We use our own TR1 tuple if we aren't sure the user has an
609 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
611 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
614 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
746 namespace tr1 { namespace in namespace:std
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h 162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
628 // Determines whether Google Test can use tr1/tuple. You can define
633 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
641 // Determines whether Google Test's own tr1 tuple implementation
646 // We use our own TR1 tuple if we aren't sure the user has an
649 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
651 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
654 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
793 namespace tr1 { namespace in namespace:std
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 155 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
161 // Test's own tr1 tuple implementation should be
226 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
477 // Determines whether Google Test can use tr1/tuple. You can define
485 // Determines whether Google Test's own tr1 tuple implementation
490 // We use our own TR1 tuple if we aren't sure the user has an
492 // 2010 are the only mainstream compilers that come with a TR1 tuple
495 // implementation. MSVC 2008 (9.0) provides TR1 tuple in a 323 MB
508 // tr1/tuple.
545 // Implements a subset of TR1 tuple needed by Google Test and Google Mock
614 namespace tr1 { namespace in namespace:std
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
588 // Determines whether Google Test can use tr1/tuple. You can define
593 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
601 // Determines whether Google Test's own tr1 tuple implementation
606 // We use our own TR1 tuple if we aren't sure the user has an
609 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
611 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
614 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
746 namespace tr1 { namespace in namespace:std
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
588 // Determines whether Google Test can use tr1/tuple. You can define
593 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
601 // Determines whether Google Test's own tr1 tuple implementation
606 // We use our own TR1 tuple if we aren't sure the user has an
609 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
611 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
614 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
746 namespace tr1 { namespace in namespace:std
    [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 272 FIXP_DBL tr0,tr1,ti0,ti1; local
275 tr0 = r0[j]; tr1 = r1[j]; ti0 = i0[j]; ti1 = i1[j];
282 tr1 <<= scale;
284 energy += fPow2AddDiv2(fPow2Div2(tr1), ti1) >> 1;
291 r0[j] = tr0; r1[j] = tr1; i0[j] = ti0; i1[j] = ti1;
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 66 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
76 // Test's own tr1 tuple implementation should be
152 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
492 // Determines whether Google Test can use tr1/tuple. You can define
497 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
505 // Determines whether Google Test's own tr1 tuple implementation
510 // We use our own TR1 tuple if we aren't sure the user has an
513 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
515 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
518 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
554 namespace tr1 { namespace in namespace:std
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 1728 TimeZoneTransition tr1 = tz1.getNextTransition(time, false); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 2556 TimeZoneTransition tr1, tr2; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 1724 TimeZoneTransition tr1 = tz1.getNextTransition(time, false); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 66 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
76 // Test's own tr1 tuple implementation should be
152 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
499 // Determines whether Google Test can use tr1/tuple. You can define
504 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
512 // Determines whether Google Test's own tr1 tuple implementation
517 // We use our own TR1 tuple if we aren't sure the user has an
520 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
522 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
525 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
561 namespace tr1 { namespace in namespace:std
    [all...]

Completed in 1694 milliseconds

1 23 4