/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/ |
D | swim.c | 47 glRotatef(-fish->psi, 0.0, 1.0, 0.0); in FishTransform() 58 fish->psi -= 0.5; in WhalePilot() 60 fish->x += WHALESPEED * fish->v * cos(fish->psi / RAD) * cos(fish->theta / RAD); in WhalePilot() 61 fish->y += WHALESPEED * fish->v * sin(fish->psi / RAD) * cos(fish->theta / RAD); in WhalePilot() 100 if (fabs(tpsi - fish->psi) < 10.0) { in SharkPilot() 102 } else if (fabs(tpsi - fish->psi) < 45.0) { in SharkPilot() 103 if (fish->psi > tpsi) { in SharkPilot() 104 fish->psi -= 0.5; in SharkPilot() 105 if (fish->psi < -180.0) { in SharkPilot() 106 fish->psi += 360.0; in SharkPilot() [all …]
|
D | atlantis.c | 108 sharks[i].psi = rand() % 360 - 180.0; in InitFishs() 115 dolph.psi = 90.0; in InitFishs() 122 momWhale.psi = 90.0; in InitFishs() 129 babyWhale.psi = 90.0; in InitFishs()
|
D | atlantis.h | 47 float x, y, z, phi, theta, psi, v; member
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/ |
D | swim.c | 47 glRotatef(-fish->psi, 0.0, 1.0, 0.0); in FishTransform() 58 fish->psi -= 0.5; in WhalePilot() 60 fish->x += WHALESPEED * fish->v * cos(fish->psi / RAD) * cos(fish->theta / RAD); in WhalePilot() 61 fish->y += WHALESPEED * fish->v * sin(fish->psi / RAD) * cos(fish->theta / RAD); in WhalePilot() 100 if (fabs(tpsi - fish->psi) < 10.0) { in SharkPilot() 102 } else if (fabs(tpsi - fish->psi) < 45.0) { in SharkPilot() 103 if (fish->psi > tpsi) { in SharkPilot() 104 fish->psi -= 0.5; in SharkPilot() 105 if (fish->psi < -180.0) { in SharkPilot() 106 fish->psi += 360.0; in SharkPilot() [all …]
|
D | atlantis.c | 108 sharks[i].psi = rand() % 360 - 180.0; in InitFishs() 115 dolph.psi = 90.0; in InitFishs() 122 momWhale.psi = 90.0; in InitFishs() 129 babyWhale.psi = 90.0; in InitFishs()
|
D | atlantis.h | 47 float x, y, z, phi, theta, psi, v; member
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/ |
D | swim.c | 47 glRotatef(-fish->psi, 0.0, 1.0, 0.0); in FishTransform() 58 fish->psi -= 0.5; in WhalePilot() 60 fish->x += WHALESPEED * fish->v * cos(fish->psi / RAD) * cos(fish->theta / RAD); in WhalePilot() 61 fish->y += WHALESPEED * fish->v * sin(fish->psi / RAD) * cos(fish->theta / RAD); in WhalePilot() 100 if (fabs(tpsi - fish->psi) < 10.0) { in SharkPilot() 102 } else if (fabs(tpsi - fish->psi) < 45.0) { in SharkPilot() 103 if (fish->psi > tpsi) { in SharkPilot() 104 fish->psi -= 0.5; in SharkPilot() 105 if (fish->psi < -180.0) { in SharkPilot() 106 fish->psi += 360.0; in SharkPilot() [all …]
|
D | atlantis.c | 108 sharks[i].psi = rand() % 360 - 180.0; in InitFishs() 115 dolph.psi = 90.0; in InitFishs() 122 momWhale.psi = 90.0; in InitFishs() 129 babyWhale.psi = 90.0; in InitFishs()
|
D | atlantis.h | 47 float x, y, z, phi, theta, psi, v; member
|
/external/clang/test/SemaCXX/ |
D | reinterpret-cast.cpp | 25 const int structure::*psi = 0; in self_conversion() local 26 (void)reinterpret_cast<const int structure::*>(psi); in self_conversion() 92 const int structure::*psi = 0; in memptrs() local 93 (void)reinterpret_cast<const float structure::*>(psi); in memptrs() 94 …(void)reinterpret_cast<int structure::*>(psi); // expected-error {{reinterpret_cast from 'const in… in memptrs() 99 …(void)reinterpret_cast<void (structure::*)()>(psi); // expected-error {{reinterpret_cast from 'con… in memptrs()
|
D | cstyle-cast.cpp | 222 const int structure::*psi = 0; in memptrs() local 223 (void)(const float structure::*)(psi); in memptrs() 224 (void)(int structure::*)(psi); // const_cast appended in memptrs() 229 …(void)(void (structure::*)())(psi); // expected-error {{C-style cast from 'const int structure::*'… in memptrs()
|
D | functional-cast.cpp | 296 const int structure::*psi = 0; in memptrs() local 298 (void)structurecfmp(psi); in memptrs() 300 (void)structureimp(psi); // const_cast appended in memptrs() 307 …(void)structurevmfp(psi); // expected-error {{functional-style cast from 'const int structure::*' … in memptrs()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_sock_thread.c | 97 int psi[MAX_POLL]; //index of poll slot member 393 ts[h].psi[i] = -1; in init_poll() 502 int ps_i = ts[h].psi[i]; in process_data_sock() 548 ts[h].psi[pfd_i] = ps_i; in prepare_poll_fds()
|
/external/openssl/crypto/pkcs7/ |
D | pk7_lib.c | 236 int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *psi) in PKCS7_add_signer() argument 259 nid=OBJ_obj2nid(psi->digest_alg->algorithm); in PKCS7_add_signer() 290 if (!sk_PKCS7_SIGNER_INFO_push(signer_sk,psi)) in PKCS7_add_signer()
|
/external/icu4c/i18n/ |
D | astro.cpp | 1388 double psi = ::acos(sin(fLatitude) / cosD); in riseOrSet() local 1390 double y = ::asin(sin(x) / ::sin(psi)); in riseOrSet()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | HTMLEntities.properties | 183 # psi 968
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLEntityNames.in | 1664 "psi;","U+003C8"
|
/external/chromium/net/base/ |
D | effective_tld_names.gperf | 2973 psi.br, 0
|
D | effective_tld_names.dat | 493 psi.br
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 65694 http://www.psi.org.uk/ehb/projectsblackburn.html
|