Home
last modified time | relevance | path

Searched defs:acos (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/src/math/i386/
Dacos.s3 .global acos symbol
5 acos: label
/third_party/musl/porting/liteos_a/kernel/src/math/
Dacos.c60 double acos(double x) in acos() function
/third_party/musl/src/math/
Dacos.c60 double acos(double x) in acos() function
/third_party/jerryscript/jerry-libm/
Dacos.c71 acos (double x) in acos() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl80 GLM_FUNC_QUALIFIER vecType<T, P> acos(vecType<T, P> const & v) function
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h209 #define acos(x) __tg_real_complex(acos, (x)) macro
/third_party/musl/include/
Dtgmath.h209 #define acos(x) __tg_real_complex(acos, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h209 #define acos(x) __tg_real_complex(acos, (x)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h209 #define acos(x) __tg_real_complex(acos, (x)) macro
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts530 acos(x: number): number; method
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc804 FUNCTION_REFERENCE_WITH_TYPE(ieee754_acos_function, base::ieee754::acos, in FUNCTION_REFERENCE_WITH_TYPE()
/third_party/node/deps/v8/src/base/
Dieee754.cc862 double acos(double x) { in acos() function
/third_party/typescript/lib/
Dlib.es5.d.ts664 acos(x: number): number; method
/third_party/typescript/src/lib/
Des5.d.ts644 acos(x: number): number; method
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1630 void ShaderCore::acos(Vector4f &dst, const Vector4f &src, bool pp) in acos() function in sw::ShaderCore
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1890 constexpr const ImmutableString acos("acos"); variable
DSymbolTable_autogen.cpp3038 constexpr const ImmutableString acos("acos"); variable
/third_party/typescript/tests/lib/
Dlib.d.ts564 acos(x: number): number; method
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34480 acos(float __x) in acos() function
34484 acos(long double __x) in acos() function
34492 acos(_Tp __x) in acos() function