Searched refs:polynomial (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | f.cpp | 13 * 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 D | ghash-c64xplus.pl | 73 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 D | ghash-c64xplus.pl | 73 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial 101 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
|
/third_party/lame/libmp3lame/ |
H A D | VbrTagCrc.h | 315 uint16_t polynomial, crc; 316 polynomial = 0x8005; 322 crc = (crc << 1) ^ (crc & (1 << 15) ? polynomial : 0);
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | mkntfs.c | 297 * 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 D | ecp_nistz256-armv4.pl | 112 .LRR: @ 2^512 mod P precomputed for NIST P256 polynomial
|
H A D | ecp_nistz256-armv8.pl | 108 .LRR: // 2^512 mod P precomputed for NIST P256 polynomial
|
H A D | ecp_nistz256-sparcv9.pl | 109 .LRR: ! 2^512 mod P precomputed for NIST P256 polynomial
|
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv4.pl | 112 .LRR: @ 2^512 mod P precomputed for NIST P256 polynomial
|
H A D | ecp_nistz256-armv8.pl | 108 .LRR: // 2^512 mod P precomputed for NIST P256 polynomial
|
H A D | ecp_nistz256-sparcv9.pl | 109 .LRR: ! 2^512 mod P precomputed for NIST P256 polynomial
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-c64xplus.pl | 854 [B0] MVK 0x0000001B,B3 ; AES polynomial
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-c64xplus.pl | 854 [B0] MVK 0x0000001B,B3 ; AES polynomial
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/ |
H A D | ecp_nistz256-armv4.S | 2386 .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 D | ecp_nistz256-armv4.S | 2386 .LRR:@ 2^512 mod P precomputed for NIST P256 polynomial
|
Completed in 81 milliseconds