Home
last modified time | relevance | path

Searched defs:X1b (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/tuple/cons/
H A D102270.cc49 struct X1b { in construct_using_allocator() struct
50 using allocator_type = Alloc; in construct_using_allocator()
51 /* not constexpr */ X1b(int) { } in construct_using_allocator() function
52 constexpr X1b(std::allocator_arg_t, allocator_type, int) { } in construct_using_allocator() function
/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_AuxQuotMM.h40 #define X1b X1 macro
H A DTMV_SmallMatrixArith.h5010 #define X1b ,N,A1 macro
5755 #define X1b ,M,K,A1 macro
5789 #define X1b ,M,K,A1 macro
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Boxes/Basic/
H A Dbasic_boxes.cpp50 line_box_rep::line_box_rep (path ip, SI X1b, SI Y1b, SI X2b, SI Y2b, pencil p): in line_box_rep()
127 arc_box_rep::arc_box_rep (path ip, SI X1b, SI Y1b, SI X2b, SI Y2b, in arc_box_rep()
/dports/math/ntl/ntl-11.5.1/src/
H A Dmat_lzz_p.cpp3519 mat_window_zz_p X1b(X1_store, 0, 0, anr, bnc); in mul_strassen() local