Home
last modified time | relevance | path

Searched refs:COS (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/test/CodeGen/AMDGPU/
Dllvm.cos.ll9 ;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/
Dsincos.ll3 …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/
Dlower-complex.mlir197 // 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/
Delementwise.cc45 case OperationType::COS: in GenerateCode()
241 case OperationType::COS: in NewElementwiseNodeShader()
Dregistry.cc107 insert_elementwise_op(Type::COS); in Registry()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp498 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/
DRiscUnary.pbtxt18 s: "COS"
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp583 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/
Dintrinsics.ll29 ; COS
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_model_test_util.cc58 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()
Doperations.h48 COS, enumerator
Doperations.cc99 case OperationType::COS: in ToString()
237 {"cos", OperationType::COS}, in OperationTypeFromString()
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc90 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/
Dprogram_lexer.l193 COS{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h71 OP11(COS)
Dtgsi_info_opcodes.h37 OPCODE(1, 1, REPL, COS)
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DComposableFunction.java221 public static final ComposableFunction COS = new ComposableFunction() { field in ComposableFunction
/external/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h88 COS = 49, enumerator
Ddisasm-a2xx.c209 INSTR(COS, 1),
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c69 OP(fsqrt, SQRT, X_X_0), OP(fsin, SIN, X_X_0), OP(fcos, COS, X_X_0),
Detnaviv_disasm.c500 OPC(COS),
/external/igt-gpu-tools/assembler/
Dlex.l406 "cos" { yylval.integer = BRW_MATH_FUNCTION_COS; return COS; }
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Delementwise.cc43 case OperationType::COS: in GetOneInputCode()
/external/AFLplusplus/dictionaries/
Dotf.dict456 "COS "
/external/mesa3d/src/intel/tools/
Di965_lex.l134 cos { yylval.integer = BRW_MATH_FUNCTION_COS; return COS; }

12