/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/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/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/dropbear/ |
D | svr-main.c | 36 static void sigintterm_handler(int fish);
|
/external/icu4c/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/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 12315 http://news.com.com/Strategies+for+small+fish+in+a+big+pond/2030-1069_3-5326004.html 14843 http://resourcescommittee.house.gov/108cong/fish/2003apr29/baughman.htm 18370 http://wdfw.wa.gov/fish/regs/commregs/2003framework.htm 19420 http://www.1fish.co.uk/fun/competitions.htm 21738 …w.allcoastsportfishing.com/fishing-report-information/fishingreports.pl/fishing-saltwater-fish.html 34944 http://www.crystalcreeklodge.com/fish.html 36312 http://www.defra.gov.uk/fish/sea/fleet/ 40708 http://www.evolvefish.com/fish/magnets.html 42502 http://www.flopturnriver.com/phpBB2/forum/losing-15-big-bets-per-hour-in-a-fish-tank-2224.htm 45557 http://www.great-lakes.net/teach/envt/fish/fish_4.html [all …]
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 10420 fish fiS
|