Searched refs:mtmp (Results 1 – 8 of 8) sorted by relevance
31 double mtmp = 1.0 - ((double)g / 255.0); in LOCAL() local33 double ktmp = MIN(MIN(ctmp, mtmp), ytmp); in LOCAL()35 if (ktmp == 1.0) ctmp = mtmp = ytmp = 0.0; in LOCAL()38 mtmp = (mtmp - ktmp) / (1.0 - ktmp); in LOCAL()42 *m = (JSAMPLE)(255.0 - mtmp * 255.0 + 0.5); in LOCAL()
38 const DH_METHOD *mtmp; in DH_set_method() local39 mtmp = dh->meth; in DH_set_method()40 if (mtmp->finish) in DH_set_method()41 mtmp->finish(dh); in DH_set_method()
135 int64_t mtmp[4]; in fft3() local145 mtmp[0] = (int64_t)TX_NAME(ff_cos_53)[0].re * tmp[0].re; in fft3()146 mtmp[1] = (int64_t)TX_NAME(ff_cos_53)[0].im * tmp[0].im; in fft3()147 mtmp[2] = (int64_t)TX_NAME(ff_cos_53)[1].re * tmp[1].re; in fft3()148 mtmp[3] = (int64_t)TX_NAME(ff_cos_53)[1].re * tmp[1].im; in fft3()149 out[1*stride].re = in[0].re - (mtmp[2] + mtmp[0] + 0x40000000 >> 31); in fft3()150 out[1*stride].im = in[0].im - (mtmp[3] - mtmp[1] + 0x40000000 >> 31); in fft3()151 out[2*stride].re = in[0].re - (mtmp[2] - mtmp[0] + 0x40000000 >> 31); in fft3()152 out[2*stride].im = in[0].im - (mtmp[3] + mtmp[1] + 0x40000000 >> 31); in fft3()
112 const DSA_METHOD *mtmp; in DSA_set_method() local113 mtmp = dsa->meth; in DSA_set_method()114 if (mtmp->finish) in DSA_set_method()115 mtmp->finish(dsa); in DSA_set_method()
458 EVP_MD_CTX *mtmp; in ossl_cms_DigestAlgorithm_find_ctx() local464 BIO_get_md_ctx(chain, &mtmp); in ossl_cms_DigestAlgorithm_find_ctx()465 if (EVP_MD_CTX_get_type(mtmp) == nid in ossl_cms_DigestAlgorithm_find_ctx()470 || EVP_MD_get_pkey_type(EVP_MD_CTX_get0_md(mtmp)) == nid) in ossl_cms_DigestAlgorithm_find_ctx()471 return EVP_MD_CTX_copy_ex(mctx, mtmp); in ossl_cms_DigestAlgorithm_find_ctx()
50 const RSA_METHOD *mtmp; in RSA_set_method() local51 mtmp = rsa->meth; in RSA_set_method()52 if (mtmp->finish) in RSA_set_method()53 mtmp->finish(rsa); in RSA_set_method()