HomeSort by relevance Sort by last modified time
    Searched full:factorial_rec (Results 1 - 3 of 3) sorted by null

  /external/vixl/examples/
factorial-rec.cc 33 // uint64_t factorial_rec(uint64_t n)
46 __ Bl(&entry); // Recursive call factorial_rec(n - 1).
67 Label factorial_rec; local
68 masm.Bind(&factorial_rec);
75 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial_rec));
examples.h 43 // uint64_t factorial_rec(uint64_t n)
  /external/vixl/test/examples/
test-examples.cc 226 TEST_FUNCTION(factorial_rec); \
230 TEST(factorial_rec) {
233 Label factorial_rec; local
234 masm.Bind(&factorial_rec);

Completed in 356 milliseconds