Searched refs:fp_zero (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dsfp-exceptions.c36 const double fp_zero = (double) 0.0; local
44 : "f" (fp_zero));
50 : "f" (fp_one), "f" (fp_zero));
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
H A Dsfp-exceptions.c32 const float fp_zero = 0.0; local
40 : "w" (fp_zero)
48 : "w" (fp_one), "w" (fp_zero)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/aarch64/
H A Dsfp-exceptions.c32 const float fp_zero = 0.0; local
40 : "w" (fp_zero)
48 : "w" (fp_one), "w" (fp_zero)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dsfp-exceptions.c36 const double fp_zero = (double) 0.0; local
44 : "f" (fp_zero));
50 : "f" (fp_one), "f" (fp_zero));
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddh-tfm.c121 fp_zero(&priv_key);
122 fp_zero(&g);
123 fp_zero(&p);
128 fp_zero(&pub);
174 fp_zero(&p);
175 fp_zero(&peer_pub);
186 fp_zero(&p);
187 fp_zero(&peer_pub);
188 fp_zero(&priv_key);
195 fp_zero(
[all...]
H A Drsa-tfm.c162 fp_zero(&enc);
214 fp_zero(&us);
295 fp_zero(&d);
370 fp_zero(&d);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c3153 l_fp fp_zero = { { 0 }, 0 }; local
3244 &org, &rec, &xmt, &fp_zero,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c9779 tree fp_nan, fp_infinite, fp_normal, fp_subnormal, fp_zero,
9799 fp_zero = args[4];
9814 tmp, fp_zero, fp_subnormal);
9776 tree fp_nan, fp_infinite, fp_normal, fp_subnormal, fp_zero, local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.cc8978 tree fp_nan, fp_infinite, fp_normal, fp_subnormal, fp_zero,
8998 fp_zero = args[4];
9013 tmp, fp_zero, fp_subnormal);
8975 tree fp_nan, fp_infinite, fp_normal, fp_subnormal, fp_zero, local

Completed in 298 milliseconds