HomeSort by relevance Sort by last modified time
    Searched full:acos (Results 501 - 525 of 701) sorted by null

<<212223242526272829

  /frameworks/base/docs/html/reference/renderscript/
globals_func.html 60 <li>acos()
rs__cl_8rsh.html 43 <tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__cl_8rsh.html#a07648648c7f857cfd1479821d4389751">acos</a> (float)</td></tr>
156 <a class="anchor" id="a07648648c7f857cfd1479821d4389751"></a><!-- doxytag: member="rs_cl.rsh::acos" ref="a07648648c7f857cfd1479821d4389751" args="(float)" -->
161 <td class="memname">float acos </td>
    [all...]
globals.html 61 <li>acos()
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 677 //rsdLookupRuntimeStub(script, "acos");
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 75 * @tests java.lang.Math#acos(double)
78 // Test for method double java.lang.Math.acos(double)
79 double r = Math.cos(Math.acos(ADJ / HYP));
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 347 friend const mpreal acos (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1815 inline const mpreal acos (const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
valarray 309 template<class T> valarray<T> acos (const valarray<T>& x);
529 {return acos(__x);}
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
Intermediate.cpp 95 case EOpAcos: return "acos";
    [all...]
  /external/clang/include/clang/Basic/
Builtins.def     [all...]
  /external/llvm/docs/
AliasAnalysis.rst 185 not (e.g., ``acos``, which modifies the ``errno`` variable).
  /external/opencv/cxcore/src/
cxutils.cpp 364 double theta = acos(R / sqrt(Qcubed));
    [all...]
  /frameworks/base/libs/hwui/
PathTessellator.cpp 157 int neededDivisions = (int)(ceilf(PI / acos(targetCosVal)/2)) * 2;
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 242 return acos(quat0)*2*180/M_PI;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
cmath 421 using std::acos;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
cmath 421 using std::acos;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 421 using std::acos;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 421 using std::acos;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 421 using std::acos;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 421 using std::acos;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
cmath 420 using std::acos;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin
  /external/chromium_org/third_party/mesa/
chromium.patch 817 ! } else if (strcmp(callee, "acos") == 0) {
849 ! } else if (safe_strcmp(callee, "acos") == 0) {
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 641 theta = acos(c);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/
libgnustl_shared.so 

Completed in 863 milliseconds

<<212223242526272829