/third_party/spirv-tools/source/opt/ |
H A D | const_folding_rules.cpp | 1712 FoldFPUnaryOp(FoldFTranscendentalUnary(std::atan)));
|
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator-reducer.cc | 681 return ReplaceFloat64(base::ieee754::atan(m.ResolvedValue())); in Reduce()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 879 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelProgram.cpp | 306 case Shader::OPCODE_ATAN: atan(d, s0, pp); break; in applyShader()
|
H A D | ShaderCore.cpp | 370 // 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 D | es3fShaderOperatorTests.cpp | 1402 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 D | SymbolTable_ESSL_autogen.cpp | 1898 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 D | SymbolTable_autogen.cpp | 3049 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 D | code-generator-arm64.cc | 1025 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1530 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 1007 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 1021 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 1798 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 2110 // 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 D | builtin_functions.cpp | 1100 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 D | code-generator-mips64.cc | 889 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 1539 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 928 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 933 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 33476 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 D | sqlite3.c | [all...] |