Searched
full:acos (Results
501 -
525 of
1235) sorted by null
<<21222324252627282930>>
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
apitest.rs | 575 f = acos(f); 576 f2 = acos(f2); 577 f3 = acos(f3); 578 f4 = acos(f4); [all...] |
math.rs | 242 TEST_FN_FUNC_FN(acos);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
apitest.rs | 573 f = acos(f); 574 f2 = acos(f2); 575 f3 = acos(f3); 576 f4 = acos(f4); [all...] |
math.rs | 242 TEST_FN_FUNC_FN(acos);
|
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
math.rs | 249 TEST_FN_FUNC_FN(acos);
|
math_fp16.rs | 98 TEST_HN_FUNC_HN(acos);
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
math.rs | 242 TEST_FN_FUNC_FN(acos);
|
math.rs.orig | 242 TEST_FN_FUNC_FN(acos);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
math.rs | 242 TEST_FN_FUNC_FN(acos);
|
/frameworks/rs/tests/lldb/tests/harness/ |
RS_funs.py | 46 float acos(float v); 47 float2 acos(float2 v); 48 float3 acos(float3 v); 49 float4 acos(float4 v); [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
MathBenchmark.java | 69 result = Math.acos(d);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
mathcalls.h | 55 __MATHCALL (acos,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
mathcalls.h | 55 __MATHCALL (acos,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
mathcalls.h | 55 __MATHCALL (acos,, (_Mdouble_ __x));
|
/prebuilts/misc/common/swig/include/2.0.11/php/ |
phpkw.swg | 594 PHPFN(acos);
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/ |
extinst.glsl.std.450.grammar.json | 143 "opname" : "Acos",
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/ |
extinst.glsl.std.450.grammar.json | 143 "opname" : "Acos",
|
/prebuilts/sdk/renderscript/include/ |
rs_quaternion.rsh | 295 float theta = acos(angle);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
catrig.c | 411 rx = acos(B); 413 rx = acos(-B);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_cmath.py | 51 'acos', 'acosh', 'asin', 'asinh', 'atan', 'atanh',
254 'acos' : unit_interval,
|
/external/deqp/modules/gles3/functional/ |
es3fShaderConstExprTests.cpp | 81 {"acos", "acos(${T} (1.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAcos(1.0f) },
|
/external/eigen/Eigen/src/Core/ |
GenericPacketMath.h | 382 Packet pacos(const Packet& a) { using std::acos; return acos(a); }
|
/external/eigen/Eigen/src/Core/functors/ |
UnaryFunctors.h | 438 * \sa class CwiseUnaryOp, ArrayBase::acos() 442 EIGEN_DEVICE_FUNC inline const Scalar operator() (const Scalar& a) const { return numext::acos(a); }
|
/external/fdlibm/ |
k_standard.c | 101 exc.name = "acos"; 107 (void) WRITE2("acos: DOMAIN error\n", 19);
|
/external/llvm/test/Transforms/ConstProp/ |
calls.ll | 4 declare double @acos(double) 63 %1 = call double @acos(double 1.000000e+00)
|
Completed in 1096 milliseconds
<<21222324252627282930>>