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

/external/stlport/test/unit/
H A Dfib.h3 class Fibonacci class
6 Fibonacci() : v1(0), v2(1) {} function in class:Fibonacci
14 Fibonacci::operator()()
H A Dgenerator_test.cpp52 Fibonacci generator;
79 Fibonacci generator;
/external/clang/test/SemaTemplate/
H A Dfibonacci.cpp7 struct Fibonacci { struct
13 enum { value = Fibonacci<I>::value };
16 template<> struct Fibonacci<0> { struct
20 template<> struct Fibonacci<1> { struct
24 int array5[Fibonacci<5>::value == 5? 1 : -1];
25 int array10[Fibonacci<10>::value == 55? 1 : -1];
/external/llvm/examples/Fibonacci/
H A DMakefile1 ##===- examples/Fibonacci/Makefile -------------------------*- Makefile -*-===##
11 TOOLNAME = Fibonacci
/external/llvm/examples/
H A DMakefile13 PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker
/external/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc908 TEST_F(RepeatedFieldInsertionIteratorsTest, Fibonacci) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc1268 TEST_F(RepeatedFieldInsertionIteratorsTest, Fibonacci) {

Completed in 797 milliseconds