/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | rotate_vector.inl | 36 T const Cos(cos(angle)); local 39 Result.x = v.x * Cos - v.y * Sin; 40 Result.y = v.x * Sin + v.y * Cos; 61 const T Cos = cos(radians(angle)); 63 return x * Cos + ((x * normal) * (T(1) - Cos)) * normal + cross(x, normal) * Sin; 85 T const Cos(cos(angle)); local 88 Result.y = v.y * Cos - v.z * Sin; 89 Result.z = v.y * Sin + v.z * Cos; 101 T const Cos(cos(angle)); local 104 Result.x = v.x * Cos + v.z * Sin; [all …]
|
/third_party/mindspore/mindspore/core/ops/ |
D | cos.h | 29 class MS_CORE_API Cos : public PrimitiveC { 32 Cos() : PrimitiveC(prim::kPrimCos->name()) {} in Cos() function 34 ~Cos() = default; 35 MS_DECLARE_PARENT(Cos, PrimitiveC);
|
D | cos.cc | 46 REGISTER_PRIMITIVE_EVAL_IMPL(Cos, prim::kPrimCos, CosInfer, nullptr, true);
|
/third_party/skia/tests/sksl/intrinsics/ |
D | Cos.asm.frag | 109 %27 = OpExtInst %float %1 Cos %33 120 %41 = OpExtInst %v2float %1 Cos %44 135 %54 = OpExtInst %v3float %1 Cos %57 149 %68 = OpExtInst %v4float %1 Cos %70
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/ |
D | cov-x86-isel-lowering-apfloat-nan-cos-cos.amber | 136 %25 = OpExtInst %7 %1 Cos %24 137 %26 = OpExtInst %7 %1 Cos %25
|
D | cov-set-vector-cos-fragcoord.amber | 180 %65 = OpExtInst %12 %1 Cos %64 196 %80 = OpExtInst %12 %1 Cos %79
|
D | stable-collatz-push-constant-with-nested-min-max.amber | 438 %85 = OpExtInst %42 %1 Cos %84 452 %99 = OpExtInst %42 %1 Cos %98
|
/third_party/grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuideUtil.cs | 71 …double a = Math.Sin(deltalat / 2) * Math.Sin(deltalat / 2) + Math.Cos(lat1) * Math.Cos(lat2) * Mat… in GetDistance()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/ |
D | unary_op_gpu_kernel.cc | 89 MS_REG_GPU_KERNEL_ONE(Cos, KernelAttr().AddInputAttr(kNumberTypeFloat64).AddOutputAttr(kNumberTypeF… 91 MS_REG_GPU_KERNEL_ONE(Cos, KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumberTypeF… 93 MS_REG_GPU_KERNEL_ONE(Cos, KernelAttr().AddInputAttr(kNumberTypeFloat16).AddOutputAttr(kNumberTypeF…
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-x86-isel-lowering-apfloat-nan-cos-cos/ |
D | 0-opt.spvasm | 63 %38 = OpExtInst %v2float %1 Cos %37 64 %39 = OpExtInst %v2float %1 Cos %38
|
/third_party/mindspore/mindspore/lite/src/delegate/npu/op/ |
D | arithmetic_self_npu.cc | 35 op_ = CreateOperator<hiai::op::Cos>(name_); in Init() 93 SetInputs<hiai::op::Cos>(npu_inputs, op_); in SetNPUInputs()
|
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/ |
D | elewise_calculation_ops_declare.h | 206 DECLARE_OP_ADAPTER(Cos) 207 DECLARE_OP_USE_OUTPUT(Cos)
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_cos_op.py | 30 self.cos = P.Cos()
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_cos_op.py | 28 output_ms = P.Cos()(Tensor(x_np))
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-set-vector-cos-fragcoord/ |
D | 0-opt.spvasm | 105 %78 = OpExtInst %v3float %1 Cos %77 121 %91 = OpExtInst %v3float %1 Cos %90
|
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_cos.cc | 35 auto cos = std::make_shared<Cos>(); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | OptimalIntrinsics.hpp | 25 Float4 Cos(RValue<Float4> x);
|
/third_party/glslang/Test/baseResults/ |
D | spv.switch.frag.out | 251 80: 6(float) ExtInst 1(GLSL.std.450) 14(Cos) 79 276 95: 6(float) ExtInst 1(GLSL.std.450) 14(Cos) 94 296 114: 6(float) ExtInst 1(GLSL.std.450) 14(Cos) 113 406 197: 6(float) ExtInst 1(GLSL.std.450) 14(Cos) 196
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
D | OpenCL.std.h | 46 Cos = 14, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
D | OpenCL.std.h | 46 Cos = 14, enumerator
|
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
D | OpenCL.std.h | 46 Cos = 14, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | OpenCL.std.h | 46 Cos = 14, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | OpenCL.std.h | 46 Cos = 14, enumerator
|
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
D | OpenCL.std.h | 46 Cos = 14, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
D | OpenCL.std.h | 46 Cos = 14, enumerator
|