Home
last modified time | relevance | path

Searched refs:polynomial (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Df.cpp13 * This file allows to compute the minimax polynomial coefficients we use
34 * - For example, to compute exp2 5th order polynomial between [0, 1] do:
44 * - To compute log2 4th order polynomial between [0, 1/9] do:
58 #include <boost/math/tools/polynomial.hpp>
88 const boost::math::tools::polynomial<boost::math::ntl::RR>& n, in show_extra()
89 const boost::math::tools::polynomial<boost::math::ntl::RR>& d, in show_extra()
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl73 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
101 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
/third_party/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl73 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
101 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
/third_party/lame/libmp3lame/
H A DVbrTagCrc.h315 uint16_t polynomial, crc;
316 polynomial = 0x8005;
322 crc = (crc << 1) ^ (crc & (1 << 15) ? polynomial : 0);
/third_party/ntfs-3g/ntfsprogs/
H A Dmkntfs.c297 * ECMA-182 polynomial, see
310 static uint64_t polynomial = 0x9a6c9329ac4bc9b5ULL; in crc64() local
324 c = polynomial ^ (c >> 1); in crc64()
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl112 .LRR: @ 2^512 mod P precomputed for NIST P256 polynomial
H A Decp_nistz256-armv8.pl108 .LRR: // 2^512 mod P precomputed for NIST P256 polynomial
H A Decp_nistz256-sparcv9.pl109 .LRR: ! 2^512 mod P precomputed for NIST P256 polynomial
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl112 .LRR: @ 2^512 mod P precomputed for NIST P256 polynomial
H A Decp_nistz256-armv8.pl108 .LRR: // 2^512 mod P precomputed for NIST P256 polynomial
H A Decp_nistz256-sparcv9.pl109 .LRR: ! 2^512 mod P precomputed for NIST P256 polynomial
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl854 [B0] MVK 0x0000001B,B3 ; AES polynomial
/third_party/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl854 [B0] MVK 0x0000001B,B3 ; AES polynomial
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/
H A Decp_nistz256-armv4.S2386 .LRR:@ 2^512 mod P precomputed for NIST P256 polynomial
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ec/
H A Decp_nistz256-armv4.S2386 .LRR:@ 2^512 mod P precomputed for NIST P256 polynomial

Completed in 81 milliseconds