Home
last modified time | relevance | path

Searched refs:psi (Results 1 – 20 of 20) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
Dswim.c47 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 …]
Datlantis.c108 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()
Datlantis.h47 float x, y, z, phi, theta, psi, v; member
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
Dswim.c47 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 …]
Datlantis.c108 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()
Datlantis.h47 float x, y, z, phi, theta, psi, v; member
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
Dswim.c47 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 …]
Datlantis.c108 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()
Datlantis.h47 float x, y, z, phi, theta, psi, v; member
/external/clang/test/SemaCXX/
Dreinterpret-cast.cpp25 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()
Dcstyle-cast.cpp222 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()
Dfunctional-cast.cpp296 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/
Dbtif_sock_thread.c97 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/
Dpk7_lib.c236 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/
Dastro.cpp1388 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/
DHTMLEntities.properties183 # psi 968
/external/webkit/Source/WebCore/html/parser/
DHTMLEntityNames.in1664 "psi;","U+003C8"
/external/chromium/net/base/
Deffective_tld_names.gperf2973 psi.br, 0
Deffective_tld_names.dat493 psi.br
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en65694 http://www.psi.org.uk/ehb/projectsblackburn.html