/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
cmathmodule.c | 160 "acos(x)\n"
1059 {"acos", cmath_acos, METH_VARARGS, c_acos_doc},
[all...] |
/external/ImageMagick/ImageMagick/script/ |
fx.html | 145 <dd> abs(), acos(), acosh(), airy(), alt(), asin(), asinh(), atan(), atanh(), atan2(), ceil(), clamp(), cos(), cosh(), debug(), drc(), exp(), floor(), gauss(), gcd(), hypot(), int(), isnan(), j0(), j1(), jinc(), ln(), log(), logtwo(), max(), min(), mod(), not(), pow(), rand(), round(), sign(), sin(), sinc(), sinh(), sqrt(), squish(), tan(), tanh(), trunc()</dd> 251 <dt> <code>acos(</code><var>x</var><code>)</code></dt><dd> arc cosine function</dd>
|
/external/ImageMagick/www/ |
fx.html | 149 <dd> abs(), acos(), acosh(), airy(), alt(), asin(), asinh(), atan(), atanh(), atan2(), ceil(), clamp(), cos(), cosh(), debug(), drc(), erf(), exp(), floor(), gauss(), gcd(), hypot(), int(), isnan(), j0(), j1(), jinc(), ln(), log(), logtwo(), max(), min(), mod(), not(), pow(), rand(), round(), sign(), sin(), sinc(), sinh(), sqrt(), squish(), tan(), tanh(), trunc()</dd> 255 <dt> <code>acos(</code><var>x</var><code>)</code></dt><dd> arc cosine function</dd>
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
Complex.java | 457 * <code> acos(z) = -i (log(z + i (sqrt(1 - z<sup>2</sup>))))</code></pre></p> 465 public Complex acos() { method in class:Complex [all...] |
/external/skia/third_party/lua/doc/ |
contents.html | 240 <A HREF="manual.html#pdf-math.acos">math.acos</A><BR>
|
/external/syslinux/com32/lua/doc/ |
contents.html | 240 <A HREF="manual.html#pdf-math.acos">math.acos</A><BR>
|
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
UnifiedReal.java | 783 // Throw an exception if the argument is definitely out of bounds for asin or acos. 837 public UnifiedReal acos() { [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/ |
hlslParseables.cpp | 393 { "acos", nullptr, nullptr, "SVM", "F", EShLangAll }, [all...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-tic54x.texi | 190 @cindex @code{$acos} math builtin, TIC54X 191 @item @code{$acos(@var{expr})}
|
/art/runtime/arch/mips/ |
entrypoints_init_mips.cc | 320 qpoints->pAcos = acos;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
math_private.h | 684 #define __ieee754_acos acos
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
math_private.h | 676 #define __ieee754_acos acos
|
/external/aac/libSYS/src/ |
genericStds.cpp | 365 double FDKacos(double x) { return acos(x); }
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
Vector3D.java | 357 return FastMath.acos(dot / normProduct);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
AbstractRealVector.java | 370 return mapToSelf(ComposableFunction.ACOS);
|
/external/crcalc/src/com/hp/creals/ |
UnaryCRFunction.java | 202 return x.acos();
|
/external/deqp/framework/common/ |
tcuVectorUtil.hpp | 431 TCU_DECLARE_VECTOR_UNARY_FUNC(acos, deFloatAcos)
|
/external/deqp/modules/gles2/functional/ |
es2fShaderOperatorTests.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
libcairo-swt.so | |
/external/icu/icu4c/source/test/depstest/ |
dependencies.txt | 57 acos asin atan atan2 cos sin tan
|
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
bezier.c | 480 angles[i] = acos(cos_a)/M_PI;
|
/external/mesa3d/src/mesa/main/ |
imports.h | 118 #define acosf(f) ((float) acos(f))
|
/external/swiftshader/src/OpenGL/compiler/ |
Initialize.cpp | 50 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpAcos, genType, "acos", genType);
|
/external/swiftshader/src/Shader/ |
ShaderCore.hpp | 357 void acos(Vector4f &dst, const Vector4f &src, bool pp = false);
|