11 static constexpr double NANVAL = std::numeric_limits<double>::quiet_NaN();
12 static constexpr double INFVAL = std::numeric_limits<double>::infinity();
14 if (v & 0x8000000000000000) {
16 v ^= 0x8000000000000000;
23 int exp = (v & 0x7FF0000000000000) >> 52;
28 }
else if (
exp == 0) {
static int sign(const secp256k1_context *ctx, struct signer_secrets *signer_secrets, struct signer *signer, const secp256k1_musig_keyagg_cache *cache, const unsigned char *msg32, unsigned char *sig64)