Home
last modified time | relevance | path

Searched defs:b2 (Results 1 – 25 of 861) sorted by relevance

12345678910>>...35

/external/clang/test/CodeGen/
Dppc64-inline-asm.c3 _Bool test_wc_i1(_Bool b1, _Bool b2) { in test_wc_i1()
11 int test_wc_i32(int b1, int b2) { in test_wc_i32()
19 unsigned char test_wc_i8(unsigned char b1, unsigned char b2) { in test_wc_i8()
/external/rust/crates/bytes/tests/
Dtest_chain.rs55 let b2: &[u8] = &mut []; in vectored_read() localVariable
76 let b2: &[u8] = &mut []; in vectored_read() localVariable
97 let b2: &[u8] = &mut []; in vectored_read() localVariable
118 let b2: &[u8] = &mut []; in vectored_read() localVariable
/external/llvm-project/clang/test/CodeGen/
Dppc64-inline-asm.c3 _Bool test_wc_i1(_Bool b1, _Bool b2) { in test_wc_i1()
11 int test_wc_i32(int b1, int b2) { in test_wc_i32()
19 unsigned char test_wc_i8(unsigned char b1, unsigned char b2) { in test_wc_i8()
/external/llvm-project/clang/test/SemaCXX/
Dwarn-redundant-move.cpp21 B b2; in test1() local
35 B b2; in test2() local
50 B& b2 = b1; in test3() local
59 B& b2 = b1; in test4() local
Dcxx0x-noexcept-expression.cpp8 bool b2 = noexcept(f(0)); in g() local
17 bool b2 = noexcept(this->g(0)); in h() local
Dconvert-to-bool.cpp40 bool b2 = ctb && ecb; in test_conv_to_bool() local
56 bool b2 = ecb; // expected-error{{no viable conversion from 'ExplicitConvToBool' to 'bool'}} in test_explicit_bool() local
/external/clang/test/SemaCXX/
Dwarn-redundant-move.cpp21 B b2; in test1() local
35 B b2; in test2() local
50 B& b2 = b1; in test3() local
59 B& b2 = b1; in test4() local
Dcxx0x-noexcept-expression.cpp8 bool b2 = noexcept(f(0)); in g() local
17 bool b2 = noexcept(this->g(0)); in h() local
Dconvert-to-bool.cpp40 bool b2 = ctb && ecb; in test_conv_to_bool() local
56 bool b2 = ecb; // expected-error{{no viable conversion from 'ExplicitConvToBool' to 'bool'}} in test_explicit_bool() local
/external/adhd/cras/src/dsp/
Dbiquad.c36 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient()
74 double b2 = 2 * alpha; in biquad_lowpass() local
110 double b2 = 2 * alpha; in biquad_highpass() local
150 double b2 = -alpha; in biquad_bandpass() local
186 double b2 = A * (a_plus_one - a_minus_one * k - k2); in biquad_lowshelf() local
223 double b2 = A * (a_plus_one + a_minus_one * k - k2); in biquad_highshelf() local
262 double b2 = 1 - alpha * A; in biquad_peaking() local
298 double b2 = 1; in biquad_notch() local
335 double b2 = 1 + alpha; in biquad_allpass() local
/external/libcxx/test/std/language.support/support.types/byteops/
Dor.assign.pass.cpp18 constexpr std::byte test(std::byte b1, std::byte b2) { in test()
27 constexpr std::byte b2{static_cast<std::byte>(2)}; in main() local
/external/llvm-project/libcxx/test/std/language.support/support.types/byteops/
Dor.assign.pass.cpp17 constexpr std::byte test(std::byte b1, std::byte b2) { in test()
26 constexpr std::byte b2{static_cast<std::byte>(2)}; in main() local
/external/libgav1/libgav1/src/dsp/x86/
Dtranspose_sse4.h51 const __m128i b2 = _mm_unpacklo_epi16(a2, a3); in Transpose2x16_U16() local
107 const __m128i b2 = _mm_unpackhi_epi16(a0, a1); in Transpose8x8To4x16_U8() local
175 const __m128i b2 = _mm_unpackhi_epi32(a0, a1); in Transpose4x8To8x4_U16() local
213 const __m128i b2 = _mm_unpacklo_epi32(a4, a5); in Transpose8x4To4x8_U16() local
277 const __m128i b2 = _mm_unpacklo_epi32(a4, a5); in Transpose8x8_U16() local
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc101 int32_t b2 = ReadUByte(index + 1); in ReadUShort() local
111 int32_t b2 = ReadUByte(index + 1); in ReadShort() local
123 int32_t b2 = ReadUByte(index + 1); in ReadUInt24() local
136 int32_t b2 = ReadUByte(index + 1); in ReadULong() local
162 int32_t b2 = ReadUByte(index + 1); in ReadULongLE() local
178 int32_t b2 = ReadUByte(index + 1); in ReadLong() local
387 int32_t b2 = (off + 1 < high_bound) ? ReadUByte(off + 1) : 0; in ComputeCheckSum() local
/external/llvm-project/clang/test/SemaTemplate/
Dtemp.cpp23 Use1::Base<double> b2; // expected-error {{private}} member
27 Use2::Base<double> b2; member
31 Use3::Base<double> b2; member
/external/stressapptest/src/
Dadler32memcpy.cc78 void AdlerChecksum::Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2) { in Set()
100 uint64 b2 = 0; in CalculateAdlerChecksum() local
138 uint64 b2 = 0; in AdlerMemcpyC() local
179 uint64 b2 = 0; in AdlerMemcpyWarmC() local
/external/libaom/libaom/aom_dsp/x86/
Davg_intrin_avx2.c31 __m256i b2 = _mm256_add_epi16(a2, a3); in hadamard_col8x2_avx2() local
155 __m256i b2 = _mm256_add_epi16(coeff2, coeff3); in hadamard_16x16_avx2() local
200 __m256i b2 = _mm256_add_epi16(coeff2, coeff3); in aom_hadamard_lp_16x16_avx2() local
241 __m256i b2 = _mm256_add_epi16(coeff2, coeff3); in aom_hadamard_32x32_avx2() local
272 __m256i b2 = _mm256_add_epi32(a2, a3); in highbd_hadamard_col8_avx2() local
397 __m256i b2 = _mm256_add_epi32(coeff2, coeff3); in aom_highbd_hadamard_16x16_avx2() local
438 __m256i b2 = _mm256_add_epi32(coeff2, coeff3); in aom_highbd_hadamard_32x32_avx2() local
/external/okio/okio/src/commonMain/kotlin/okio/
DUtf8.kt458 val b2 = this[beginIndex + 2] in process3Utf8Bytes() constant
522 val b2 = this[beginIndex + 2] in process4Utf8Bytes() constant
/external/emma/core/java12/com/vladium/util/
DByteArrayOStream.java49 public final void write2 (final int b1, final int b2) in write2()
73 public final void write3 (final int b1, final int b2, final int b3) in write3()
98 public final void write4 (final int b1, final int b2, final int b3, final int b4) in write4()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/format/
DBooleanFormatTest.java18 public Boolean b2; field in BooleanFormatTest.BeanWithBoolean
23 public BeanWithBoolean(boolean b1, Boolean b2, boolean b3) { in BeanWithBoolean()
/external/libvpx/libvpx/vpx_dsp/x86/
Davg_intrin_avx2.c31 __m256i b2 = _mm256_add_epi32(a2, a3); in highbd_hadamard_col8_avx2() local
156 __m256i b2 = _mm256_add_epi32(coeff2, coeff3); in vpx_highbd_hadamard_16x16_avx2() local
197 __m256i b2 = _mm256_add_epi32(coeff2, coeff3); in vpx_highbd_hadamard_32x32_avx2() local
233 __m256i b2 = _mm256_add_epi16(a2, a3); in hadamard_col8x2_avx2() local
361 __m256i b2 = _mm256_add_epi16(coeff2, coeff3); in hadamard_16x16_avx2() local
419 __m256i b2 = _mm256_add_epi16(coeff2, coeff3); in vpx_hadamard_32x32_avx2() local
/external/sfntly/cpp/src/test/
Dfile_io_test.cc49 ByteVector b2; in TestFileInputStream() local
111 ByteVector b2; in TestFontInputStreamBasic() local
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp113 bool GetBoolsVal(const CBoolPair &b1, const CBoolPair &b2) in GetBoolsVal()
120 void CExtractDialog::CheckButton_TwoBools(UINT id, const CBoolPair &b1, const CBoolPair &b2) in CheckButton_TwoBools()
125 void CExtractDialog::GetButton_Bools(UINT id, CBoolPair &b1, CBoolPair &b2) in GetButton_Bools()
/external/libffi/testsuite/libffi.closures/
Dcls_9byte1.c19 struct cls_struct_9byte b2) in cls_struct_9byte_fn()
35 struct cls_struct_9byte b1, b2; in cls_struct_9byte_gn() local
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dcls_9byte2.c19 struct cls_struct_9byte b2) in cls_struct_9byte_fn()
35 struct cls_struct_9byte b1, b2; in cls_struct_9byte_gn() local

12345678910>>...35