Home
last modified time | relevance | path

Searched refs:atan (Results 101 - 121 of 121) sorted by relevance

12345

/third_party/spirv-tools/source/opt/
H A Dconst_folding_rules.cpp1712 FoldFPUnaryOp(FoldFTranscendentalUnary(std::atan)));
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.cc681 return ReplaceFloat64(base::ieee754::atan(m.ResolvedValue())); in Reduce()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc879 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.cpp306 case Shader::OPCODE_ATAN: atan(d, s0, pp); break; in applyShader()
H A DShaderCore.cpp370 // Approximation of atan in [0..1]
429 // Approximation of atan in [0..1] in arctan()
1646 void ShaderCore::atan(Vector4f &dst, const Vector4f &src, bool pp) in atan() function in sw::ShaderCore
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp1402 DECLARE_UNARY_GENTYPE_FUNCS(atan)
1923 << BuiltinFuncInfo("atan", "atan", GT, Value(GT, -4.0f, 4.0f), notUsed, notUsed, 0.5f, 0.5f, PRECMASK_MEDIUMP_HIGHP, FLOAT_GENTYPE_FUNCS(atan) ) in init()
1924 << BuiltinFuncInfo("atan2", "atan", GT, Value(GT, -4.0f, 4.0f), Value(GT, 0.5f, 2.0f), notUsed, 0.5f, 0.5f, PRECMASK_MEDIUMP_HIGHP, FLOAT_GENTYPE_FUNCS(atan2) ) in init()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable_ESSL_autogen.cpp1898 constexpr const ImmutableString atan("atan");
4445 BuiltInName::atan,
4453 BuiltInName::atan,
4461 BuiltInName::atan,
4469 BuiltInName::atan,
4477 BuiltInName::atan,
4485 BuiltInName::atan,
4493 BuiltInName::atan,
4501 BuiltInName::atan,
[all...]
H A DSymbolTable_autogen.cpp3049 constexpr const ImmutableString atan("atan");
6060 BuiltInName::atan,
6068 BuiltInName::atan,
6076 BuiltInName::atan,
6084 BuiltInName::atan,
6092 BuiltInName::atan,
6100 BuiltInName::atan,
6108 BuiltInName::atan,
6116 BuiltInName::atan,
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc1025 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1530 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1007 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1021 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1798 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
/third_party/skia/tests/
H A DSkVMTest.cpp2110 // asin, acos, atan
2126 err += test(x, atan(x), tol, [](skvm::F32 x) {
2130 if (0) { SkDebugf("atan error %g\n", err); }
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp1100 B1(atan)
1944 add_function("atan", in create_builtins()
6009 UNOP(atan, ir_unop_atan, always_available)
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc889 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc1539 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc928 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc933 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp33476 extern double atan (double __x) throw (); extern double __atan (double __x) throw ();
34514 using ::atan;
34518 atan(float __x)
34522 atan(long double __x)
34530 atan(_Tp __x)
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 284 milliseconds

12345