Searched
full:acos (Results
551 -
575 of
1235) sorted by null
<<21222324252627282930>>
/development/ndk/platforms/android-9/include/ |
math.h | 201 double acos(double);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
mathmodule.c | 809 FUNC1(acos, acos, 0,
810 "acos(x)\n\nReturn the arc cosine (measured in radians) of x.")
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
mathmodule.c | 809 FUNC1(acos, acos, 0,
810 "acos(x)\n\nReturn the arc cosine (measured in radians) of x.")
[all...] |
/device/linaro/bootloader/edk2/StdLib/Include/ |
math.h | 113 double acos(double Arg);
|
/external/deqp/framework/randomshaders/ |
rsgBuiltinFunctions.hpp | 333 : UnaryTrigonometricFunc<AcosOp>(state, "acos", valueRange)
|
/external/proguard/src/proguard/gui/ |
boilerplate.pro | 114 public static double acos(double);
|
default.pro | 53 public static double acos(double);
|
/external/v8/src/builtins/ |
builtins-math.cc | 184 // ES6 section 20.2.2.2 Math.acos ( x )
|
/external/v8/src/ |
external-reference-table.cc | 109 "base::ieee754::acos");
|
/frameworks/base/services/core/java/com/android/server/power/ |
WirelessChargerDetector.java | 369 + ", angle=" + (Math.acos(dotProduct / mag1 / mag2) * 180 / Math.PI)
|
/frameworks/rs/script_api/ |
rs_quaternion.spec | 267 float theta = acos(angle);
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
compute_benchmark.rs | 312 BENCH_FN_FUNC_FN(acos);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
StrictMathTest.java | 87 * java.lang.StrictMath#acos(double) 90 // Test for method double java.lang.StrictMath.acos(double) 92 .acos(ADJ / HYP)) == ADJ / HYP); 314 .acos(ADJ / HYP)) == ADJ / HYP); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
valarray_after.h | 444 _DEFINE_EXPR_UNARY_FUNCTION(acos, _Acos)
|
valarray_before.h | 81 { return acos(__t); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
complex | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
poly_laguerre.tcc | 77 const _Tp __th = std::acos(std::sqrt(__cos2th));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
valarray_after.h | 444 _DEFINE_EXPR_UNARY_FUNCTION(acos, _Acos)
|
valarray_before.h | 81 { return acos(__t); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
complex | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
poly_laguerre.tcc | 77 const _Tp __th = std::acos(std::sqrt(__cos2th));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
valarray_after.h | 444 _DEFINE_EXPR_UNARY_FUNCTION(acos, _Acos)
|
valarray_before.h | 81 { return acos(__t); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
complex | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
poly_laguerre.tcc | 77 const _Tp __th = std::acos(std::sqrt(__cos2th));
|
Completed in 900 milliseconds
<<21222324252627282930>>