reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/lib/External/isl/include/isl/val.h
   67 __isl_give isl_val *isl_val_pow2(__isl_take isl_val *v);

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
19368   auto res = isl_val_pow2(copy());
tools/polly/lib/External/isl/isl_test.c
  682 	{ &isl_val_pow2, "0", "1" },
  713 	{ &isl_val_pow2, "-3", "1/8" },
  714 	{ &isl_val_pow2, "-1", "1/2" },
  715 	{ &isl_val_pow2, "1", "2" },
  716 	{ &isl_val_pow2, "2", "4" },
  717 	{ &isl_val_pow2, "3", "8" },
tools/polly/lib/External/isl/isl_val.c
  564 	return isl_val_pow2(v);