OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reciplen
(Results
1 - 13
of
13
) sorted by null
/frameworks/rs/scriptc/
rs_quaternion.rsh
114
const float
recipLen
= 1.f / sqrt(len);
115
x *=
recipLen
;
116
y *=
recipLen
;
117
z *=
recipLen
;
152
const float
recipLen
= 1.f / sqrt(len);
153
rsQuaternionMultiply(q,
recipLen
);
/prebuilts/sdk/renderscript/include/
rs_quaternion.rsh
114
const float
recipLen
= 1.f / sqrt(len);
115
x *=
recipLen
;
116
y *=
recipLen
;
117
z *=
recipLen
;
152
const float
recipLen
= 1.f / sqrt(len);
153
rsQuaternionMultiply(q,
recipLen
);
/frameworks/base/graphics/java/android/renderscript/
Matrix3f.java
124
float
recipLen
= 1.f / len;
125
x *=
recipLen
;
126
y *=
recipLen
;
127
z *=
recipLen
;
Matrix4f.java
167
float
recipLen
= 1.f / len;
168
x *=
recipLen
;
169
y *=
recipLen
;
170
z *=
recipLen
;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix3f.java
124
float
recipLen
= 1.f / len;
125
x *=
recipLen
;
126
y *=
recipLen
;
127
z *=
recipLen
;
Matrix4f.java
167
float
recipLen
= 1.f / len;
168
x *=
recipLen
;
169
y *=
recipLen
;
170
z *=
recipLen
;
/cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.cpp
291
float
recipLen
= 1.0f / len;
292
x *=
recipLen
;
293
y *=
recipLen
;
294
z *=
recipLen
;
/frameworks/base/libs/hwui/
Matrix.cpp
322
float
recipLen
= 1.0f / length;
323
x *=
recipLen
;
324
y *=
recipLen
;
325
z *=
recipLen
;
/frameworks/rs/
rsMatrix4x4.cpp
215
const float
recipLen
= 1.f / sqrtf(len);
216
x *=
recipLen
;
217
y *=
recipLen
;
218
z *=
recipLen
;
/frameworks/base/docs/html/reference/renderscript/
rs__quaternion_8rsh_source.html
98
<a name="l00114"></a>00114 <span class="keyword">const</span> <span class="keywordtype">float</span>
recipLen
= 1.f / <a class="code" href="rs__cl_8rsh.html#a92da0faef80c4d8f66e954c8c169a729">sqrt</a>(len);
99
<a name="l00115"></a>00115 x *=
recipLen
;
100
<a name="l00116"></a>00116 y *=
recipLen
;
101
<a name="l00117"></a>00117 z *=
recipLen
;
122
<a name="l00152"></a>00152 <span class="keyword">const</span> <span class="keywordtype">float</span>
recipLen
= 1.f / <a class="code" href="rs__cl_8rsh.html#a92da0faef80c4d8f66e954c8c169a729">sqrt</a>(len);
123
<a name="l00153"></a>00153 <a class="code" href="rs__quaternion_8rsh.html#a4f3d214912facf72f6a6d57e95aa3c3b">rsQuaternionMultiply</a>(q,
recipLen
);
/frameworks/base/opengl/java/android/opengl/
Matrix.java
613
float
recipLen
= 1.0f / len;
614
x *=
recipLen
;
615
y *=
recipLen
;
616
z *=
recipLen
;
/frameworks/native/opengl/libagl/
matrix.cpp
361
const GLfloat
recipLen
= reciprocalf(len);
362
x *=
recipLen
;
363
y *=
recipLen
;
364
z *=
recipLen
;
/prebuilts/sdk/renderscript/lib/
javalib.jar
Completed in 570 milliseconds