Home
last modified time | relevance | path

Searched refs:QU (Results 1 – 25 of 1591) sorted by relevance

12345678910>>...64

/dports/devel/adabooch/bc-20160321/demos/
H A Dordering_test.adb33 Q : Ordering_Support.QU.Queue;
40 Ordering_Support.QU.Append
42 Ordering_Support.QU.Append
60 := Ordering_Support.QU.New_Iterator (Q);
66 while not Ordering_Support.QU.Is_Empty (Q) loop
71 Report_Element (Ordering_Support.QU.Front (Q), Dummy);
72 Ordering_Support.QU.Pop (Q);
/dports/math/libflame/libflame-5.2.0/src/lapack/red/bidiagut/front/flamec/test/fla/
H A Dtime_Bidiag_UT.c79 FLA_Obj QU; in time_Bidiag_UT() local
95 FLA_Obj_create( FLA_Obj_datatype( A ), m_A, m_A, 0, 0, &QU ); in time_Bidiag_UT()
101 FLA_Set_to_identity( QU ); in time_Bidiag_UT()
114 FLA_Apply_Q_blk_external( FLA_LEFT, FLA_TRANSPOSE, FLA_COLUMNWISE, A, tu, QU ); in time_Bidiag_UT()
116 FLA_Apply_Q_blk_external( FLA_LEFT, FLA_CONJ_TRANSPOSE, FLA_COLUMNWISE, A, tu, QU ); in time_Bidiag_UT()
128 FLA_Apply_Q_UT( FLA_LEFT, FLA_CONJ_TRANSPOSE, FLA_FORWARD, FLA_COLUMNWISE, A, TU, WU, QU ); in time_Bidiag_UT()
153 FLA_ONE, QU, E, FLA_ZERO, F ); in time_Bidiag_UT()
171 FLA_Obj_free( &QU ); in time_Bidiag_UT()
/dports/textproc/hs-lhs2tex/lhs2tex-1.24/doc/
H A DInteractivePre.lhs.in10 %format QU(x) = [ | x | ]
13 %format QU(x) = "\llbracket " x "\rrbracket "
22 > answer = SPL(foldr1 (\x y -> QU(SPL(x) + SPL(y))) (replicate 21 ^^ QU(2)))
H A DInteractivePre.lhs10 %format QU(x) = [ | x | ]
13 %format QU(x) = "\llbracket " x "\rrbracket "
22 > answer = SPL(foldr1 (\x y -> QU(SPL(x) + SPL(y))) (replicate 21 ^^ QU(2)))
H A DInteractivePreIn.lhs15 %format QU(x) = [ | x | ]
18 %format QU(x) = "\llbracket " x "\rrbracket "
27 > answer = SPL(foldr1 (\x y -> QU(SPL(x) + SPL(y))) (replicate 21 ^^ QU(2)))
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc90/
H A DDollarTest.hs14 data QU = QU () constructor
16 test = QU $ ()
/dports/math/libflame/libflame-5.2.0/src/lapack/red/bidiagut/u/flamec/test/
H A Dtime_Bidiag_UT_u.c249 FLA_Obj QU; in time_Bidiag_UT_u() local
268 FLA_Obj_create( FLA_Obj_datatype( A ), m_A, m_A, 0, 0, &QU ); in time_Bidiag_UT_u()
277 FLA_Set_to_identity( QU ); in time_Bidiag_UT_u()
285 FLA_Apply_Q_UT( FLA_LEFT, FLA_CONJ_TRANSPOSE, FLA_FORWARD, FLA_COLUMNWISE, A, TTU, WWU, QU ); in time_Bidiag_UT_u()
290 FLA_Apply_Q_UT( FLA_LEFT, FLA_CONJ_TRANSPOSE, FLA_FORWARD, FLA_COLUMNWISE, A, TU, WU, QU ); in time_Bidiag_UT_u()
317 FLA_ONE, QU, E, FLA_ZERO, F ); in time_Bidiag_UT_u()
335 FLA_Obj_free( &QU ); in time_Bidiag_UT_u()
/dports/textproc/l2a/l2a-1.2/
H A Dl2a.l91 %START EN FN IT QU MM
131 ^"\\begin{quote}" { BEGIN QU; }
133 ^"\\begin{center}" { BEGIN QU; }
135 ^"\\begin{quotation}" { BEGIN QU; }
140 <QU>\n { ECHO; LineNo++; fputs(" ",stdout); }
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qsettings/
H A Dresourcefile5.ini2 QU%C9BEC=Fa�ade/QU�BEC
H A Dresourcefile4.ini2 QU%C9BEC=Façade/QUÉBEC
/dports/shells/ksh93/ast-93u/src/lib/libast/string/
H A Dstrtoi.h100 #define QU 02 macro
395 qualifier |= QU;
456 else if (!(base & QU) && (c == 'u' || c == 'U'))
458 base |= QU;
460 qualifier |= QU;
601 else if (!(qualifier & QU))
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/string/
H A Dstrtoi.h102 #define QU 02 macro
330 qualifier |= QU; in S2I_function()
377 } else if (!(base & QU) && (c == 'u' || c == 'U')) { in S2I_function()
378 base |= QU; in S2I_function()
380 qualifier |= QU; in S2I_function()
502 else if (!(qualifier & QU)) { in S2I_function()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/string/
H A Dstrtoi.h100 #define QU 02 macro
395 qualifier |= QU;
456 else if (!(base & QU) && (c == 'u' || c == 'U'))
458 base |= QU;
460 qualifier |= QU;
601 else if (!(qualifier & QU))
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/string/
H A Dstrtoi.h100 #define QU 02 macro
395 qualifier |= QU;
456 else if (!(base & QU) && (c == 'u' || c == 'U'))
458 base |= QU;
460 qualifier |= QU;
601 else if (!(qualifier & QU))
/dports/graphics/graphviz/graphviz-2.44.1/lib/ast/
H A Dstrton.c59 #define QU 02 macro
150 if (!(base & QU) && (c == 'u' || c == 'U')) { in strton()
151 base |= QU; in strton()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/rna_io/
H A Dexample.ebpseq12 # I NT QU R2 RE2 F1 F2 M1 M2
22 # I NT QU R2 RE2 F2 M1
32 # I NT QU R1 RE1 R2 RE2 F1 M2
/dports/math/spooles/spooles.2.2/Utilities/drivers/
H A Ddo_test_sort8 set sortType = QU
16 foreach sortType ( QU QD )
/dports/math/spooles-mpich/spooles.2.2_SHARED/Utilities/drivers/
H A Ddo_test_sort8 set sortType = QU
16 foreach sortType ( QU QD )
/dports/math/spooles-mpich/spooles.2.2/Utilities/drivers/
H A Ddo_test_sort8 set sortType = QU
16 foreach sortType ( QU QD )
/dports/math/spooles/spooles.2.2_SHARED/Utilities/drivers/
H A Ddo_test_sort8 set sortType = QU
16 foreach sortType ( QU QD )
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h17 #define QU(q) ((uint64_t)q) macro
22 #define KQU(q) QU(q##ULL)
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h17 #define QU(q) ((uint64_t)q) macro
22 #define KQU(q) QU(q##ULL)
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h17 #define QU(q) ((uint64_t)q) macro
22 #define KQU(q) QU(q##ULL)
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h17 #define QU(q) ((uint64_t)q) macro
22 #define KQU(q) QU(q##ULL)
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h17 #define QU(q) ((uint64_t)q) macro
22 #define KQU(q) QU(q##ULL)

12345678910>>...64