OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vtail
(Results
1 - 8
of
8
) sorted by null
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.h
49
float htail,
vtail
;
member in struct:_fishRec
shark.c
1217
fish->
vtail
+= ((fish->dtheta - fish->
vtail
) * 0.1);
1219
if (fish->
vtail
> 0.5) {
1220
fish->
vtail
= 0.5;
1221
} else if (fish->
vtail
< -0.5) {
1222
fish->
vtail
= -0.5;
1224
segup = thrash * fish->
vtail
;
[
all
...]
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.h
49
float htail,
vtail
;
member in struct:_fishRec
shark.c
1217
fish->
vtail
+= ((fish->dtheta - fish->
vtail
) * 0.1);
1219
if (fish->
vtail
> 0.5) {
1220
fish->
vtail
= 0.5;
1221
} else if (fish->
vtail
< -0.5) {
1222
fish->
vtail
= -0.5;
1224
segup = thrash * fish->
vtail
;
[
all
...]
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.h
49
float htail,
vtail
;
member in struct:_fishRec
shark.c
1217
fish->
vtail
+= ((fish->dtheta - fish->
vtail
) * 0.1);
1219
if (fish->
vtail
> 0.5) {
1220
fish->
vtail
= 0.5;
1221
} else if (fish->
vtail
< -0.5) {
1222
fish->
vtail
= -0.5;
1224
segup = thrash * fish->
vtail
;
[
all
...]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp
69
typename add_const_reference<Tail>::type...
vtail
)
70
: m_head(v), inherited(
vtail
...) { }
example-bind.cpp
69
typename add_const_reference<Tail>::type...
vtail
)
70
: m_head(v), inherited(
vtail
...) { }
Completed in 173 milliseconds