Searched refs:Q (Results 1 – 6 of 6) sorted by relevance
/coreutils/src/ |
D | factor.c | 1985 struct { uintmax_t Q; uintmax_t P; } queue[QUEUE_SIZE]; in factor_using_squfof() member 2025 uintmax_t S, Dh, Dl, Q1, Q, P, L, L1, B; in factor_using_squfof() local 2064 Q = Dl - P * P; in factor_using_squfof() 2077 div_smallq (q, rem, S + P, Q); in factor_using_squfof() 2080 affirm (q > 0 && Q > 0); in factor_using_squfof() 2087 if (Q <= L1) in factor_using_squfof() 2089 uintmax_t g = Q; in factor_using_squfof() 2091 if ((Q & 1) == 0) in factor_using_squfof() 2100 queue[qpos].Q = g; in factor_using_squfof() 2109 Q1 = Q; in factor_using_squfof() [all …]
|
/coreutils/tests/shred/ |
D | shred-remove.sh | 54 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ || framework_failure_
|
/coreutils/ |
D | AUTHORS | 16 cksum: Pádraig Brady, Q. Frank Xia
|
D | THANKS.in | 368 Leah Q eequor@earthlink.net
|
D | NEWS | 281 Programs now support the new Ronna (R), and Quetta (Q) SI prefixes,
|
/coreutils/doc/ |
D | coreutils.texi | 711 @samp{R}, and @samp{Q}. 729 @samp{R}, and @samp{Q}. 987 The following suffixes are defined. Large sizes like @code{1Q} 1057 @item Q 4873 @samp{T}, @samp{P}, @samp{E}, @samp{Z}, @samp{Y}, @samp{R}, and @samp{Q}@. 7900 If you use a quoting style like @option{--quoting-style=c} (@option{-Q}) 8004 @c @item Q 8648 @item -Q 8651 @opindex -Q 8686 @option{--quote-name} (@option{-Q}) option. [all …]
|