HomeSort by relevance Sort by last modified time
    Searched full:acos (Results 301 - 325 of 1235) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
complex 48 using std::acos;
52 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&);
89 acos(const std::complex<_Tp>& __z)
92 /// acos(__z) [8.1.2].
97 acos(const std::complex<_Tp>& __z)
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
complex 48 using std::acos;
52 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&);
89 acos(const std::complex<_Tp>& __z)
92 /// acos(__z) [8.1.2].
97 acos(const std::complex<_Tp>& __z)
  /external/eigen/doc/
CoeffwiseMathFunctionsTable.dox 262 a.\link ArrayBase::acos acos\endlink(); \n
263 \link Eigen::acos acos\endlink(a);
267 using <a href="http://en.cppreference.com/w/cpp/numeric/math/acos">std::acos</a>; \n
268 acos(a[i]);</td>
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
361 _STLP_DMATH_INLINE(acos)
432 _STLP_DEF_MATH_INLINE(acos, acos)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
554 using ::acos;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
361 _STLP_DMATH_INLINE(acos)
432 _STLP_DEF_MATH_INLINE(acos, acos)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
554 using ::acos;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
361 _STLP_DMATH_INLINE(acos)
432 _STLP_DEF_MATH_INLINE(acos, acos)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
554 using ::acos;
  /external/vulkan-validation-layers/libs/glm/detail/
func_trigonometric.hpp 112 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/acos.xml">GLSL acos man page</a>
115 GLM_FUNC_DECL genType acos(genType const & x);
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 45 __DEVICE__ double acos(double);
46 __DEVICE__ float acos(float);
202 using ::acos;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 45 __DEVICE__ double acos(double);
46 __DEVICE__ float acos(float);
202 using ::acos;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 45 __DEVICE__ double acos(double);
46 __DEVICE__ float acos(float);
202 using ::acos;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 45 __DEVICE__ double acos(double);
46 __DEVICE__ float acos(float);
202 using ::acos;
  /external/deqp/android/cts/master/src/
gles3-test-issues.txt 2 dEQP-GLES3.functional.shaders.builtin_functions.precision.acos.mediump_vertex.scalar
3 dEQP-GLES3.functional.shaders.builtin_functions.precision.acos.mediump_vertex.vec2
4 dEQP-GLES3.functional.shaders.builtin_functions.precision.acos.mediump_vertex.vec3
5 dEQP-GLES3.functional.shaders.builtin_functions.precision.acos.mediump_vertex.vec4
gles31-test-issues.txt 31 dEQP-GLES31.functional.shaders.builtin_functions.precision.acos.mediump_compute.*
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 198 * \sa <a href="group__CoeffwiseMathFunctions.html#cwisetable_cos">Math functions</a>, sin(), acos()
244 * \sa <a href="group__CoeffwiseMathFunctions.html#cwisetable_atan">Math functions</a>, tan(), asin(), acos()
262 acos() const function
272 * \sa <a href="group__CoeffwiseMathFunctions.html#cwisetable_asin">Math functions</a>, sin(), acos()
  /external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h 31 using std::acos;
34 Scalar phinc = (inverse?2:-2)* acos( (Scalar) -1) / nfft;
403 using std::acos;
408 Scalar pi = acos( Scalar(-1) );
  /external/llvm/test/Transforms/InstCombine/
double-float-shrink-1.ll 14 %call = call fast double @acos(double %conv)
23 %call = call fast double @acos(double %conv)
26 ; CHECK: call fast double @acos(double %conv)
409 declare double @acos(double)
  /external/mesa3d/docs/
relnotes-7.0.html 43 <li>Implemented GLSL asin(), acos(), atan() functions.
  /external/vulkan-validation-layers/libs/glm/gtx/
fast_trigonometry.hpp 77 //! Faster than the common acos function but less accurate.
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_isf.c 51 /* acos(isp[i])= ind*128 + ( ( isp[i]-table[ind] ) * slope[ind] )/2048 */
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
mandelbulb.rs 30 float theta = acos(p.z / r);
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
Point.java 89 float angle = (float) Math.acos(cos);
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
FlingToDeleteHelper.java 133 return (float) Math.acos(((vec1.x * vec2.x) + (vec1.y * vec2.y)) /
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/libr6/
libm.so 

Completed in 826 milliseconds

<<11121314151617181920>>