HomeSort by relevance Sort by last modified time
    Searched refs:psi (Results 1 - 20 of 20) sorted by null

  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
swim.c 47 glRotatef(-fish->psi, 0.0, 1.0, 0.0);
58 fish->psi -= 0.5;
60 fish->x += WHALESPEED * fish->v * cos(fish->psi / RAD) * cos(fish->theta / RAD);
61 fish->y += WHALESPEED * fish->v * sin(fish->psi / RAD) * cos(fish->theta / RAD);
100 if (fabs(tpsi - fish->psi) < 10.0) {
102 } else if (fabs(tpsi - fish->psi) < 45.0) {
103 if (fish->psi > tpsi) {
104 fish->psi -= 0.5;
105 if (fish->psi < -180.0) {
106 fish->psi += 360.0
    [all...]
atlantis.h 47 float x, y, z, phi, theta, psi, v; member in struct:_fishRec
atlantis.c 108 sharks[i].psi = rand() % 360 - 180.0;
115 dolph.psi = 90.0;
122 momWhale.psi = 90.0;
129 babyWhale.psi = 90.0;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
swim.c 47 glRotatef(-fish->psi, 0.0, 1.0, 0.0);
58 fish->psi -= 0.5;
60 fish->x += WHALESPEED * fish->v * cos(fish->psi / RAD) * cos(fish->theta / RAD);
61 fish->y += WHALESPEED * fish->v * sin(fish->psi / RAD) * cos(fish->theta / RAD);
100 if (fabs(tpsi - fish->psi) < 10.0) {
102 } else if (fabs(tpsi - fish->psi) < 45.0) {
103 if (fish->psi > tpsi) {
104 fish->psi -= 0.5;
105 if (fish->psi < -180.0) {
106 fish->psi += 360.0
    [all...]
atlantis.h 47 float x, y, z, phi, theta, psi, v; member in struct:_fishRec
atlantis.c 108 sharks[i].psi = rand() % 360 - 180.0;
115 dolph.psi = 90.0;
122 momWhale.psi = 90.0;
129 babyWhale.psi = 90.0;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
swim.c 47 glRotatef(-fish->psi, 0.0, 1.0, 0.0);
58 fish->psi -= 0.5;
60 fish->x += WHALESPEED * fish->v * cos(fish->psi / RAD) * cos(fish->theta / RAD);
61 fish->y += WHALESPEED * fish->v * sin(fish->psi / RAD) * cos(fish->theta / RAD);
100 if (fabs(tpsi - fish->psi) < 10.0) {
102 } else if (fabs(tpsi - fish->psi) < 45.0) {
103 if (fish->psi > tpsi) {
104 fish->psi -= 0.5;
105 if (fish->psi < -180.0) {
106 fish->psi += 360.0
    [all...]
atlantis.h 47 float x, y, z, phi, theta, psi, v; member in struct:_fishRec
atlantis.c 108 sharks[i].psi = rand() % 360 - 180.0;
115 dolph.psi = 90.0;
122 momWhale.psi = 90.0;
129 babyWhale.psi = 90.0;
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIStatusInfo.java 104 PKIStatusInfo psi = (PKIStatusInfo) object;
105 values[0] = BigInteger.valueOf(psi.status.getStatus())
107 values[1] = psi.statusString;
108 if (psi.failInfo != null) {
112 failInfoBoolArray[psi.failInfo.getValue()] = true;
  /external/clang/test/SemaCXX/
cstyle-cast.cpp 223 const int structure::*psi = 0; member in class:structure
224 (void)(const float structure::*)(psi);
225 (void)(int structure::*)(psi); // const_cast appended
230 (void)(void (structure::*)())(psi); // expected-error {{C-style cast from 'const int structure::*' to 'void (structure::*)()' is not allowed}}
reinterpret-cast.cpp 25 const int structure::*psi = 0; member in class:structure
26 (void)reinterpret_cast<const int structure::*>(psi);
92 const int structure::*psi = 0; member in class:structure
93 (void)reinterpret_cast<const float structure::*>(psi);
94 (void)reinterpret_cast<int structure::*>(psi); // expected-error {{reinterpret_cast from 'const int structure::*' to 'int structure::*' casts away qualifiers}}
99 (void)reinterpret_cast<void (structure::*)()>(psi); // expected-error {{reinterpret_cast from 'const int structure::*' to 'void (structure::*)()' is not allowed}}
functional-cast.cpp 297 const int structure::*psi = 0; member in class:structure
299 (void)structurecfmp(psi);
301 (void)structureimp(psi); // const_cast appended
308 (void)structurevmfp(psi); // expected-error {{functional-style cast from 'const int structure::*' to 'structurevmfp' (aka 'void (structure::*)()') is not allowed}}
  /frameworks/native/services/sensorservice/
Fusion.cpp 396 // O(w) = | cos(0.5*||w||*dT)*I33 - [psi]x psi |
397 // | -psi' cos(0.5*||w||*dT) |
399 // psi = sin(0.5*||w||*dT)*w / ||w||
429 const vec3_t psi(sinf(hlwedT)*ilwe*we);
430 const mat33_t O33(crossMatrix(-psi, k2));
432 O[0].xyz = O33[0]; O[0].w = -psi.x;
433 O[1].xyz = O33[1]; O[1].w = -psi.y;
434 O[2].xyz = O33[2]; O[2].w = -psi.z;
435 O[3].xyz = psi; O[3].w = k2
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 97 int psi[MAX_POLL]; //index of poll slot member in struct:__anon2961
393 ts[h].psi[i] = -1;
502 int ps_i = ts[h].psi[i];
548 ts[h].psi[pfd_i] = ps_i;
  /external/openssl/crypto/pkcs7/
pk7_lib.c 236 int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *psi)
259 nid=OBJ_obj2nid(psi->digest_alg->algorithm);
290 if (!sk_PKCS7_SIGNER_INFO_push(signer_sk,psi))
  /external/icu4c/i18n/
astro.cpp 836 // double psi = ::acos(sin(fLatitude) / cos(dec));
838 // double y = ::asin(sin(x) / ::sin(psi)) * RAD_DEG;
1399 double psi = ::acos(sin(fLatitude) \/ cosD); local
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 354 milliseconds