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

<<21222324252627282930>>

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_after.h 444 _DEFINE_EXPR_UNARY_FUNCTION(acos, _Acos)
valarray_before.h 81 { return acos(__t); }
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
complex     [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
poly_laguerre.tcc 77 const _Tp __th = std::acos(std::sqrt(__cos2th));
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_after.h 444 _DEFINE_EXPR_UNARY_FUNCTION(acos, _Acos)
valarray_before.h 81 { return acos(__t); }
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/
complex     [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
poly_laguerre.tcc 77 const _Tp __th = std::acos(std::sqrt(__cos2th));
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_after.h 444 _DEFINE_EXPR_UNARY_FUNCTION(acos, _Acos)
valarray_before.h 81 { return acos(__t); }
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/
complex     [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
poly_laguerre.tcc 77 const _Tp __th = std::acos(std::sqrt(__cos2th));
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
disassemble.cpp 501 names[GLSLstd450Acos] = "Acos";
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
extinst-1.0.opencl.std.grammar.json 29 "opname" : "acos",
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
disassemble.cpp 501 names[GLSLstd450Acos] = "Acos";
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpMath.java 948 * @return acos(a)
950 public static Dfp acos(Dfp a) { method in class:DfpMath
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealVector.java 465 * Map the {@link Math#acos(double)} function to each entry.
473 * Map the {@link Math#acos(double)} function to each entry.
    [all...]
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 725 EIGEN_USING_STD_MATH(acos)
742 Scalar theta = acos(absD);
  /external/eigen/doc/
QuickReference.dox 401 array1.acos() acos(array1)
  /external/llvm/test/Transforms/InferFunctionAttrs/
annotate.ll 43 ; CHECK: declare double @acos(double)
44 declare double @acos(double)
no-proto.ll 24 ; CHECK: declare void @acos(...)
25 declare void @acos(...)
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp_lsf.cpp 312 // acos(lsp[i])= ind*256 + ( ( lsp[i]-table[ind] ) *
372 /* acos(lsp[i])= ind*256 + ( ( lsp[i]-table[ind] ) *
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 84 // Test for method double java.lang.Math.acos(double)
85 double r = Math.cos(Math.acos(ADJ / HYP));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libm-2.15.so 
libm.so 

Completed in 503 milliseconds

<<21222324252627282930>>