Searched refs:f_k (Results 1 – 2 of 2) sorted by relevance
433 int f_k = 0, f_k_plus_one = 1; in fib_loop() local435 int f_k_plus_two = f_k + f_k_plus_one; in fib_loop()436 f_k = f_k_plus_one; in fib_loop()
879 .. math:: y_k = \nabla f_{k+1} - \nabla f_k