/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/ |
D | swim.c | 43 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 …]
|
D | shark.c | 1157 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 …]
|
D | whale.c | 1671 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 …]
|
D | dolphin.c | 1805 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/ |
D | swim.c | 43 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 …]
|
D | shark.c | 1157 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 …]
|
D | whale.c | 1671 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 …]
|
D | dolphin.c | 1805 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/ |
D | swim.c | 43 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 …]
|
D | shark.c | 1157 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 …]
|
D | whale.c | 1671 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 …]
|
D | dolphin.c | 1805 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/ |
D | 020-define-func-2-arg-multi.c.expected | 2 one fish,two fish,red fish,blue fish
|
D | 020-define-func-2-arg-multi.c | 1 #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/ |
D | 020-define-func-2-arg-multi.c.expected | 2 one fish,two fish,red fish,blue fish
|
D | 020-define-func-2-arg-multi.c | 1 #define foo(x,y) x,two fish,red fish,y 2 foo(one fish, blue fish)
|
/external/clang/test/CodeGenCXX/ |
D | devirtualize-virtual-function-calls.cpp | 95 Fish fish; member 100 p->fish.eat(); in test()
|
/external/clang/test/CodeGen/ |
D | redefine_extname.c | 11 int fish() { return fake() + __PRAGMA_REDEFINE_EXTNAME + name; } in fish() function
|
/external/chromium_org/third_party/icu/source/samples/ufortune/resources/ |
D | root.txt | 175 "A countryman between two lawyers is like a fish between two cats.
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | root.txt | 175 "A countryman between two lawyers is like a fish between two cats.
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 1338 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/ |
D | effective_tld_names.dat | 7334 // fish : 2013-12-12 Fox Woods, LLC 7335 fish
|
D | effective_tld_names.gperf | 1658 fish, 0 keyword
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1porter.test | 8077 fish fish 8081 fishes fish
|
D | fts4aa.test | 58 …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…
|