ComplexFuncRef     87 apps/fft/fft.cpp vector<ComplexFuncRef> get_func_refs(ComplexFunc x, int N, bool temps = false) {
ComplexFuncRef     91 apps/fft/fft.cpp     vector<ComplexFuncRef> refs;
ComplexFuncRef    115 apps/fft/fft.cpp     vector<ComplexFuncRef> x = get_func_refs(f, 2);
ComplexFuncRef    116 apps/fft/fft.cpp     vector<ComplexFuncRef> X = get_func_refs(F, 2);
ComplexFuncRef    130 apps/fft/fft.cpp     vector<ComplexFuncRef> x = get_func_refs(f, 4);
ComplexFuncRef    131 apps/fft/fft.cpp     vector<ComplexFuncRef> X = get_func_refs(F, 4);
ComplexFuncRef    132 apps/fft/fft.cpp     vector<ComplexFuncRef> T = get_func_refs(F, 2, true);
ComplexFuncRef    164 apps/fft/fft.cpp     vector<ComplexFuncRef> x = get_func_refs(f, 6);
ComplexFuncRef    165 apps/fft/fft.cpp     vector<ComplexFuncRef> X = get_func_refs(F, 6);
ComplexFuncRef    166 apps/fft/fft.cpp     vector<ComplexFuncRef> T = get_func_refs(F, 6, true);
ComplexFuncRef    195 apps/fft/fft.cpp     vector<ComplexFuncRef> x = get_func_refs(f, 8);
ComplexFuncRef    196 apps/fft/fft.cpp     vector<ComplexFuncRef> X = get_func_refs(F, 8);
ComplexFuncRef    197 apps/fft/fft.cpp     vector<ComplexFuncRef> T = get_func_refs(F, 8, true);