/cts/tests/src/android/renderscript/cts/ |
atan2pi_f32.rs | 10 *out = atan2pi(in->x, in->y); 19 *out = atan2pi(in->x, in->y); 28 *out = atan2pi(in->x, in->y); 37 *out = atan2pi(in->x, in->y);
|
/frameworks/compile/slang/tests/P_math_fp/ |
math_fp.rs | 85 TEST_FUNC_2(atan2pi);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
math.rs | 125 TEST_FN_FUNC_FN_FN(atan2pi);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
math.rs.bak | 238 TEST_FN_FUNC_FN_FN(atan2pi);
|
math.rs | 252 TEST_FN_FUNC_FN_FN(atan2pi);
|
math.rs.orig | 252 TEST_FN_FUNC_FN_FN(atan2pi);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
math.rs | 252 TEST_FN_FUNC_FN_FN(atan2pi);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
math.rs | 252 TEST_FN_FUNC_FN_FN(atan2pi);
|
/frameworks/rs/scriptc/ |
rs_cl.rsh | 296 _RS_RUNTIME float __attribute__((const, overloadable)) atan2pi(float y, float x); 297 FN_FUNC_FN_FN(atan2pi)
|
/prebuilts/sdk/renderscript/include/ |
rs_cl.rsh | 296 _RS_RUNTIME float __attribute__((const, overloadable)) atan2pi(float y, float x); 297 FN_FUNC_FN_FN(atan2pi)
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
compute_benchmark.rs | 308 BENCH_FN_FUNC_FN_FN(atan2pi);
|
/frameworks/rs/driver/runtime/ |
rs_cl.c | 375 extern float __attribute__((overloadable)) atan2pi(float y, float x) { function 378 FN_FUNC_FN_FN(atan2pi) [all...] |
/frameworks/base/docs/html/reference/renderscript/ |
rs__cl_8rsh_source.html | 222 <a name="l00296"></a>00296 _RS_RUNTIME <span class="keywordtype">float</span> __attribute__((overloadable)) <a class="code" href="rs__cl_8rsh.html#a89ec5f6a2f64a0f9e97438fbd41aaace">atan2pi</a>(<span class="keywordtype">float</span> y, <span class="keywordtype">float</span> x); 223 <a name="l00297"></a>00297 FN_FUNC_FN_FN(<a class="code" href="rs__cl_8rsh.html#a89ec5f6a2f64a0f9e97438fbd41aaace">atan2pi</a>) [all...] |
globals_func.html | 84 <li>atan2pi()
|
rs__cl_8rsh.html | 53 <tr><td class="memItemLeft" align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="rs__cl_8rsh.html#a89ec5f6a2f64a0f9e97438fbd41aaace">atan2pi</a> (float y, float x)</td></tr> 325 <a class="anchor" id="a89ec5f6a2f64a0f9e97438fbd41aaace"></a><!-- doxytag: member="rs_cl.rsh::atan2pi" ref="a89ec5f6a2f64a0f9e97438fbd41aaace" args="(float y, float x)" --> 330 <td class="memname">float atan2pi </td> [all...] |
globals.html | 85 <li>atan2pi() [all...] |