OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempX
(Results
1 - 8
of
8
) sorted by null
/external/dropbear/
gendss.c
91
DEF_MP_INT(
tempX
);
98
m_mp_init_multi(&
tempX
, &tempC, &tempP, &temp2q, NULL);
116
bytes_to_mp(&
tempX
, buf, size);
119
if (mp_mod(&
tempX
, &temp2q, &tempC) != MP_OKAY) {
125
if (mp_sub(&
tempX
, &tempC, &tempP) != MP_OKAY) {
143
mp_clear_multi(&
tempX
, &tempC, &tempP, &temp2q, NULL);
/device/lge/mako/camera/
QCameraParameters.cpp
352
int
tempX
, tempY;
353
if (parse_pair(p, &
tempX
, &tempY, 'x') == 0) {
354
*x =
tempX
;
376
int
tempX
, tempY;
377
if (parse_pair(p, &
tempX
, &tempY, 'x') == 0) {
378
*x =
tempX
;
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBrickTower.java
147
double
tempX
= 0;
161
tempX
= Math.sin(Math.toRadians(angle))*radius;
162
System.out.println("x="+((float)(
tempX
))+" y="+((float)(tempY))+" z="+(float)(tempZ));
163
Vector3f vt = new Vector3f((float)(
tempX
), (float)(tempY), (float)(tempZ));
/external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeTower.java
161
double
tempX
= 0;
175
tempX
= Math.sin(Math.toRadians(angle))*radius;
176
System.out.println("x="+((float)(
tempX
))+" y="+((float)(tempY))+" z="+(float)(tempZ));
177
Vector3f vt = new Vector3f((float)(
tempX
), (float)(tempY), (float)(tempZ));
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java
859
float
tempX
= x, tempY = y, tempZ = z, tempW = w;
861
x = oldX * tempW + oldY * tempZ - oldZ * tempY + oldW *
tempX
;
862
y = -oldX * tempZ + oldY * tempW + oldZ *
tempX
+ oldW * tempY;
863
z = oldX * tempY - oldY *
tempX
+ oldZ * tempW + oldW * tempZ;
864
w = -oldX *
tempX
- oldY * tempY - oldZ * tempZ + oldW * tempW;
[
all
...]
/device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java
481
float
tempX
= (tapX - mPlatform.mCurrentX) / b.mCurrentScale;
484
int x = (int) (-
tempX
* targetScale + 0.5f);
[
all
...]
Completed in 597 milliseconds