Home
last modified time | relevance | path

Searched defs:L6 (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/mp11/test/
Dmp_push_front.cpp46 using L6 = std::tuple<int, int>; in main() typedef
Dmp_push_back.cpp46 using L6 = std::tuple<int, int>; in main() typedef
Dmp_pop_back.cpp40 using L6 = mp_iota_c<N>; in main() typedef
Dmp_back.cpp43 using L6 = mp_iota_c<N>; in main() typedef
Dmp_size.cpp38 using L6 = std::tuple<int, int>; in main() typedef
Dmp_empty.cpp39 using L6 = std::tuple<int, int>; in main() typedef
Dmp_repeat.cpp109 using L6 = std::tuple<X1, X2>; in main() typedef
Dmp_rename.cpp89 using L6 = std::tuple<char>; in main() typedef
Dmp_apply_q.cpp74 using L6 = std::tuple<char>; in main() typedef
Dmp_filter.cpp58 using L6 = mp_transform<mod_6, L1>; in main() typedef
Dmp_transform.cpp78 using L6 = std::pair<Y1, Y2>; in main() typedef
Dmp_transform_q.cpp87 using L6 = std::pair<Y1, Y2>; in main() typedef
/third_party/boost/libs/units/example/
Dconversion.cpp78 L6(5*si::meters); in main() local
/third_party/gstreamer/gstplugins_good/gst/goom/
Dppc_drawings.s311 L6: label
/third_party/jerryscript/jerry-libm/
Dpow.c103 #define L6 2.06975017800338417784e-01 /* 0x3FCA7E28, 0x4A454EEF */ macro
/third_party/libffi/src/x86/
Dsysv.S1093 .set L6,L(UW26)-L(UW24) define
/third_party/boost/boost/variant2/
Dvariant.hpp1695 template<class... U> struct L6 struct in boost::variant2::variant
1697 variant_base * this_;
1698 variant<U...> const & r;
1700 template<class I> void operator()( I i ) const in operator ()()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Ddec_neon.c1443 const uint16x8_t L6 = vmovl_u8(vld1_u8(dst + 6 * BPS - 1)); in DC8_NEON() local
1525 const uint16x8_t L6 = vmovl_u8(vld1_u8(dst + (i + 6) * BPS - 1)); in DC16_NEON() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_neon.c1449 const uint8x8_t L6 = vld1_u8(dst + 6 * BPS - 1); in DC8_NEON() local
1536 const uint8x8_t L6 = vld1_u8(dst + (i + 6) * BPS - 1); in DC16_NEON() local