Home
last modified time | relevance | path

Searched refs:fp_zero (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
Ddh-tfm.c121 fp_zero(&priv_key); in tfm_dh_generate_key()
122 fp_zero(&g); in tfm_dh_generate_key()
123 fp_zero(&p); in tfm_dh_generate_key()
128 fp_zero(&pub); in tfm_dh_generate_key()
174 fp_zero(&p); in tfm_dh_compute_key()
175 fp_zero(&peer_pub); in tfm_dh_compute_key()
186 fp_zero(&p); in tfm_dh_compute_key()
187 fp_zero(&peer_pub); in tfm_dh_compute_key()
188 fp_zero(&priv_key); in tfm_dh_compute_key()
195 fp_zero(&s); in tfm_dh_compute_key()
Drsa-tfm.c162 fp_zero(&enc); in tfm_rsa_public_encrypt()
214 fp_zero(&us); in tfm_rsa_public_decrypt()
295 fp_zero(&d); in tfm_rsa_private_encrypt()
370 fp_zero(&d); in tfm_rsa_private_decrypt()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
Dsfp-exceptions.c36 const double fp_zero = (double) 0.0; in __sfp_handle_exceptions() local
44 : "f" (fp_zero)); in __sfp_handle_exceptions()
50 : "f" (fp_one), "f" (fp_zero)); in __sfp_handle_exceptions()
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_io.c3182 l_fp fp_zero = { { 0 }, 0 }; local
3279 &org, &rec, &xmt, &fp_zero,
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltins.cc8975 tree fp_nan, fp_infinite, fp_normal, fp_subnormal, fp_zero, in fold_builtin_fpclassify() local
8995 fp_zero = args[4]; in fold_builtin_fpclassify()
9010 tmp, fp_zero, fp_subnormal); in fold_builtin_fpclassify()
DChangeLog-19991133 (movsf expander): Allow storing fp_zero to memory if ! live_g0.