HomeSort by relevance Sort by last modified time
    Searched refs:HF (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
synthesis_amr_wb.cpp 63 Synthesis of signal at 16kHz with HF extension
165 int16 *HF = &synth[L_SUBFR];
166 int16 *Ap = &HF[L_SUBFR16k]; /* High Frequency vector */
214 * HF noise synthesis
215 * - Generate HF noise between 5.5 and 7.5 kHz.
223 pt_tmp = HF;
255 tmp = extract_h(Dot_product12(HF, HF, L_SUBFR16k, &exp));
271 pt_tmp = HF;
344 /* HF correction gain *
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
allocator.pass.cpp 68 typedef test_hash<std::hash<T>> HF;
71 typedef std::unordered_multiset<T, HF, Comp, A> C;
76 assert(c.hash_function() == HF());
88 typedef test_hash<std::hash<T>> HF;
91 typedef std::unordered_multiset<T, HF, Comp, A> C;
93 HF hf(42);
95 C c(4, hf, a);
97 assert(c.hash_function() == hf);
98 assert(!(c.hash_function() == HF()));
    [all...]
init.pass.cpp 96 typedef test_hash<std::hash<T>> HF;
99 typedef std::unordered_multiset<T, HF, Comp, A> C;
117 assert(c.hash_function() == HF());
129 typedef test_hash<std::hash<T>> HF;
132 typedef std::unordered_multiset<T, HF, Comp, A> C;
135 HF hf(43);
143 }, 12, hf, a);
151 assert(c.hash_function() == hf);
152 assert(!(c.hash_function() == HF()));
    [all...]
range.pass.cpp 101 typedef test_hash<std::hash<T>> HF;
104 typedef std::unordered_multiset<T, HF, Comp, A> C;
122 assert(c.hash_function() == HF());
134 typedef test_hash<std::hash<T>> HF;
137 typedef std::unordered_multiset<T, HF, Comp, A> C;
147 HF hf(43);
149 C c(input_iterator<T*>(arr), input_iterator<T*>(arr + sizeof(arr)/sizeof(arr[0])), 16, hf, a);
156 assert(c.hash_function() == hf);
157 assert(!(c.hash_function() == HF()));
    [all...]
  /external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
allocator.pass.cpp 68 typedef test_hash<std::hash<T>> HF;
71 typedef std::unordered_set<T, HF, Comp, A> C;
76 assert(c.hash_function() == HF());
88 typedef test_hash<std::hash<T>> HF;
91 typedef std::unordered_set<T, HF, Comp, A> C;
93 HF hf(42);
95 C c(4, hf, a);
97 assert(c.hash_function() == hf);
98 assert(!(c.hash_function() == HF()));
    [all...]
init.pass.cpp 96 typedef test_hash<std::hash<T>> HF;
99 typedef std::unordered_set<T, HF, Comp, A> C;
117 assert(c.hash_function() == HF());
129 typedef test_hash<std::hash<T>> HF;
132 typedef std::unordered_set<T, HF, Comp, A> C;
135 HF hf(43);
143 }, 12, hf, a);
151 assert(c.hash_function() == hf);
152 assert(!(c.hash_function() == HF()));
    [all...]
range.pass.cpp 101 typedef test_hash<std::hash<T>> HF;
104 typedef std::unordered_set<T, HF, Comp, A> C;
122 assert(c.hash_function() == HF());
134 typedef test_hash<std::hash<T>> HF;
137 typedef std::unordered_set<T, HF, Comp, A> C;
147 HF hf(43);
149 C c(input_iterator<T*>(arr), input_iterator<T*>(arr + sizeof(arr)/sizeof(arr[0])), 16, hf, a);
156 assert(c.hash_function() == hf);
157 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 72 typedef test_hash<std::hash<T>> HF;
74 typedef std::unordered_map<T, T, HF, Comp, A> C;
79 assert(c.hash_function() == HF());
91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_map<T, T, HF, Comp, A> C;
96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
    [all...]
range.pass.cpp 104 typedef test_hash<std::hash<int>> HF;
106 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
124 assert(c.hash_function() == HF());
136 typedef test_hash<std::hash<int>> HF;
138 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
149 HF hf(42);
151 C c(input_iterator<P*>(arr), input_iterator<P*>(arr + sizeof(arr)/sizeof(arr[0])), 14, hf, a);
158 assert(c.hash_function() == hf);
159 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 72 typedef test_hash<std::hash<T>> HF;
74 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
79 assert(c.hash_function() == HF());
91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
allocator.pass.cpp 67 typedef test_hash<std::hash<T>> HF;
70 typedef std::unordered_multiset<T, HF, Comp, A> C;
75 assert(c.hash_function() == HF());
87 typedef test_hash<std::hash<T>> HF;
90 typedef std::unordered_multiset<T, HF, Comp, A> C;
92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
    [all...]
init.pass.cpp 94 typedef test_hash<std::hash<T>> HF;
97 typedef std::unordered_multiset<T, HF, Comp, A> C;
115 assert(c.hash_function() == HF());
127 typedef test_hash<std::hash<T>> HF;
130 typedef std::unordered_multiset<T, HF, Comp, A> C;
133 HF hf(43);
141 }, 12, hf, a);
149 assert(c.hash_function() == hf);
150 assert(!(c.hash_function() == HF()));
    [all...]
range.pass.cpp 99 typedef test_hash<std::hash<T>> HF;
102 typedef std::unordered_multiset<T, HF, Comp, A> C;
120 assert(c.hash_function() == HF());
132 typedef test_hash<std::hash<T>> HF;
135 typedef std::unordered_multiset<T, HF, Comp, A> C;
145 HF hf(43);
147 C c(input_iterator<T*>(arr), input_iterator<T*>(arr + sizeof(arr)/sizeof(arr[0])), 16, hf, a);
154 assert(c.hash_function() == hf);
155 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
allocator.pass.cpp 67 typedef test_hash<std::hash<T>> HF;
70 typedef std::unordered_set<T, HF, Comp, A> C;
75 assert(c.hash_function() == HF());
87 typedef test_hash<std::hash<T>> HF;
90 typedef std::unordered_set<T, HF, Comp, A> C;
92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
    [all...]
init.pass.cpp 94 typedef test_hash<std::hash<T>> HF;
97 typedef std::unordered_set<T, HF, Comp, A> C;
115 assert(c.hash_function() == HF());
127 typedef test_hash<std::hash<T>> HF;
130 typedef std::unordered_set<T, HF, Comp, A> C;
133 HF hf(43);
141 }, 12, hf, a);
149 assert(c.hash_function() == hf);
150 assert(!(c.hash_function() == HF()));
    [all...]
range.pass.cpp 99 typedef test_hash<std::hash<T>> HF;
102 typedef std::unordered_set<T, HF, Comp, A> C;
120 assert(c.hash_function() == HF());
132 typedef test_hash<std::hash<T>> HF;
135 typedef std::unordered_set<T, HF, Comp, A> C;
145 HF hf(43);
147 C c(input_iterator<T*>(arr), input_iterator<T*>(arr + sizeof(arr)/sizeof(arr[0])), 16, hf, a);
154 assert(c.hash_function() == hf);
155 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 72 typedef test_hash<std::hash<T>> HF;
74 typedef std::unordered_map<T, T, HF, Comp, A> C;
79 assert(c.hash_function() == HF());
91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_map<T, T, HF, Comp, A> C;
96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
    [all...]
range.pass.cpp 104 typedef test_hash<std::hash<int>> HF;
106 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
124 assert(c.hash_function() == HF());
136 typedef test_hash<std::hash<int>> HF;
138 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
149 HF hf(42);
151 C c(input_iterator<P*>(arr), input_iterator<P*>(arr + sizeof(arr)/sizeof(arr[0])), 14, hf, a);
158 assert(c.hash_function() == hf);
159 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 72 typedef test_hash<std::hash<T>> HF;
74 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
79 assert(c.hash_function() == HF());
91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
allocator.pass.cpp 67 typedef test_hash<std::hash<T>> HF;
70 typedef std::unordered_multiset<T, HF, Comp, A> C;
75 assert(c.hash_function() == HF());
87 typedef test_hash<std::hash<T>> HF;
90 typedef std::unordered_multiset<T, HF, Comp, A> C;
92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/unord.set.cnstr/
allocator.pass.cpp 67 typedef test_hash<std::hash<T>> HF;
70 typedef std::unordered_set<T, HF, Comp, A> C;
75 assert(c.hash_function() == HF());
87 typedef test_hash<std::hash<T>> HF;
90 typedef std::unordered_set<T, HF, Comp, A> C;
92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 678 using HF = HexFloat<T, Traits>;
679 using uint_type = typename HF::uint_type;
680 using int_type = typename HF::int_type;
682 static_assert(HF::num_used_bits != 0,
684 static_assert(HF::num_exponent_bits != 0,
686 static_assert(HF::num_fraction_bits != 0,
690 const char* const sign = (bits & HF::sign_mask) ? "-" : "";
692 (bits & HF::exponent_mask) >> HF::num_fraction_bits);
694 uint_type fraction = static_cast<uint_type>((bits & HF::fraction_encode_mask
    [all...]
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_map<T, T, HF, Comp, A> C;
98 assert(c.hash_function() == HF());
110 typedef test_hash<std::hash<T>> HF;
112 typedef std::unordered_map<T, T, HF, Comp, A> C;
115 HF hf(12);
116 C c(2, hf, a);
118 assert(c.hash_function() == hf);
119 assert(!(c.hash_function() == HF()));
    [all...]
range.pass.cpp 106 typedef test_hash<std::hash<int>> HF;
108 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
126 assert(c.hash_function() == HF());
138 typedef test_hash<std::hash<int>> HF;
140 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
151 HF hf(42);
153 C c(input_iterator<P*>(arr), input_iterator<P*>(arr + sizeof(arr)/sizeof(arr[0])), 14, hf, a);
160 assert(c.hash_function() == hf);
161 assert(!(c.hash_function() == HF()));
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
98 assert(c.hash_function() == HF());
110 typedef test_hash<std::hash<T>> HF;
112 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
115 HF hf(12);
116 C c(2, hf, a);
118 assert(c.hash_function() == hf);
119 assert(!(c.hash_function() == HF()));
    [all...]

Completed in 725 milliseconds

1 2 3