/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/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/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/ |
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]] 284 // CHECK-DAG: %[[COS:.+]] = mhlo.cosine %arg0 286 // CHECK-DAG: %[[IMUL:.+]] = mhlo.multiply %[[COS]], %[[SUB]] 300 // CHECK-DAG: %[[COS:.+]] = mhlo.cosine %arg0 305 // CHECK-DAG: %[[MUL:.+]] = mhlo.multiply %[[COS]], %[[ADD]]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | elementwise.cc | 45 case OperationType::COS: in GenerateCode() 241 case OperationType::COS: in NewElementwiseNodeShader()
|
D | registry.cc | 107 insert_elementwise_op(Type::COS); in Registry()
|
/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/test/CodeGen/Generic/ |
D | intrinsics.ll | 29 ; COS
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | gpu_model_test_util.cc | 58 cos_node->operation.type = ToString(OperationType::COS); in TestLinkingConvolutionAndCosOp() 111 env->GetGpuInfo(), op_def, OperationType::COS); in TestLinkingConvolutionAndCosOp() 594 cos_node->operation.type = ToString(OperationType::COS); in TestLinkingConvolution2InputMul2InputMulCos() 682 env->GetGpuInfo(), op_def, OperationType::COS); in TestLinkingConvolution2InputMul2InputMulCos() 978 cos_node->operation.type = ToString(OperationType::COS); in TestLinkingConvolutionFirstTanhSecondCos2InputDiff() 1048 env->GetGpuInfo(), op_def, OperationType::COS); in TestLinkingConvolutionFirstTanhSecondCos2InputDiff() 1131 cos_node->operation.type = ToString(OperationType::COS); in TestLinkingComplex0() 1245 env->GetGpuInfo(), op_def, OperationType::COS); in TestLinkingComplex0()
|
D | operations.h | 48 COS, enumerator
|
D | operations.cc | 99 case OperationType::COS: in ToString() 237 {"cos", OperationType::COS}, in OperationTypeFromString()
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 90 COS, enumerator 178 case COS: in TestCWiseGrad() 448 TestCWiseGrad<float, float>(COS, x_fn); in TEST_F() 455 TestCWiseGrad<complex64, complex64>(COS, x_fn); in TEST_F()
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 193 COS{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
|
/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/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
|
D | disasm-a2xx.c | 209 INSTR(COS, 1),
|
/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),
|
D | etnaviv_disasm.c | 500 OPC(COS),
|
/external/igt-gpu-tools/assembler/ |
D | lex.l | 406 "cos" { yylval.integer = BRW_MATH_FUNCTION_COS; return COS; }
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | elementwise.cc | 43 case OperationType::COS: in GetOneInputCode()
|
/external/AFLplusplus/dictionaries/ |
D | otf.dict | 456 "COS "
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 134 cos { yylval.integer = BRW_MATH_FUNCTION_COS; return COS; }
|