Searched defs:tr1 (Results 26 - 32 of 32) sorted by relevance

12

/external/aac/libSBRenc/src/
H A Denv_est.cpp272 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;
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp2558 TimeZoneTransition tr1, tr2; local
2560 UBool avail1 = tz1.getNextTransition(time, FALSE, tr1);
2567 && tr1.getTime() <= end
2568 && (tr1.getFrom()->getRawOffset() + tr1.getFrom()->getDSTSavings()
2569 == tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings())
2570 && (tr1.getFrom()->getDSTSavings() != 0 && tr1.getTo()->getDSTSavings() != 0)) {
2571 tz1.getNextTransition(tr1
[all...]
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h90 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
100 // Test's own tr1 tuple implementation should be
625 // Determines whether Google Test can use tr1/tuple. You can define
630 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
638 // Determines whether Google Test's own tr1 tuple implementation
681 // We include tr1::tuple even if std::tuple is available to define printers for
685 # define GTEST_TUPLE_NAMESPACE_ ::std::tr1
693 // ::std::tr1. gtest expects tuple to live in ::std::tr1, so put it there.
697 namespace tr1 { namespace in namespace:std
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h90 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
100 // Test's own tr1 tuple implementation should be
625 // Determines whether Google Test can use tr1/tuple. You can define
630 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
638 // Determines whether Google Test's own tr1 tuple implementation
681 // We include tr1::tuple even if std::tuple is available to define printers for
685 # define GTEST_TUPLE_NAMESPACE_ ::std::tr1
693 // ::std::tr1. gtest expects tuple to live in ::std::tr1, so put it there.
697 namespace tr1 { namespace in namespace:std
[all...]
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h90 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
100 // Test's own tr1 tuple implementation should be
624 // Determines whether Google Test can use tr1/tuple. You can define
629 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
637 // Determines whether Google Test's own tr1 tuple implementation
680 // We include tr1::tuple even if std::tuple is available to define printers for
684 # define GTEST_TUPLE_NAMESPACE_ ::std::tr1
692 // ::std::tr1. gtest expects tuple to live in ::std::tr1, so put it there.
696 namespace tr1 { namespace in namespace:std
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h66 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
76 // Test's own tr1 tuple implementation should be
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
549 // tr1/tuple.
557 // ::std::tr1. gtest expects tuple to live in ::std::tr1, so put it there.
561 namespace tr1 { namespace in namespace:std
581 // This prevents <boost/tr1/detai
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1496 milliseconds

12