Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/idea/
H A Di_skey.c91 static IDEA_INT inverse(unsigned int xin) in inverse() function
/freebsd/lib/msun/tests/
H A Dinvtrig_test.c437 ATF_TC_BODY(inverse, tc) in ATF_TC_BODY() argument
/freebsd/bin/pkill/
H A Dpkill.c104 static int inverse; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h678 ScaledNumber inverse() const { return ScaledNumber(*this).invert(); } in inverse() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1661 ConstantRange ConstantRange::inverse() const { in inverse() function in ConstantRange