Home
last modified time | relevance | path

Searched refs:OP_SIN (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/yap/example/autodiff_library/
DUaryOPNode.cpp102 case OP_SIN: in calc_grad_reverse_0()
124 case OP_SIN: in calc_eval_function()
166 case OP_SIN: in hess_reverse_0()
230 case OP_SIN: in hess_reverse_1()
299 case OP_SIN: in nonlinearEdges()
334 case OP_SIN: in hess_forward_calc0()
Dauto_diff_types.h23 typedef enum {OP_PLUS=0, OP_MINUS, OP_TIMES, OP_DIVID, OP_SIN, OP_COS, OP_SQRT, OP_POW, OP_NEG} OPC… enumerator
DBinaryOPNode.cpp610 case OP_SIN: //TODO should move to UnaryOPNode.cpp? in hess_forward_calc0()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp134 case OP_SIN: in isBarrierRequired()
266 case OP_SIN: in getLatency()
295 case OP_SIN: in getReadLatency()
Dnv50_ir_target_nvc0.cpp127 { OP_SIN, 0x1, 0x1, 0x0, 0x8, 0x0, 0x0 },
638 case OP_SIN: in getThroughput()
Dnv50_ir_target_nv50.cpp558 case OP_SIN: in getThroughput()
Dnv50_ir_target_gv100.cpp271 case OP_SIN: in getOpInfo()
Dnv50_ir_emit_gv100.cpp596 case OP_SIN : mufu = 1; break; in emitMUFU()
1816 case OP_SIN: in emitInstruction()
Dnv50_ir.h90 OP_SIN, enumerator
Dnv50_ir_emit_gm107.cpp1447 case OP_SIN: mufu = 1; break; in emitMUFU()
3617 case OP_SIN: in emitInstruction()
Dnv50_ir_emit_nv50.cpp2050 case OP_SIN: in emitInstruction()
Dnv50_ir_peephole.cpp889 case OP_SIN: res.data.f32 = sinf(imm.reg.data.f32); break; in unary()
1553 case OP_SIN: in opnd()
Dnv50_ir_emit_gk110.cpp2647 case OP_SIN: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2817 case OP_SIN: in emitInstruction()
Dnv50_ir_from_nir.cpp487 return OP_SIN; in getOperation()
/third_party/boost/libs/yap/example/
Dautodiff_example.cpp63 autodiff_fn_expr<OP_SIN> const sin_;
187 OPNode* op2 = create_uary_op_node(OP_SIN,v10); //op2 = sin(v10) in BOOST_FIXTURE_TEST_SUITE()
276 OPNode* op2 = create_uary_op_node(OP_SIN,x1); in build_nl_function1_manually()
331 OPNode* root = create_uary_op_node(OP_SIN,x1); in BOOST_AUTO_TEST_CASE()
498 Node* op = create_uary_op_node(OP_SIN,x1); in BOOST_AUTO_TEST_CASE()
499 Node* root = create_uary_op_node(OP_SIN,op); in BOOST_AUTO_TEST_CASE()
776 Node* op2 = create_uary_op_node(OP_SIN,op1); in BOOST_AUTO_TEST_CASE()