Searched
full:acos (Results
326 -
350 of
701) sorted by null
<<11121314151617181920>>
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
quat.js | 300 halfTheta = Math.acos(cosHalfTheta);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
clike.js | 317 builtin: words("radians degrees sin cos tan asin acos atan " +
|
/external/eigen/test/ |
packetmath.cpp | 233 CHECK_CWISE1_IF(internal::packet_traits<Scalar>::HasACos, internal::acos, internal::pacos);
|
/external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/ |
TerrainLighting.frag | 172 float a = tan(acos(NdotH));
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
actionscript3.php | 288 'actionScriptVersion', 'acos', 'accessibilityProperties', 'abs'
|
mysql.php | 186 'ABS','ACOS','ASIN','ATAN2','ATAN','CEILING','CEIL',
|
scilab.php | 63 'abs', 'acos', 'acosh', 'acoshm', 'acosm', 'AdCommunications', 'add_demo', 'add_edge',
|
visualfoxpro.php | 63 'Acos','Adatabases','Adbobjects','Addbs','Addrelationtoenv','Addtabletoenv',
|
winbatch.php | 144 'Acos', 'Abs', 'About' [all...] |
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | [all...] |
/external/proguard/src/proguard/gui/ |
default.pro | 53 public static double acos(double);
|
/frameworks/base/services/java/com/android/server/power/ |
WirelessChargerDetector.java | 329 + ", angle=" + (Math.acos(dotProduct / mag1 / mag2) * 180 / Math.PI)
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
compute_benchmark.rs | 298 BENCH_FN_FUNC_FN(acos);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
valarray_after.h | 443 _DEFINE_EXPR_UNARY_FUNCTION(acos)
|
valarray_before.h | 80 { return acos(__t); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
poly_laguerre.tcc | 80 const _Tp __th = std::acos(std::sqrt(__cos2th));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
valarray_after.h | 445 _DEFINE_EXPR_UNARY_FUNCTION(acos, _Acos)
|
valarray_before.h | 82 { return acos(__t); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
complex | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
poly_laguerre.tcc | 79 const _Tp __th = std::acos(std::sqrt(__cos2th));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
valarray_after.h | 445 _DEFINE_EXPR_UNARY_FUNCTION(acos, _Acos)
|
valarray_before.h | 82 { return acos(__t); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
complex | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
poly_laguerre.tcc | 79 const _Tp __th = std::acos(std::sqrt(__cos2th));
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
math.h | 203 double acos(double);
|
Completed in 7933 milliseconds
<<11121314151617181920>>