/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | llvm.cos.ll | 9 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 10 ;EG-NOT: COS 21 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 22 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 23 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 24 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 25 ;EG-NOT: COS
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.cos.ll | 9 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 10 ;EG-NOT: COS 21 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 22 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 23 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 24 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 25 ;EG-NOT: COS
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | cos-sin-intrinsic.ll | 33 ; CHECK-NEXT: [[COS:%.*]] = call float @llvm.cos.f32(float [[X:%.*]]) 34 ; CHECK-NEXT: ret float [[COS]] 43 ; CHECK-NEXT: [[COS:%.*]] = call float @llvm.cos.f32(float [[X:%.*]]) 44 ; CHECK-NEXT: ret float [[COS]] 53 ; CHECK-NEXT: [[COS:%.*]] = call <2 x float> @llvm.cos.v2f32(<2 x float> [[X:%.*]]) 54 ; CHECK-NEXT: ret <2 x float> [[COS]] 63 ; CHECK-NEXT: [[COS:%.*]] = call <2 x float> @llvm.cos.v2f32(<2 x float> [[X:%.*]]) 64 ; CHECK-NEXT: ret <2 x float> [[COS]] 95 ; CHECK-NEXT: [[COS:%.*]] = call float @llvm.cos.f32(float [[X:%.*]]) 96 ; CHECK-NEXT: ret float [[COS]] [all …]
|
D | cos-1.ll | 24 ; ANY-NEXT: [[COS:%.*]] = call double @cos(double [[X:%.*]]) 25 ; ANY-NEXT: ret double [[COS]] 34 ; ANY-NEXT: [[COS:%.*]] = call double @cos(double [[X:%.*]]) 35 ; ANY-NEXT: ret double [[COS]] 44 ; ANY-NEXT: [[COS:%.*]] = call float @cosf(float [[X:%.*]]) 45 ; ANY-NEXT: ret float [[COS]] 54 ; ANY-NEXT: [[COS:%.*]] = call float @cosf(float [[X:%.*]]) 55 ; ANY-NEXT: ret float [[COS]] 64 ; ANY-NEXT: [[COS:%.*]] = call reassoc nnan float @cosf(float [[X:%.*]]) 65 ; ANY-NEXT: ret float [[COS]] [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | sincos.ll | 3 …i686-apple-macosx -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math | FileCheck %s --check-prefix=COS 44 ; COS-NOT: fcos 53 ; COS-LABEL: test3: 58 ; COS: {{^[ \t]*fcos}} 67 ; COS: {{^[ \t]*fcos}} 76 ; COS: {{^[ \t]*fcos}} 79 ; COS-NOT: fcos
|
/external/llvm-project/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 647 WithColor COS(*LineOS, raw_ostream::SAVEDCOLOR, /*Bold=*/false, in DumpAnnotatedInput() local 651 COS.changeColor(raw_ostream::CYAN, true, true); in DumpAnnotatedInput() 662 COS.resetColor(); in DumpAnnotatedInput() 664 COS.changeColor(raw_ostream::CYAN, true, true); in DumpAnnotatedInput() 668 COS << *InputFilePtr; in DumpAnnotatedInput() 678 WithColor COS(*LineOS, AnnotationItr->Marker.Color, /*Bold=*/true, in DumpAnnotatedInput() local 681 COS << left_justify(AnnotationItr->Label, LabelWidth) << " "; in DumpAnnotatedInput() 684 COS << ' '; in DumpAnnotatedInput() 685 COS << AnnotationItr->Marker.Lead; in DumpAnnotatedInput() 689 COS << '~'; in DumpAnnotatedInput() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | lower-complex.mlir | 197 // CHECK-DAG: [[COS:%.+]] = "mhlo.cosine"(%arg1) 199 // CHECK-DAG: [[OUTR:%.+]] = mhlo.multiply [[COS]], [[EXP]] 215 // CHECK-DAG: [[COS:%.+]] = "mhlo.cosine"([[IMAG]]) 217 // CHECK-DAG: [[OUTR:%.+]] = mhlo.multiply [[COS]], [[EXP]] 231 // CHECK-DAG: [[COS:%.+]] = "mhlo.cosine"([[IMAG]]) 233 // CHECK-DAG: [[OUTR:%.+]] = mhlo.multiply [[COS]], [[EXP]]
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 498 raw_ostream &COS = WithColor(OS, syntax::String); in dumpString() local 499 COS << '"'; in dumpString() 500 COS.write_escaped(DbgStr.getValue()); in dumpString() 501 COS << '"'; in dumpString()
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | RiscUnary.pbtxt | 18 s: "COS"
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 583 auto COS = WithColor(OS, HighlightColor::String); in dumpString() local 584 COS.get() << '"'; in dumpString() 585 COS.get().write_escaped(DbgStr.getValue()); in dumpString() 586 COS.get() << '"'; in dumpString()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 585 auto COS = WithColor(OS, HighlightColor::String); in dumpString() local 586 COS.get() << '"'; in dumpString() 587 COS.get().write_escaped(DbgStr.getValue()); in dumpString() 588 COS.get() << '"'; in dumpString()
|
/external/llvm/test/CodeGen/Generic/ |
D | intrinsics.ll | 29 ; COS
|
/external/llvm-project/llvm/test/CodeGen/Generic/ |
D | intrinsics.ll | 30 ; COS
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | registry.cc | 100 insert_elementwise_op(Type::COS); in Registry()
|
/external/llvm-project/mlir/test/Conversion/SPIRVToLLVM/ |
D | glsl-ops-to-llvm.mlir | 166 // CHECK: %[[COS:.*]] = "llvm.intr.cos"(%{{.*}}) : (!llvm.float) -> !llvm.float 167 // CHECK: llvm.fdiv %[[SIN]], %[[COS]] : !llvm.float
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 81 COS, enumerator 169 case COS: in TestCWiseGrad() 439 TestCWiseGrad<float, float>(COS, x_fn); in TEST_F() 446 TestCWiseGrad<complex64, complex64>(COS, x_fn); in TEST_F()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 88 OP11(COS)
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 71 OP11(COS)
|
D | tgsi_info_opcodes.h | 37 OPCODE(1, 1, REPL, COS)
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 193 COS{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
D | ComposableFunction.java | 221 public static final ComposableFunction COS = new ComposableFunction() { field in ComposableFunction
|
/external/mesa3d/src/freedreno/ir2/ |
D | instr-a2xx.h | 88 COS = 49, enumerator
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | elementwise.cc | 37 case OperationType::COS: in GetOneInputCode()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | operations.h | 46 COS, enumerator
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 69 OP(fsqrt, SQRT, X_X_0), OP(fsin, SIN, X_X_0), OP(fcos, COS, X_X_0),
|