Home
last modified time | relevance | path

Searched defs:inverse (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/gcc/
HDlambda-trans.c62 lambda_trans_matrix inverse; in lambda_trans_matrix_inverse() local
HDtree-ssa-loop-niter.c88 inverse (tree x, tree mask) in inverse() function
HDloop-iv.c1248 inverse (unsigned HOST_WIDEST_INT x, int mod) in inverse() function
HDlambda-code.c772 lambda_matrix inverse, H1; in lambda_compute_target_space() local
/NextBSD/bin/ed/
HDcbc.c325 int inverse = 0; /* 0 to encrypt, 1 to decrypt */ in cbc_encode() local
366 int inverse = 1; /* 0 to encrypt, 1 to decrypt */ in cbc_decode() local
/NextBSD/crypto/openssl/crypto/idea/
HDi_skey.c143 static IDEA_INT inverse(unsigned int xin) in inverse() function
/NextBSD/bin/pkill/
HDpkill.c104 static int inverse; variable
/NextBSD/contrib/llvm/lib/IR/
HDConstantRange.cpp748 ConstantRange ConstantRange::inverse() const { in inverse() function in ConstantRange
/NextBSD/secure/usr.bin/bdes/
HDbdes.c138 int inverse; /* 0 to encrypt, 1 to decrypt */ variable
/NextBSD/contrib/llvm/include/llvm/Support/
HDScaledNumber.h678 ScaledNumber inverse() const { return ScaledNumber(*this).invert(); } in inverse() function