| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| j0q.c | 679 __float128 xx, xinv, z, p, q, c, s, cc, ss; local 726 xinv = 1 / xx; 727 z = xinv * xinv; 728 if (xinv <= 0.25) 730 if (xinv <= 0.125) 732 if (xinv <= 0.0625) 743 else if (xinv <= 0.1875) 754 else /* if (xinv <= 0.5) */ 756 if (xinv <= 0.375 827 __float128 xx, xinv, z, p, q, c, s, cc, ss; local [all...] |
| j1q.c | 685 __float128 xx, xinv, z, p, q, c, s, cc, ss; local 742 xinv = 1 / xx; 743 z = xinv * xinv; 744 if (xinv <= 0.25) 746 if (xinv <= 0.125) 748 if (xinv <= 0.0625) 759 else if (xinv <= 0.1875) 770 else /* if (xinv <= 0.5) */ 772 if (xinv <= 0.375 844 __float128 xx, xinv, z, p, q, c, s, cc, ss; local [all...] |
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| j0q.c | 679 __float128 xx, xinv, z, p, q, c, s, cc, ss; local 726 xinv = 1 / xx; 727 z = xinv * xinv; 728 if (xinv <= 0.25) 730 if (xinv <= 0.125) 732 if (xinv <= 0.0625) 743 else if (xinv <= 0.1875) 754 else /* if (xinv <= 0.5) */ 756 if (xinv <= 0.375 827 __float128 xx, xinv, z, p, q, c, s, cc, ss; local [all...] |
| j1q.c | 685 __float128 xx, xinv, z, p, q, c, s, cc, ss; local 742 xinv = 1 / xx; 743 z = xinv * xinv; 744 if (xinv <= 0.25) 746 if (xinv <= 0.125) 748 if (xinv <= 0.0625) 759 else if (xinv <= 0.1875) 770 else /* if (xinv <= 0.5) */ 772 if (xinv <= 0.375 844 __float128 xx, xinv, z, p, q, c, s, cc, ss; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| bn_gf2m.c | 793 BIGNUM *xinv = NULL; local 801 xinv = BN_CTX_get(ctx); 802 if (xinv == NULL) 805 if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) 807 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx))
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_gf2m.c | 795 BIGNUM *xinv = NULL; local 803 xinv = BN_CTX_get(ctx); 804 if (xinv == NULL) 807 if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) 809 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx))
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_gf2m.c | 809 BIGNUM *xinv = NULL; local 817 xinv = BN_CTX_get(ctx); 818 if (xinv == NULL) 821 if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) 823 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx))
|