Home
last modified time | relevance | path

Searched refs:TAB3 (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/qvm/gen/
Dgen.cpp25 #define TAB3 TAB TAB TAB macro
222 TAB3 "mat_traits<A>::rows=="<<r<<" && mat_traits<B>::rows=="<<r<<" &&" NL in header_mr_ma_mb_same_size()
223 TAB3 "mat_traits<A>::cols=="<<c<<" && mat_traits<B>::cols=="<<c<<"," NL in header_mr_ma_mb_same_size()
224 TAB3 "deduce_mat2<A,B,"<<r<<','<<c<<"> >::type" NL in header_mr_ma_mb_same_size()
241 TAB3 "mat_traits<A>::rows=="<<m<<" && mat_traits<B>::rows=="<<n<<" &&" NL in header_mr_ma_mb_mult()
242 TAB3 "mat_traits<A>::cols=="<<n<<" && mat_traits<B>::cols=="<<p<<"," NL in header_mr_ma_mb_mult()
243 TAB3 "deduce_mat2<A,B,"<<m<<','<<p<<"> >::type" NL in header_mr_ma_mb_mult()
259 TAB3 "mat_traits<A>::rows=="<<r<<" && mat_traits<A>::cols=="<<c<<" &&" NL in header_vr_ma_vb_mult()
260 TAB3 "vec_traits<B>::dim=="<<c<<"," NL in header_vr_ma_vb_mult()
261 TAB3 "deduce_vec2<A,B,"<<c<<"> >::type" NL in header_vr_ma_vb_mult()
[all …]
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h67 #define TAB3 0014000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h67 #define TAB3 0014000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h67 #define TAB3 0014000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h68 #define TAB3 0014000 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h66 #define TAB3 0006000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h68 #define TAB3 0014000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h67 #define TAB3 0014000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h68 #define TAB3 0014000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h67 #define TAB3 0014000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h66 #define TAB3 0006000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h67 #define TAB3 0014000 macro
/third_party/musl/libc-test/src/api/
Dtermios.c63 C(TAB3) in f()
/third_party/python/Modules/
Dtermios.c518 #ifdef TAB3
519 {"TAB3", TAB3},
/third_party/toybox/toys/pending/
Dstty.c106 { "tab1", TAB1, TABDLY }, { "tab2", TAB2, TABDLY }, { "tab3", TAB3, TABDLY },