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

1 2 3

  /src/external/mit/isl/dist/
isl_pw_add_constant_templ.c 24 zero = FN(VAL,is_zero)(v);
isl_polynomial.c 918 isl_bool is_zero, is_nan, is_cst; local
940 is_zero = isl_poly_is_zero(poly1);
941 if (is_zero < 0)
943 if (is_zero) {
948 is_zero = isl_poly_is_zero(poly2);
949 if (is_zero < 0)
951 if (is_zero) {
1002 isl_bool is_zero; local
1010 is_zero = isl_poly_is_zero(rec1->p[i]);
1011 if (is_zero < 0
1078 isl_bool is_zero; local
1132 isl_bool is_zero; local
1268 isl_bool is_zero, is_nan, is_one, is_cst; local
3870 isl_bool is_zero, is_cst; local
4018 isl_bool is_zero, is_cst; local
4307 isl_bool is_zero, is_bad, is_cst; local
    [all...]
isl_test_cpp-generic.cc 67 assert(IS_TRUE(zero_from_str.is_zero()));
70 assert(IS_TRUE(zero_int_con.is_zero()));
73 assert(IS_TRUE(zero_static_con.is_zero()));
isl_test_python.py 25 assert(zero1.is_zero())
28 assert(zero2.is_zero())
31 assert(zero3.is_zero())
isl_tab.c 62 tab->var[i].is_zero = 0;
1293 isl_assert(tab->mat->ctx, !var->is_zero, return -2);
1561 var_from_col(tab, col)->is_zero = 1;
1646 var->is_zero = 1;
1688 tab->con[r].is_zero = 0;
1774 tab->var[r].is_zero = 0;
1831 if (tab->var[i].is_zero)
2058 var->is_zero = 1;
2695 if (var->is_zero)
2709 tab->con[r].is_zero = 0
    [all...]
isl_tab.h 24 unsigned is_zero : 1; member in struct:isl_tab_var
96 * The corresponding tab_vars are flagged "is_zero".
98 * the dead columns are also flagged "is_zero".
103 * A row variable that is flagged "is_zero" is also flagged "is_redundant"
isl_output.c 1726 isl_bool is_zero = isl_poly_is_zero(rec->p[i]); local
1728 if (is_zero < 0)
1730 if (!is_zero)
1830 isl_bool is_zero = isl_poly_is_zero(rec->p[i]); local
1835 if (is_zero < 0 || is_one < 0 || is_negone < 0)
1837 if (is_zero)
2646 isl_bool is_zero; local
2661 is_zero = isl_aff_plain_is_zero(aff);
2662 if (is_zero < 0) {
2665 if (!is_zero)
    [all...]
  /src/usr.sbin/installboot/arch/
i386.c 225 is_zero(const uint8_t *p, unsigned int len) function
293 if (!is_zero((char *)&bp + bplen, sizeof bp - bplen)) {
383 if (!is_zero(bootstrap.b + 512-2-64, 64)) {
387 if (!is_zero(bootstrap.b + 512, 512)) {
434 * it will cause overflow and call is_zero() with enormous size.
441 !is_zero(disk_buf.b + 3 + 8, disk_buf.b[1] - 1 - 8)) {
454 if (!is_zero(disk_buf.b + 2 + bootstrap.b[1],
  /src/external/gpl2/groff/dist/src/roff/troff/
hvunits.h 30 int is_zero();
59 int is_zero();
95 inline int vunits::is_zero() function in class:vunits
204 inline int hunits::is_zero() function in class:hunits
number.cpp 611 *v = scale(*v, em.is_zero() ? hresolution : em.to_units(), divisor);
617 *v = scale(*v, em.is_zero() ? hresolution : em.to_units(), divisor*100);
624 *v = scale(*v, en.is_zero() ? hresolution : en.to_units(), divisor);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecp_nistp256.c 940 u64 is_zero = small[0] | small[1] | small[2] | small[3];
941 is_zero--;
942 is_zero &= is_zero << 32;
943 is_zero &= is_zero << 16;
944 is_zero &= is_zero << 8;
945 is_zero &= is_zero << 4
    [all...]
ecp_nistp521.c 815 limb is_zero, is_p;
845 is_zero = 0;
846 is_zero |= ftmp[0];
847 is_zero |= ftmp[1];
848 is_zero |= ftmp[2];
849 is_zero |= ftmp[3];
850 is_zero |= ftmp[4];
851 is_zero |= ftmp[5];
852 is_zero |= ftmp[6];
853 is_zero |= ftmp[7]
    [all...]
ecp_nistz256.c 189 static BN_ULONG is_zero(BN_ULONG in) function
213 return is_zero(res);
235 res = is_zero(res);
343 in1infty = is_zero(in1infty);
344 in2infty = is_zero(in2infty);
477 in1infty = is_zero(in1infty);
478 in2infty = is_zero(in2infty);
1078 infty = 0 - is_zero(infty);
  /src/usr.sbin/intrctl/
intrctl.c 190 bool is_zero = true; local
195 is_zero = false;
199 if (is_zero)
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistp256.c 937 u64 is_zero = small[0] | small[1] | small[2] | small[3]; local
938 is_zero--;
939 is_zero &= is_zero << 32;
940 is_zero &= is_zero << 16;
941 is_zero &= is_zero << 8;
942 is_zero &= is_zero << 4
    [all...]
ecp_nistp521.c 783 limb is_zero, is_p; local
813 is_zero = 0;
814 is_zero |= ftmp[0];
815 is_zero |= ftmp[1];
816 is_zero |= ftmp[2];
817 is_zero |= ftmp[3];
818 is_zero |= ftmp[4];
819 is_zero |= ftmp[5];
820 is_zero |= ftmp[6];
821 is_zero |= ftmp[7]
    [all...]
ecp_nistz256.c 186 static BN_ULONG is_zero(BN_ULONG in) function
210 return is_zero(res);
232 res = is_zero(res);
340 in1infty = is_zero(in1infty);
341 in2infty = is_zero(in2infty);
472 in1infty = is_zero(in1infty);
473 in2infty = is_zero(in2infty);
1059 infty = 0 - is_zero(infty);
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistp256.c 940 u64 is_zero = small[0] | small[1] | small[2] | small[3]; local
941 is_zero--;
942 is_zero &= is_zero << 32;
943 is_zero &= is_zero << 16;
944 is_zero &= is_zero << 8;
945 is_zero &= is_zero << 4
    [all...]
ecp_nistp521.c 867 limb is_zero, is_p; local
897 is_zero = 0;
898 is_zero |= ftmp[0];
899 is_zero |= ftmp[1];
900 is_zero |= ftmp[2];
901 is_zero |= ftmp[3];
902 is_zero |= ftmp[4];
903 is_zero |= ftmp[5];
904 is_zero |= ftmp[6];
905 is_zero |= ftmp[7]
    [all...]
ecp_nistz256.c 195 static BN_ULONG is_zero(BN_ULONG in) function
219 return is_zero(res);
241 res = is_zero(res);
349 in1infty = is_zero(in1infty);
350 in2infty = is_zero(in2infty);
483 in1infty = is_zero(in1infty);
484 in2infty = is_zero(in2infty);
1083 infty = 0 - is_zero(infty);
  /src/external/gpl3/gcc/dist/gcc/
double-int.h 166 bool is_zero () const;
377 double_int::is_zero () const
double-int.cc 1046 if (remainder.is_zero ())
1477 if (cst.is_zero ())
1489 for (n = 0; !cst.is_zero (); n++)
  /src/external/gpl3/gcc.old/dist/gcc/
double-int.h 166 bool is_zero () const;
377 double_int::is_zero () const
double-int.cc 1046 if (remainder.is_zero ())
1477 if (cst.is_zero ())
1489 for (n = 0; !cst.is_zero (); n++)
  /src/sbin/newfs_udf/
udf_core.h 278 extern int is_zero(void *blob, int size);

Completed in 59 milliseconds

1 2 3