Home
last modified time | relevance | path

Searched defs:fib (Results 1 – 25 of 1299) sorted by relevance

12345678910>>...52

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> argument
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> argument
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> argument
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> struct
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> argument
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/lang/ghc/ghc-8.10.7/utils/haddock/html-test/src/
H A DExamples.hs37 fib 0 = 0 function
38 fib 1 = 1 function
39 fib n = fib (n - 1) + fib (n - 2) function
H A DProperties.hs7 fib 0 = 0 function
8 fib 1 = 1 function
9 fib n = fib (n - 1) + fib (n - 2) function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> argument
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> argument
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> argument
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> struct
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> struct
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/lang/clang-mesa/clang-13.0.1.src/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> argument
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> struct
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> argument
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> argument
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> argument
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Templight/
H A Dtemplight-nested-memoization.cpp4 struct fib struct
6 static const int value = fib<N-1>::value + fib<N-2>::value; argument
10 struct fib<0> struct
16 struct fib<1> struct
22 // CHECK: {{^name:[ ]+'fib<4>'$}} argument
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_fiber.c47 nxt_fiber_t *fib; in nxt_fiber_create() local
125 nxt_fiber_create_stack(nxt_task_t *task, nxt_fiber_t *fib) in nxt_fiber_create_stack()
237 nxt_fiber_t *fib; in nxt_fiber_trampoline() local
299 nxt_fiber_trampoline(nxt_fiber_t *fib, jmp_buf *parent) in nxt_fiber_trampoline()
334 nxt_fiber_t *fib; in nxt_fiber_switch_handler() local
344 nxt_fiber_switch(nxt_task_t *task, nxt_fiber_t *fib) in nxt_fiber_switch()
366 nxt_fiber_t *fib; in nxt_fiber_yield() local
388 nxt_fiber_t *fib; in nxt_fiber_sleep() local
416 nxt_fiber_t *fib; in nxt_fiber_timer_handler() local
434 nxt_fiber_t *fib; in nxt_fiber_wait() local
[all …]
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_fiber.c47 nxt_fiber_t *fib; in nxt_fiber_create() local
125 nxt_fiber_create_stack(nxt_task_t *task, nxt_fiber_t *fib) in nxt_fiber_create_stack()
237 nxt_fiber_t *fib; in nxt_fiber_trampoline() local
299 nxt_fiber_trampoline(nxt_fiber_t *fib, jmp_buf *parent) in nxt_fiber_trampoline()
334 nxt_fiber_t *fib; in nxt_fiber_switch_handler() local
344 nxt_fiber_switch(nxt_task_t *task, nxt_fiber_t *fib) in nxt_fiber_switch()
366 nxt_fiber_t *fib; in nxt_fiber_yield() local
388 nxt_fiber_t *fib; in nxt_fiber_sleep() local
416 nxt_fiber_t *fib; in nxt_fiber_timer_handler() local
434 nxt_fiber_t *fib; in nxt_fiber_wait() local
[all …]
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_fiber.c47 nxt_fiber_t *fib; in nxt_fiber_create() local
125 nxt_fiber_create_stack(nxt_task_t *task, nxt_fiber_t *fib) in nxt_fiber_create_stack()
237 nxt_fiber_t *fib; in nxt_fiber_trampoline() local
299 nxt_fiber_trampoline(nxt_fiber_t *fib, jmp_buf *parent) in nxt_fiber_trampoline()
334 nxt_fiber_t *fib; in nxt_fiber_switch_handler() local
344 nxt_fiber_switch(nxt_task_t *task, nxt_fiber_t *fib) in nxt_fiber_switch()
366 nxt_fiber_t *fib; in nxt_fiber_yield() local
388 nxt_fiber_t *fib; in nxt_fiber_sleep() local
416 nxt_fiber_t *fib; in nxt_fiber_timer_handler() local
434 nxt_fiber_t *fib; in nxt_fiber_wait() local
[all …]
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_fiber.c47 nxt_fiber_t *fib; in nxt_fiber_create() local
125 nxt_fiber_create_stack(nxt_task_t *task, nxt_fiber_t *fib) in nxt_fiber_create_stack()
237 nxt_fiber_t *fib; in nxt_fiber_trampoline() local
299 nxt_fiber_trampoline(nxt_fiber_t *fib, jmp_buf *parent) in nxt_fiber_trampoline()
334 nxt_fiber_t *fib; in nxt_fiber_switch_handler() local
344 nxt_fiber_switch(nxt_task_t *task, nxt_fiber_t *fib) in nxt_fiber_switch()
366 nxt_fiber_t *fib; in nxt_fiber_yield() local
388 nxt_fiber_t *fib; in nxt_fiber_sleep() local
416 nxt_fiber_t *fib; in nxt_fiber_timer_handler() local
434 nxt_fiber_t *fib; in nxt_fiber_wait() local
[all …]
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_fiber.c47 nxt_fiber_t *fib; in nxt_fiber_create() local
125 nxt_fiber_create_stack(nxt_task_t *task, nxt_fiber_t *fib) in nxt_fiber_create_stack()
237 nxt_fiber_t *fib; in nxt_fiber_trampoline() local
299 nxt_fiber_trampoline(nxt_fiber_t *fib, jmp_buf *parent) in nxt_fiber_trampoline()
334 nxt_fiber_t *fib; in nxt_fiber_switch_handler() local
344 nxt_fiber_switch(nxt_task_t *task, nxt_fiber_t *fib) in nxt_fiber_switch()
366 nxt_fiber_t *fib; in nxt_fiber_yield() local
388 nxt_fiber_t *fib; in nxt_fiber_sleep() local
416 nxt_fiber_t *fib; in nxt_fiber_timer_handler() local
434 nxt_fiber_t *fib; in nxt_fiber_wait() local
[all …]
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_fiber.c47 nxt_fiber_t *fib; in nxt_fiber_create() local
125 nxt_fiber_create_stack(nxt_task_t *task, nxt_fiber_t *fib) in nxt_fiber_create_stack()
237 nxt_fiber_t *fib; in nxt_fiber_trampoline() local
299 nxt_fiber_trampoline(nxt_fiber_t *fib, jmp_buf *parent) in nxt_fiber_trampoline()
334 nxt_fiber_t *fib; in nxt_fiber_switch_handler() local
344 nxt_fiber_switch(nxt_task_t *task, nxt_fiber_t *fib) in nxt_fiber_switch()
366 nxt_fiber_t *fib; in nxt_fiber_yield() local
388 nxt_fiber_t *fib; in nxt_fiber_sleep() local
416 nxt_fiber_t *fib; in nxt_fiber_timer_handler() local
434 nxt_fiber_t *fib; in nxt_fiber_wait() local
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/eunit/examples/
H A Dfib.erl2 -module(fib). module
6 fib(0) -> 1; function
7 fib(1) -> 1; function
8 fib(N) when N > 1 -> fib(N-1) + fib(N-2). function

12345678910>>...52