Home
last modified time | relevance | path

Searched refs:fish (Results 1 – 25 of 28) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
Dswim.c43 FishTransform(fishRec * fish) in FishTransform() argument
46 glTranslatef(fish->y, fish->z, -fish->x); in FishTransform()
47 glRotatef(-fish->psi, 0.0, 1.0, 0.0); in FishTransform()
48 glRotatef(fish->theta, 1.0, 0.0, 0.0); in FishTransform()
49 glRotatef(-fish->phi, 0.0, 0.0, 1.0); in FishTransform()
53 WhalePilot(fishRec * fish) in WhalePilot() argument
56 fish->phi = -20.0; in WhalePilot()
57 fish->theta = 0.0; in WhalePilot()
58 fish->psi -= 0.5; in WhalePilot()
60 fish->x += WHALESPEED * fish->v * cos(fish->psi / RAD) * cos(fish->theta / RAD); in WhalePilot()
[all …]
Dshark.c1157 DrawShark(fishRec * fish) in DrawShark() argument
1164 fish->htail = (int) (fish->htail - (int) (5.0 * fish->v)) % 360; in DrawShark()
1166 thrash = 50.0 * fish->v; in DrawShark()
1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD); in DrawShark()
1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD); in DrawShark()
1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD); in DrawShark()
1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD); in DrawShark()
1174 if (fish->v > 2.0) { in DrawShark()
1175 chomp = -(fish->v - 2.0) * 200.0; in DrawShark()
1217 fish->vtail += ((fish->dtheta - fish->vtail) * 0.1); in DrawShark()
[all …]
Dwhale.c1671 DrawWhale(fishRec * fish) in DrawWhale() argument
1676 fish->htail = (int) (fish->htail - (int) (5.0 * fish->v)) % 360; in DrawWhale()
1678 thrash = 70.0 * fish->v; in DrawWhale()
1680 seg0 = 1.5 * thrash * sin((fish->htail) * RRAD); in DrawWhale()
1681 seg1 = 2.5 * thrash * sin((fish->htail + 10.0) * RRAD); in DrawWhale()
1682 seg2 = 3.7 * thrash * sin((fish->htail + 15.0) * RRAD); in DrawWhale()
1683 seg3 = 4.8 * thrash * sin((fish->htail + 23.0) * RRAD); in DrawWhale()
1684 seg4 = 6.0 * thrash * sin((fish->htail + 28.0) * RRAD); in DrawWhale()
1685 seg5 = 6.5 * thrash * sin((fish->htail + 35.0) * RRAD); in DrawWhale()
1686 seg6 = 6.5 * thrash * sin((fish->htail + 40.0) * RRAD); in DrawWhale()
[all …]
Ddolphin.c1805 DrawDolphin(fishRec * fish) in DrawDolphin() argument
1810 fish->htail = (int) (fish->htail - (int) (10.0 * fish->v)) % 360; in DrawDolphin()
1812 thrash = 70.0 * fish->v; in DrawDolphin()
1814 seg0 = 1.0 * thrash * sin((fish->htail) * RRAD); in DrawDolphin()
1815 seg3 = 1.0 * thrash * sin((fish->htail) * RRAD); in DrawDolphin()
1816 seg1 = 2.0 * thrash * sin((fish->htail + 4.0) * RRAD); in DrawDolphin()
1817 seg2 = 3.0 * thrash * sin((fish->htail + 6.0) * RRAD); in DrawDolphin()
1818 seg4 = 4.0 * thrash * sin((fish->htail + 10.0) * RRAD); in DrawDolphin()
1819 seg5 = 4.5 * thrash * sin((fish->htail + 15.0) * RRAD); in DrawDolphin()
1820 seg6 = 5.0 * thrash * sin((fish->htail + 20.0) * RRAD); in DrawDolphin()
[all …]
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
Dswim.c43 FishTransform(fishRec * fish) in FishTransform() argument
46 glTranslatef(fish->y, fish->z, -fish->x); in FishTransform()
47 glRotatef(-fish->psi, 0.0, 1.0, 0.0); in FishTransform()
48 glRotatef(fish->theta, 1.0, 0.0, 0.0); in FishTransform()
49 glRotatef(-fish->phi, 0.0, 0.0, 1.0); in FishTransform()
53 WhalePilot(fishRec * fish) in WhalePilot() argument
56 fish->phi = -20.0; in WhalePilot()
57 fish->theta = 0.0; in WhalePilot()
58 fish->psi -= 0.5; in WhalePilot()
60 fish->x += WHALESPEED * fish->v * cos(fish->psi / RAD) * cos(fish->theta / RAD); in WhalePilot()
[all …]
Dshark.c1157 DrawShark(fishRec * fish) in DrawShark() argument
1164 fish->htail = (int) (fish->htail - (int) (5.0 * fish->v)) % 360; in DrawShark()
1166 thrash = 50.0 * fish->v; in DrawShark()
1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD); in DrawShark()
1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD); in DrawShark()
1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD); in DrawShark()
1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD); in DrawShark()
1174 if (fish->v > 2.0) { in DrawShark()
1175 chomp = -(fish->v - 2.0) * 200.0; in DrawShark()
1217 fish->vtail += ((fish->dtheta - fish->vtail) * 0.1); in DrawShark()
[all …]
Dwhale.c1671 DrawWhale(fishRec * fish) in DrawWhale() argument
1676 fish->htail = (int) (fish->htail - (int) (5.0 * fish->v)) % 360; in DrawWhale()
1678 thrash = 70.0 * fish->v; in DrawWhale()
1680 seg0 = 1.5 * thrash * sin((fish->htail) * RRAD); in DrawWhale()
1681 seg1 = 2.5 * thrash * sin((fish->htail + 10.0) * RRAD); in DrawWhale()
1682 seg2 = 3.7 * thrash * sin((fish->htail + 15.0) * RRAD); in DrawWhale()
1683 seg3 = 4.8 * thrash * sin((fish->htail + 23.0) * RRAD); in DrawWhale()
1684 seg4 = 6.0 * thrash * sin((fish->htail + 28.0) * RRAD); in DrawWhale()
1685 seg5 = 6.5 * thrash * sin((fish->htail + 35.0) * RRAD); in DrawWhale()
1686 seg6 = 6.5 * thrash * sin((fish->htail + 40.0) * RRAD); in DrawWhale()
[all …]
Ddolphin.c1805 DrawDolphin(fishRec * fish) in DrawDolphin() argument
1810 fish->htail = (int) (fish->htail - (int) (10.0 * fish->v)) % 360; in DrawDolphin()
1812 thrash = 70.0 * fish->v; in DrawDolphin()
1814 seg0 = 1.0 * thrash * sin((fish->htail) * RRAD); in DrawDolphin()
1815 seg3 = 1.0 * thrash * sin((fish->htail) * RRAD); in DrawDolphin()
1816 seg1 = 2.0 * thrash * sin((fish->htail + 4.0) * RRAD); in DrawDolphin()
1817 seg2 = 3.0 * thrash * sin((fish->htail + 6.0) * RRAD); in DrawDolphin()
1818 seg4 = 4.0 * thrash * sin((fish->htail + 10.0) * RRAD); in DrawDolphin()
1819 seg5 = 4.5 * thrash * sin((fish->htail + 15.0) * RRAD); in DrawDolphin()
1820 seg6 = 5.0 * thrash * sin((fish->htail + 20.0) * RRAD); in DrawDolphin()
[all …]
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
Dswim.c43 FishTransform(fishRec * fish) in FishTransform() argument
46 glTranslatef(fish->y, fish->z, -fish->x); in FishTransform()
47 glRotatef(-fish->psi, 0.0, 1.0, 0.0); in FishTransform()
48 glRotatef(fish->theta, 1.0, 0.0, 0.0); in FishTransform()
49 glRotatef(-fish->phi, 0.0, 0.0, 1.0); in FishTransform()
53 WhalePilot(fishRec * fish) in WhalePilot() argument
56 fish->phi = -20.0; in WhalePilot()
57 fish->theta = 0.0; in WhalePilot()
58 fish->psi -= 0.5; in WhalePilot()
60 fish->x += WHALESPEED * fish->v * cos(fish->psi / RAD) * cos(fish->theta / RAD); in WhalePilot()
[all …]
Dshark.c1157 DrawShark(fishRec * fish) in DrawShark() argument
1164 fish->htail = (int) (fish->htail - (int) (5.0 * fish->v)) % 360; in DrawShark()
1166 thrash = 50.0 * fish->v; in DrawShark()
1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD); in DrawShark()
1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD); in DrawShark()
1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD); in DrawShark()
1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD); in DrawShark()
1174 if (fish->v > 2.0) { in DrawShark()
1175 chomp = -(fish->v - 2.0) * 200.0; in DrawShark()
1217 fish->vtail += ((fish->dtheta - fish->vtail) * 0.1); in DrawShark()
[all …]
Dwhale.c1671 DrawWhale(fishRec * fish) in DrawWhale() argument
1676 fish->htail = (int) (fish->htail - (int) (5.0 * fish->v)) % 360; in DrawWhale()
1678 thrash = 70.0 * fish->v; in DrawWhale()
1680 seg0 = 1.5 * thrash * sin((fish->htail) * RRAD); in DrawWhale()
1681 seg1 = 2.5 * thrash * sin((fish->htail + 10.0) * RRAD); in DrawWhale()
1682 seg2 = 3.7 * thrash * sin((fish->htail + 15.0) * RRAD); in DrawWhale()
1683 seg3 = 4.8 * thrash * sin((fish->htail + 23.0) * RRAD); in DrawWhale()
1684 seg4 = 6.0 * thrash * sin((fish->htail + 28.0) * RRAD); in DrawWhale()
1685 seg5 = 6.5 * thrash * sin((fish->htail + 35.0) * RRAD); in DrawWhale()
1686 seg6 = 6.5 * thrash * sin((fish->htail + 40.0) * RRAD); in DrawWhale()
[all …]
Ddolphin.c1805 DrawDolphin(fishRec * fish) in DrawDolphin() argument
1810 fish->htail = (int) (fish->htail - (int) (10.0 * fish->v)) % 360; in DrawDolphin()
1812 thrash = 70.0 * fish->v; in DrawDolphin()
1814 seg0 = 1.0 * thrash * sin((fish->htail) * RRAD); in DrawDolphin()
1815 seg3 = 1.0 * thrash * sin((fish->htail) * RRAD); in DrawDolphin()
1816 seg1 = 2.0 * thrash * sin((fish->htail + 4.0) * RRAD); in DrawDolphin()
1817 seg2 = 3.0 * thrash * sin((fish->htail + 6.0) * RRAD); in DrawDolphin()
1818 seg4 = 4.0 * thrash * sin((fish->htail + 10.0) * RRAD); in DrawDolphin()
1819 seg5 = 4.5 * thrash * sin((fish->htail + 15.0) * RRAD); in DrawDolphin()
1820 seg6 = 5.0 * thrash * sin((fish->htail + 20.0) * RRAD); in DrawDolphin()
[all …]
/external/mesa3d/src/glsl/glcpp/tests/
D020-define-func-2-arg-multi.c.expected2 one fish,two fish,red fish,blue fish
D020-define-func-2-arg-multi.c1 #define foo(x,y) x,two fish,red fish,y
2 foo(one fish, blue fish)
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
D020-define-func-2-arg-multi.c.expected2 one fish,two fish,red fish,blue fish
D020-define-func-2-arg-multi.c1 #define foo(x,y) x,two fish,red fish,y
2 foo(one fish, blue fish)
/external/clang/test/CodeGenCXX/
Ddevirtualize-virtual-function-calls.cpp95 Fish fish; member
100 p->fish.eat(); in test()
/external/clang/test/CodeGen/
Dredefine_extname.c11 int fish() { return fake() + __PRAGMA_REDEFINE_EXTNAME + name; } in fish() function
/external/chromium_org/third_party/icu/source/samples/ufortune/resources/
Droot.txt175 "A countryman between two lawyers is like a fish between two cats.
/external/icu/icu4c/source/samples/ufortune/resources/
Droot.txt175 "A countryman between two lawyers is like a fish between two cats.
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt1338 she would have called him a fish)--and rapped loudly at the door
1518 directions, `just like a star-fish,' thought Alice. The poor
2717 then, when you've cleared all the jelly-fish out of the way--'
2866 said: `no wise fish would go anywhere without a porpoise.'
2870 `Of course not,' said the Mock Turtle: `why, if a fish came
2995 `Beautiful Soup! Who cares for fish,
/external/chromium_org/net/base/registry_controlled_domains/
Deffective_tld_names.dat7334 // fish : 2013-12-12 Fox Woods, LLC
7335 fish
Deffective_tld_names.gperf1658 fish, 0 keyword
/external/chromium_org/third_party/sqlite/src/test/
Dfts1porter.test8077 fish fish
8081 fishes fish
Dfts4aa.test58 …man in our image, after our likeness: and let them have dominion over the fish of the sea, and ove…
60 …tiply, and replenish the earth, and subdue it: and have dominion over the fish of the sea, and ove…

12