HomeSort by: relevance | last modified time | path
    Searched refs:Cq (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/tsiggss/
setup.sh 16 key=$($KEYGEN -Cq -K ns1 -a $DEFAULT_ALGORITHM -b $DEFAULT_BITS -n HOST -T KEY key.example.nil.)
  /src/external/mpl/bind/dist/bin/tests/system/metadata/
setup.sh 58 oldstyle=$($KEYGEN -Cq -a ${DEFAULT_ALGORITHM} $pzone)
  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 2195 template<unsigned int N, typename Ca, typename Cb, typename Cq>
2196 inline typename if_nonpoly2<Cb, Cq, bool>::type
2197 can_div_trunc_p (const poly_int<N, Ca> &a, Cb b, Cq *quotient)
2204 Cq q = NCa (a.coeffs[0]) / NCb (b);
2211 template<unsigned int N, typename Ca, typename Cb, typename Cq>
2212 inline typename if_nonpoly<Cq, bool>::type
2214 Cq *quotient)
2321 template<unsigned int N, typename Ca, typename Cb, typename Cq, typename Cr>
2322 inline typename if_nonpoly<Cq, bool>::type
2324 Cq *quotient, Cr *remainder
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 2258 template<unsigned int N, typename Ca, typename Cb, typename Cq>
2259 inline typename if_nonpoly2<Cb, Cq, bool>::type
2260 can_div_trunc_p (const poly_int_pod<N, Ca> &a, Cb b, Cq *quotient)
2267 Cq q = NCa (a.coeffs[0]) / NCb (b);
2274 template<unsigned int N, typename Ca, typename Cb, typename Cq>
2275 inline typename if_nonpoly<Cq, bool>::type
2278 Cq *quotient)
2382 template<unsigned int N, typename Ca, typename Cb, typename Cq, typename Cr>
2383 inline typename if_nonpoly<Cq, bool>::type
2386 Cq *quotient, Cr *remainder
    [all...]

Completed in 207 milliseconds