/external/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertVertex.comp | 12 // Ns components, each Bs bytes 26 // The input is received in 4-byte elements, therefore each element has Es=4/Bs components. 31 // We don't use Bs and Es for A2B10G10R10 and R10G10B10A2 formats since they take 10 or 2 bits per 32 // component. Variables that are computed using Bs or Es are hardcoded instead. 36 // floor(c / Ns) * Ss + mod(c, Ns) * Bs 41 // * SintToSint: covers byte, short and int types (distinguished by Bs and Bd). 42 // * UintToUint: covers ubyte, ushort, uint and half float types (distinguished by Bs and Bd). 119 uint Bs; // Source component byte size 121 uint Es; // Precalculated 4/Bs 143 // With fixed-point and float types, Bs can only be 4, so it is hardcoded for more efficiency. The [all …]
|
/external/clang/test/SemaCXX/ |
D | cxx1y-generic-lambdas-variadics.cpp | 53 return [](decltype(As) ... as, auto ... Bs) { in test() argument 55 print("\nL::Inner::Bs = ", Bs ...); in test() 66 return [](decltype(As) ... as, decltype(A) a, auto ... Bs) { in test() argument 68 print("\nL::Inner::Bs = ", Bs ...); in test()
|
/external/aac/libAACenc/src/ |
D | mps_main.cpp | 445 FDK_BITSTREAM Bs; in FDK_MpegsEnc_WriteFrameHeader() local 446 FDKinitBitStream(&Bs, pOutputBuffer, outputBufferSize, 0, BS_WRITER); in FDK_MpegsEnc_WriteFrameHeader() 452 FDKwriteBits(&Bs, sacTimeAlignFlag, 1); in FDK_MpegsEnc_WriteFrameHeader() 455 FDKwriteBits(&Bs, cnt, 7); in FDK_MpegsEnc_WriteFrameHeader() 457 FDKwriteBits(&Bs, 127, 7); in FDK_MpegsEnc_WriteFrameHeader() 458 FDKwriteBits(&Bs, cnt - 127, 16); in FDK_MpegsEnc_WriteFrameHeader() 461 alignAnchor = FDKgetValidBits(&Bs); in FDK_MpegsEnc_WriteFrameHeader() 462 FDK_MpegsEnc_WriteSpatialSpecificConfig(hMpsEnc, &Bs); in FDK_MpegsEnc_WriteFrameHeader() 463 FDKbyteAlign(&Bs, alignAnchor); /* bsFillBits */ in FDK_MpegsEnc_WriteFrameHeader() 469 numBits = FDKgetValidBits(&Bs); in FDK_MpegsEnc_WriteFrameHeader()
|
/external/icu/icu4c/source/data/curr/ |
D | es_VE.txt | 8 "Bs.", 12 "Bs.S", 17 VEF{"Bs."}
|
D | root.txt | 103 BOB{"Bs"} 189 VEF{"Bs"}
|
D | es_BO.txt | 8 "Bs",
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx1y-generic-lambdas-variadics.cpp | 57 return [](decltype(As) ... as, auto ... Bs) { in test() argument 59 print("\nL::Inner::Bs = ", Bs ...); in test() 70 return [](decltype(As) ... as, decltype(A) a, auto ... Bs) { in test() argument 72 print("\nL::Inner::Bs = ", Bs ...); in test()
|
/external/llvm-project/flang/include/flang/Common/ |
D | unwrap.h | 104 template <typename A, typename... Bs> 105 static A *Unwrap(std::variant<Bs...> &u) { in Unwrap() 118 template <typename A, typename... Bs> 119 static auto Unwrap(const std::variant<Bs...> &u) -> std::add_const_t<A> * {
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/ |
D | TypeSameAsType.java | 71 List<ResolvedType> Bs = S.asReferenceType().typeParametersValues(); in reduce() local 73 for (int i = 0; i < Bs.size(); i++) { in reduce() 74 res = res.withConstraint(new TypeSameAsType(Bs.get(i), As.get(i))); in reduce()
|
/external/llvm-project/flang/lib/Lower/ |
D | RTBuilder.h | 206 template <typename T, T... As, T... Bs> 207 static constexpr std::integer_sequence<T, As..., Bs...> 208 concat(std::integer_sequence<T, As...>, std::integer_sequence<T, Bs...>) { 211 template <typename T, T... As, T... Bs, typename... Cs> 213 std::integer_sequence<T, Bs...>, Cs...) { 214 return concat(std::integer_sequence<T, As..., Bs...>{}, Cs{}...);
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | anno_repeated.test | 28 @interface Bs { 32 @Repeatable(Bs.class)
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/ |
D | AssemblerUtils.h | 44 template <class... Bs> 46 Bs... Bytes) { in Check()
|
/external/webrtc/rtc_base/ |
D | bounded_inline_vector_impl.h | 30 template <bool... Bs> 31 using AllTrue = std::is_same<BoolPack<Bs..., true>, BoolPack<true, Bs...>>;
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-09-21-NoSpillLoopCount.ll | 3 define void @dot(i16* nocapture %A, i32 %As, i16* nocapture %B, i32 %Bs, i16* nocapture %C, i32 %N)… 18 %5 = mul i32 %i.03, %Bs ; <i32> [#uses=1]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2009-09-21-NoSpillLoopCount.ll | 3 define void @dot(i16* nocapture %A, i32 %As, i16* nocapture %B, i32 %Bs, i16* nocapture %C, i32 %N)… 18 %5 = mul i32 %i.03, %Bs ; <i32> [#uses=1]
|
/external/skqp/src/shaders/gradients/ |
D | SkGradientShader.cpp | 218 …id add_stop_color(SkRasterPipeline_GradientCtx* ctx, size_t stop, SkPMColor4f Fs, SkPMColor4f Bs) { in add_stop_color() argument 223 (ctx->bs[0])[stop] = Bs.fR; in add_stop_color() 224 (ctx->bs[1])[stop] = Bs.fG; in add_stop_color() 225 (ctx->bs[2])[stop] = Bs.fB; in add_stop_color() 226 (ctx->bs[3])[stop] = Bs.fA; in add_stop_color() 244 SkPMColor4f Bs = { in init_stop_evenly() local 250 add_stop_color(ctx, stop, Fs, Bs); in init_stop_evenly() 264 SkPMColor4f Bs = { in init_stop_pos() local 271 add_stop_color(ctx, stop, Fs, Bs); in init_stop_pos()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | tools.h | 63 template <typename A, typename... Bs> 64 static const A *Unwrap(const std::variant<Bs...> &x) { in Unwrap()
|
/external/llvm-project/clang/test/CXX/temp/temp.param/ |
D | p15-cxx0x.cpp | 38 template<Ts ...As, template<Ts> class ...Bs, typename ...Cs> struct Inner { 39 struct Check : Bs<As>... {
|
/external/clang/test/CXX/temp/temp.param/ |
D | p15-cxx0x.cpp | 38 template<Ts ...As, template<Ts> class ...Bs, typename ...Cs> struct Inner { 39 struct Check : Bs<As>... {
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-exception-spec-cxx11.cpp | 146 template<bool B, bool B2, bool ...Bs> void check() { static_assert(B, ""); check<B2, Bs...>(); } in check()
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p4.cpp | 35 template<typename ...Bs> struct B { 37 C(As..., Bs..., int &k, Cs...);
|
/external/clang/test/SemaTemplate/ |
D | instantiate-exception-spec-cxx11.cpp | 150 template<bool B, bool B2, bool ...Bs> void check() { static_assert(B, ""); check<B2, Bs...>(); } in check()
|
/external/tensorflow/tensorflow/core/util/ |
D | gpu_launch_config.h | 377 template <bool... Bs> 378 using NoneTrue = std::is_same<BoolPack<Bs..., false>, BoolPack<false, Bs...>>;
|
/external/skia/src/shaders/gradients/ |
D | SkGradientShader.cpp | 221 …id add_stop_color(SkRasterPipeline_GradientCtx* ctx, size_t stop, SkPMColor4f Fs, SkPMColor4f Bs) { in add_stop_color() argument 227 (ctx->bs[0])[stop] = Bs.fR; in add_stop_color() 228 (ctx->bs[1])[stop] = Bs.fG; in add_stop_color() 229 (ctx->bs[2])[stop] = Bs.fB; in add_stop_color() 230 (ctx->bs[3])[stop] = Bs.fA; in add_stop_color() 248 SkPMColor4f Bs = { in init_stop_evenly() local 254 add_stop_color(ctx, stop, Fs, Bs); in init_stop_evenly() 268 SkPMColor4f Bs = { in init_stop_pos() local 275 add_stop_color(ctx, stop, Fs, Bs); in init_stop_pos()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 482 const GLfloat Bs = rgba[i][BCOMP]; in blend_general_float() local 556 sB = Bs; in blend_general_float() 561 sB = 1.0F - Bs; in blend_general_float() 634 dB = Bs; in blend_general_float() 639 dB = 1.0F - Bs; in blend_general_float() 742 b = Bs * sB + Bd * dB; in blend_general_float() 748 b = Bs * sB - Bd * dB; in blend_general_float() 754 b = Bd * dB - Bs * sB; in blend_general_float() 760 b = MIN2( Bd, Bs ); in blend_general_float() 765 b = MAX2( Bd, Bs ); in blend_general_float()
|