Searched refs:fib (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/tests/data/src/
H A Dbellard.otccex.c20 * for fib(35)), you'll notice that OTCC is quite fast because it
23 fib(n) function
28 return fib(n-1) + fib(n-2);
104 printf("fib(%d) = ", n);
105 print_num(fib(n), base);
124 printf("Compute fib(n) and fact(n) and output the result in base 'base'\n");

Completed in 237 milliseconds