HomeSort by: relevance | last modified time | path
    Searched refs:sign (Results 1 - 25 of 1300) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/lgpl3/mpfr/dist/src/
set_zero.c 26 mpfr_set_zero (mpfr_ptr x, int sign)
29 if (sign < 0)
set_inf.c 26 mpfr_set_inf (mpfr_ptr x, int sign)
29 if (sign >= 0)
  /src/external/mpl/bind/dist/bin/tests/system/eddsa/
setup.sh 20 $SHELL sign.sh
24 $SHELL sign.sh
28 $SHELL sign.sh
  /src/sys/arch/hppa/spmath/
setovfl.c 52 sgl_setoverflow(unsigned int sign)
60 if (sign) {
67 if (sign==0) {
74 Sgl_setinfinity(result,sign);
78 Sgl_setlargest(result,sign);
82 Sgl_setinfinity(result,sign);
86 dbl_floating_point dbl_setoverflow(unsigned int sign)
94 if (sign) {
102 if (sign==0) {
110 Dbl_setinfinity(result,sign);
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/chain/
setup.sh 17 $SHELL sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
setup.sh 19 cd ns1 && $SHELL sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/dns64/
setup.sh 16 cd ns1 && $SHELL sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/dsdigest/
setup.sh 16 cd ns1 && $SHELL sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/ecdsa/
setup.sh 20 $SHELL sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/forward/
setup.sh 18 $SHELL sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/glue/
setup.sh 16 (cd ns1 && $SHELL sign.sh)
  /src/external/mpl/bind/dist/bin/tests/system/nsec3-answer/
setup.sh 21 $SHELL sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/pending/
setup.sh 16 cd ns1 && $SHELL -e sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/
setup.sh 17 $SHELL sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/rsabigexponent/
setup.sh 16 cd ns1 && $SHELL -e sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/staticstub/
setup.sh 16 cd ns3 && $SHELL -e sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
setup.sh 17 (cd ns2 && $SHELL sign.sh)
  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/
setup.sh 21 $SHELL sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/wildcard/
setup.sh 16 (cd ns1 && $SHELL -e sign.sh)
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_cmp.c 24 /* compare based on sign */
25 if (a->sign != b->sign) {
26 if (a->sign == MP_NEG) {
34 if (a->sign == MP_NEG) {
bn_mp_neg.c 31 b->sign = (a->sign == MP_ZPOS) ? MP_NEG : MP_ZPOS;
33 b->sign = MP_ZPOS;
  /src/external/mpl/bind/dist/bin/tests/system/filters/
setup.sh 16 (cd ns1 && $SHELL -e sign.sh)
17 (cd ns4 && $SHELL -e sign.sh)
  /src/external/mpl/bind/dist/bin/tests/system/legacy/
build.sh 16 (cd ns6 && $SHELL -e sign.sh)
17 (cd ns7 && $SHELL -e sign.sh)
  /src/external/mpl/bind/dist/bin/tests/system/sfcache/
setup.sh 19 cd ns1 && $SHELL sign.sh && cd ..
20 cd ns5 && $SHELL sign.sh && cd ..
  /src/lib/libc/time/
leapseconds.awk 51 sign = "23:59:60\t+"
53 sign = "23:59:59\t-"
63 printf "Leap\t%s\t%s\t%s\t%s\tS\n", year, month, day, sign

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>