Home
last modified time | relevance | path

Searched defs:sqrt2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/src/fp/
H A Dfp_sqrt.c112 int fp_sqrt(fp_t sqrt1, fp_t sqrt2, fp_src_t n) in fp_sqrt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h57sqrt2 = 1.4142135623730950488, // (0x1.6a09e667f3bcdP+0) https://oeis.org/A00219 variable
/freebsd/crypto/libecc/src/sig/
H A Deddsa.c432 fp sqrt1, sqrt2; in eddsa_decode_point() local