Home
last modified time | relevance | path

Searched defs:Angle (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dsorted_items.hpp11 struct Angle struct
28 struct Angle argument
30 number a;
31 number b;
Dunsorted-items.h9 struct Angle struct
11 number a;
12 number b;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dsorted_items.rs13 pub struct Angle { struct
14 pub a: root::number,
15 pub b: root::number,
42 pub struct Angle { struct
43 pub a: root::ns::number,
44 pub b: root::ns::number,
Dsort-items.rs19 pub struct Angle { struct
20 pub a: root::number,
21 pub b: root::number,
106 pub struct Angle { struct
107 pub a: root::ns::number,
108 pub b: root::ns::number,
Dunsorted-items.rs24 pub struct Angle { struct
30 ["Size of Angle"][::std::mem::size_of::<Angle>() - 8usize]; argument
/third_party/rust/rust/tests/ui/issues/auxiliary/
Dissue-4208-cc.rs10 pub trait Angle<T>: Trig<T> {} interface
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dvector_angle.inl37 T const Angle(acos(clamp(dot(x, y), T(-1), T(1)))); local
55 T const Angle(acos(clamp(dot(x, y), T(-1), T(1)))); local
Dquaternion.inl49 T const Angle = glm::length(u); local
96 T Angle = acos(x.w / magnitude); local
Drotate_vector.inl184 T Angle = acos(dot(Normal, Up)); local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dangle_impl.cu21 __global__ void Angle(const size_t size, const Complex<S> *input, S *output) { in Angle() function
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DInstancingTest.cpp32 Angle, enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/
Dtags.rs101 Angle, enumerator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Dmath_ops_proto.cc24 IMPLEMT_INFERFUNC(Angle, AngleInfer) { in IMPLEMT_INFERFUNC() argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.h119 Angle() : BaseOperator(kNameAngle) {} in Angle() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/audio/
Dtransforms.py202 class Angle(AudioTensorOperation): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Daudio_utils.h112 Status Angle(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output) { in Angle() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_info_cfg/
Dcust_aicpu_kernel.ini229 [Angle] section
230 opInfo.engine=DNN_VM_AICPU
231 opInfo.flagPartial=False
232 opInfo.computeCost=100
233 opInfo.flagAsync=False
234 opInfo.opKernelLib=CUSTAICPUKernel
235 opInfo.kernelSo=libcust_cpu_kernels.so
236 opInfo.functionName=RunCpuKernel
237 opInfo.workspaceSize=1024
238 opInfo.opsFlag=OPS_FLAG_CLOSE
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp172902 enum class Angle : uint8_t { enum
174940 mozilla::image::Angle Angle() const { in Angle() function