Home
last modified time | relevance | path

Searched defs:b10 (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm-project/flang/test/Semantics/
Dsymbol15.f90196 procedure, nopass :: b10 => ext2 method
224 procedure, nopass :: b10 => ext2 method
/external/eigen/Eigen/src/SparseLU/
DSparseLU_gemm_kernel.h74 Packet b00, b10, b20, b30, b01, b11, b21, b31; in sparselu_gemm() local
178 Packet b00, b10, b20, b30; in sparselu_gemm() local
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DPacket.java110 short b10 = (short)(b[10] & 0xff); in fromByteArray() local
/external/clang/test/CodeGenCXX/
Dmangle-ms-return-qualifiers.cpp48 const volatile float &b10() { return *(float*)0; } in b10() function
/external/llvm-project/lldb/test/API/lang/c/bitfields/
Dmain.c62 b7 : 1, b8 : 1, b9 : 1, b10 : 1, b11 : 1, b12 : 1, in main() member
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-ms-return-qualifiers.cpp48 const volatile float &b10() { return *(float*)0; } in b10() function
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-auto-cast.cpp211 const B *b10 = s.template_member_get<B>(); in f_template_cast() local
Dmodernize-use-auto-cast-remove-stars.cpp211 const B *b10 = s.template_member_get<B>(); in f_template_cast() local
/external/rust/crates/ryu/src/
Dd2s_intrinsics.rs34 let b10 = a_hi as u64 * b_lo as u64; in umul128() localVariable
/external/skqp/src/core/
DSkMatrix44.cpp465 double b10 = a21 * a33 - a23 * a31; in determinant() local
577 double b10 = a21; in invert() local
638 double b10 = a21 * a33 - a23 * a31; in invert() local
/external/skia/src/core/
DSkMatrix44.cpp474 double b10 = a21 * a33 - a23 * a31; in determinant() local
586 double b10 = a21; in invert() local
647 double b10 = a21 * a33 - a23 * a31; in invert() local
DSkM44.cpp275 double b10 = a21 * a33 - a23 * a31; in invert() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc517 Vector128 b10 = Vector128Load(state + 10); in Absorb() local
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dranden_hwaes.cc517 Vector128 b10 = Vector128Load(state + 10); in Absorb() local
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc516 Vector128 b10 = Vector128Load(state + 10); in Absorb() local
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc517 Vector128 b10 = Vector128Load(state + 10); in Absorb() local
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc584 Vector128 b10 = Vector128Load(state + kLanes * 10); in Absorb() local
/external/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc584 Vector128 b10 = Vector128Load(state + kLanes * 10); in Absorb() local
/external/libkmsxx/kms++util/src/
Ddrawing.cpp536 bool b10 = get_char_pixel(c, x + 1, y); in draw_char() local
/external/libyuv/files/unit_test/
Dconvert_test.cc3039 int b10 = reinterpret_cast<uint32_t*>(ar30_pixels)[i] & 1023; in TEST_F() local
3105 int b10 = (reinterpret_cast<uint32_t*>(ab30_pixels)[i] >> 20) & 1023; in TEST_F() local
3165 int b10 = reinterpret_cast<uint32_t*>(ar30_pixels)[i] & 1023; in TEST_F() local
/external/pffft/
Dsse2neon.h547 signed char b10, in _mm_set_epi8()
594 signed char b10, in _mm_setr_epi8()
1196 float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(__B)); in _mm_movelh_ps() local
1289 float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(b)); in _mm_shuffle_ps_1032() local
1324 float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(b)); in _mm_shuffle_ps_1010() local
1331 float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(b)); in _mm_shuffle_ps_1001() local
/external/clang/test/SemaCXX/
Duninitialized.cpp467 …B b10 = getB(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its … in setupB() local
502 B b10 = getB(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its o… variable
1166 B b10 = { {b10.a1.i2} }; // expected-warning{{uninitialized}} variable
1224 B b10 = { {b10.a1.i2} }; // expected-warning{{uninitialized}} member
/external/llvm-project/clang/test/SemaCXX/
Duninitialized.cpp467 …B b10 = getB(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its … in setupB() local
502 B b10 = getB(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its o… variable
1168 B b10 = { {b10.a1.i2} }; // expected-warning{{uninitialized}} variable
1226 B b10 = { {b10.a1.i2} }; // expected-warning{{uninitialized}} member
/external/skia/src/shaders/
DSkPerlinNoiseShader.cpp444 int b10 = (j + noiseY.noisePositionIntegerValue) & kBlockMask; in noise2D() local
/external/rust/crates/ring/crypto/curve25519/
Dcurve25519.c1320 int64_t b10 = 2097151 & (load_3(b + 26) >> 2); in sc_muladd() local

12