HomeSort by: relevance | last modified time | path
    Searched refs:infty (Results 1 - 17 of 17) sorted by relevancy

  /src/external/mit/isl/dist/
isl_range.c 304 isl_bool involves, infty; local
314 infty = isl_qpolynomial_is_infty(sub);
315 if (infty >= 0 && !infty)
316 infty = isl_qpolynomial_is_neginfty(sub);
317 if (infty < 0)
319 if (infty) {
isl_box.c 138 isl_val *infty; local
147 infty = isl_val_infty(isl_fixed_box_get_ctx(box));
151 box = isl_fixed_box_set_extent(box, i, nan, infty);
153 isl_val_free(infty);
  /src/external/lgpl3/mpc/dist/src/
div.c 29 mpfr_t infty; local
31 mpfr_init2 (infty, MPFR_PREC_MIN);
32 mpfr_set_inf (infty, sign);
33 mpfr_mul (mpc_realref (a), infty, mpc_realref (z), MPC_RND_RE (rnd)); local
34 mpfr_mul (mpc_imagref (a), infty, mpc_imagref (z), MPC_RND_IM (rnd)); local
35 mpfr_clear (infty);
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistz256.c 1005 BN_ULONG infty; local
1055 infty = (p.p.X[0] | p.p.X[1] | p.p.X[2] | p.p.X[3] | p.p.Y[0] | p.p.Y[1] | p.p.Y[2] | p.p.Y[3]);
1057 infty |= (p.p.X[4] | p.p.X[5] | p.p.X[6] | p.p.X[7] | p.p.Y[4] | p.p.Y[5] | p.p.Y[6] | p.p.Y[7]);
1059 infty = 0 - is_zero(infty);
1060 infty = ~infty;
1062 p.p.Z[0] = ONE[0] & infty;
1063 p.p.Z[1] = ONE[1] & infty;
1064 p.p.Z[2] = ONE[2] & infty;
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistz256.c 1027 BN_ULONG infty; local
1077 infty = (p.p.X[0] | p.p.X[1] | p.p.X[2] | p.p.X[3] |
1080 infty |= (p.p.X[4] | p.p.X[5] | p.p.X[6] | p.p.X[7] |
1083 infty = 0 - is_zero(infty);
1084 infty = ~infty;
1086 p.p.Z[0] = ONE[0] & infty;
1087 p.p.Z[1] = ONE[1] & infty;
1088 p.p.Z[2] = ONE[2] & infty;
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecp_nistz256.c 1022 BN_ULONG infty; local
1072 infty = (p.p.X[0] | p.p.X[1] | p.p.X[2] | p.p.X[3] |
1075 infty |= (p.p.X[4] | p.p.X[5] | p.p.X[6] | p.p.X[7] |
1078 infty = 0 - is_zero(infty);
1079 infty = ~infty;
1081 p.p.Z[0] = ONE[0] & infty;
1082 p.p.Z[1] = ONE[1] & infty;
1083 p.p.Z[2] = ONE[2] & infty;
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 692 Ld$infty:
1394 bra Ld$infty |
1466 bra Ld$infty
1478 beq Ld$infty | if a is INFINITY return with this sign
1480 bra Ld$infty | the opposite sign
2286 bra Ld$infty
2608 Lf$infty:
3072 | We have to check for NaN and +/-infty.
3076 cmpl IMM (INFINITY),d0 | check for infty or NaN
3083 | The value to be returned is either +/-infty or Na
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 692 Ld$infty:
1392 bra Ld$infty |
1464 bra Ld$infty
1476 beq Ld$infty | if a is INFINITY return with this sign
1478 bra Ld$infty | the opposite sign
2285 bra Ld$infty
2607 Lf$infty:
3071 | We have to check for NaN and +/-infty.
3075 cmpl IMM (INFINITY),d0 | check for infty or NaN
3082 | The value to be returned is either +/-infty or Na
    [all...]
  /src/external/mit/isl/dist/doc/
implementation.tex 1990 may be $\infty$, meaning that there is no upper bound corresponding
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 4418 static inline isl::checked::val infty(isl::checked::ctx ctx);
20724 isl::checked::val val::infty(isl::checked::ctx ctx) function in class:isl::checked::val
cpp.h 4484 static inline isl::val infty(isl::ctx ctx);
30061 isl::val val::infty(isl::ctx ctx) function in class:isl::val
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 11051 \DeclareUnicodeCharacter{221E}{\ensuremath\infty}%
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 11051 \DeclareUnicodeCharacter{221E}{\ensuremath\infty}%
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 10991 \DeclareUnicodeCharacter{221E}{\ensuremath\infty}%
  /src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex 10931 \DeclareUnicodeCharacter{221E}{\ensuremath\infty}%
  /src/external/lgpl3/mpfr/dist/doc/
texinfo.tex 11024 \DeclareUnicodeCharacter{221E}{\ensuremath\infty}%
  /src/external/mit/isl/dist/interface/
isl.py 18440 def infty(): member in class:val

Completed in 118 milliseconds