HomeSort by relevance Sort by last modified time
    Searched refs:tr1 (Results 126 - 150 of 253) sorted by null

1 2 3 4 56 7 8 91011

  /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...]
  /external/libvpx/libvpx/test/
avg_test.cc 94 typedef std::tr1::tuple<int, int, int, int, AverageFunction> AvgFunc;
125 typedef std::tr1::tuple<int, IntProRowFunc, IntProRowFunc> IntProRowParam;
167 typedef std::tr1::tuple<int, IntProColFunc, IntProColFunc> IntProColParam;
192 typedef std::tr1::tuple<int, SatdFunc> SatdTestParam;
238 typedef std::tr1::tuple<int, BlockErrorFunc> BlockErrorTestFPParam;
431 using std::tr1::make_tuple;
blockiness_test.cc 144 typedef std::tr1::tuple<int, int> BlockinessParam;
211 using std::tr1::make_tuple;
consistency_test.cc 130 typedef std::tr1::tuple<int, int> ConsistencyParam;
201 using std::tr1::make_tuple;
decode_perf_test.cc 24 using std::tr1::make_tuple;
37 typedef std::tr1::tuple<const char *, unsigned> DecodePerfParam;
predict_test.cc 28 using std::tr1::make_tuple;
34 typedef std::tr1::tuple<int, int, PredictFunc> PredictParam;
  /external/llvm/test/Object/
coff-archive.test 53 CHECKIDX: ?value@?$integral_constant@I$0A@@tr1@std@@2IB in Debug\mymath.obj
54 CHECKIDX: ?value@?$integral_constant@_N$00@tr1@std@@2_NB in Debug\mymath.obj
55 CHECKIDX: ?value@?$integral_constant@_N$0A@@tr1@std@@2_NB in Debug\mymath.obj
207 CHECKIDX: 00000000 R ?value@?$integral_constant@I$0A@@tr1@std@@2IB
208 CHECKIDX: 00000000 R ?value@?$integral_constant@_N$00@tr1@std@@2_NB
209 CHECKIDX: 00000000 R ?value@?$integral_constant@_N$0A@@tr1@std@@2_NB
  /external/protobuf/src/google/protobuf/stubs/
hash.h 58 // and it does not provide the tr1 library. Therefore the following macro
77 // For GCC 4.x+, use tr1::unordered_map/set; otherwise, follow the
149 # define GOOGLE_PROTOBUF_HASH_NAMESPACE std::tr1
150 # include <tr1/unordered_map>
152 # include <tr1/unordered_set>
344 // Unlike the old SGI version, the TR1 "hash" does not special-case char*. So,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
hash.h 58 // and it does not provide the tr1 library. Therefore the following macro
77 // For GCC 4.x+, use tr1::unordered_map/set; otherwise, follow the
149 # define GOOGLE_PROTOBUF_HASH_NAMESPACE std::tr1
150 # include <tr1/unordered_map>
152 # include <tr1/unordered_set>
344 // Unlike the old SGI version, the TR1 "hash" does not special-case char*. So,
  /external/google-breakpad/src/testing/test/
gmock-generated-internal-utils_test.cc 42 using ::std::tr1::tuple;
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_variables.py 148 tr1 = v.trace_add('read', read_tracer)
151 (('read',), tr1),
164 v.trace_remove('write', tr1) # Wrong mode
173 v.trace_remove('read', tr1)
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc 105 {::std::tr1::make_tuple(1, 32000, string("audio_coding/speech_mono_16kHz"),
  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc 17 using ::std::tr1::get;
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-matchers.h 51 typename ::std::tr1::tuple_element<i, Tuple>::type
74 typedef ::std::tr1::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
81 using ::std::tr1::get;
92 typedef ::std::tr1::tuple<> type;
94 using ::std::tr1::get;
102 typedef ::std::tr1::tuple<GMOCK_FIELD_TYPE_(Tuple, k0)> type;
104 using ::std::tr1::get;
112 typedef ::std::tr1::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
115 using ::std::tr1::get;
123 typedef ::std::tr1::tuple<GMOCK_FIELD_TYPE_(Tuple, k0)
    [all...]
  /external/eigen/test/
sparse.h 27 #include <tr1/unordered_map>
30 using std::tr1::unordered_map;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 62 # include <tr1/functional>
63 # include <tr1/random>
392 typedef std::tr1::uniform_real<double> distribution_type;
393 typedef std::tr1::mt19937 engine_type;
404 typedef std::tr1::variate_generator<engine_type, distribution_type> gen_t;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 62 # include <tr1/functional>
63 # include <tr1/random>
392 typedef std::tr1::uniform_real<double> distribution_type;
393 typedef std::tr1::mt19937 engine_type;
404 typedef std::tr1::variate_generator<engine_type, distribution_type> gen_t;
  /system/core/adb/
bugreport_test.cpp 75 ::std::tr1::get<0>(args)->OnStdout(output_.c_str(), output_.size());
78 ::std::tr1::get<0>(args)->OnStderr(output_.c_str(), output_.size());
106 int status = ::std::tr1::get<0>(args)->Done(status_);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
basic-1.s 24 bge/u r11,r36,tr1
30 bgt/u r15,r6,tr1
34 blink tr1,r38
36 bne/l r29,r22,tr1
basic-1.d 26 [ ]+44:[ ]+64b39010[ ]+bge/u r11,r36,tr1
32 [ ]+5c:[ ]+64f71810[ ]+bgt/u r15,r6,tr1
36 [ ]+6c:[ ]+4411fe60[ ]+blink tr1,r38
38 [ ]+74:[ ]+65d55a10[ ]+bne/l r29,r22,tr1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_asyncore.py 96 tr1 = exitingdummy()
97 self.assertRaises(asyncore.ExitNow, asyncore.read, tr1)
98 self.assertRaises(asyncore.ExitNow, asyncore.write, tr1)
99 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1)
170 tr1 = exitingdummy() variable in class:HelperFunctionTests.test_readwrite.testobj
171 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
  /external/python/cpython2/Lib/test/
test_asyncore.py 96 tr1 = exitingdummy()
97 self.assertRaises(asyncore.ExitNow, asyncore.read, tr1)
98 self.assertRaises(asyncore.ExitNow, asyncore.write, tr1)
99 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1)
170 tr1 = exitingdummy() variable in class:HelperFunctionTests.test_readwrite.testobj
171 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
  /external/python/cpython3/Lib/test/
test_asyncore.py 109 tr1 = exitingdummy()
110 self.assertRaises(asyncore.ExitNow, asyncore.read, tr1)
111 self.assertRaises(asyncore.ExitNow, asyncore.write, tr1)
112 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1)
183 tr1 = exitingdummy() variable in class:HelperFunctionTests.test_readwrite.testobj
184 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
  /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)

Completed in 440 milliseconds

1 2 3 4 56 7 8 91011