Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_div.c268 BIGNUM *tmp, *snum, *sdiv, *res; in bn_div_fixed_top() local
/freebsd/sys/dev/sound/macio/
H A Di2s.c447 u_int mclk, mdiv, sdiv; in i2s_setup() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp799 KnownBits KnownBits::sdiv(const KnownBits &LHS, const KnownBits &RHS, in sdiv() function in KnownBits
H A DAPInt.cpp1650 APInt APInt::sdiv(const APInt &RHS) const { in sdiv() function in APInt
1661 APInt APInt::sdiv(int64_t RHS) const { in sdiv() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1266 ConstantRange ConstantRange::sdiv(const ConstantRange &RHS) const { in sdiv() function in ConstantRange