Home
last modified time | relevance | path

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

/third_party/boost/libs/yap/example/autodiff_library/
DBinaryOPNode.cpp90 case OP_POW: in calc_eval_function()
157 case OP_POW: in calc_grad_reverse_0()
247 case OP_POW: in hess_reverse_0()
342 case OP_POW: in hess_reverse_1()
444 case OP_POW: in nonlinearEdges()
552 case OP_POW: 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
DUaryOPNode.cpp33 node = BinaryOPNode::createBinaryOpNode(OP_POW,left,new PNode(param)); in createUnaryOpNode()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp59 case OP_POW: in isOpSupported()
Dnv50_ir_target_nv50.cpp442 case OP_POW: in isOpSupported()
Dnv50_ir_target_nvc0.cpp476 if (op == OP_POW || op == OP_SQRT || op == OP_DIV || op == OP_MOD) in isOpSupported()
Dnv50_ir.h98 OP_POW, enumerator
Dnv50_ir_emit_nv50.cpp2134 case OP_POW: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2760 case OP_POW: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp2218 case OP_POW: in visit()
Dnv50_ir_emit_nvc0.cpp2942 case OP_POW: in emitInstruction()
Dnv50_ir_from_nir.cpp463 return OP_POW; in getOperation()
Dnv50_ir_from_tgsi.cpp2517 mkOp2(OP_POW, TYPE_F32, val3, val1, val3); in handleLIT()
Dnv50_ir_lowering_nvc0.cpp3322 case OP_POW: in visit()
Dnv50_ir_peephole.cpp639 case OP_POW: in expr()
/third_party/boost/libs/yap/example/
Dautodiff_example.cpp610 Node* root = create_binary_op_node(OP_POW,x1,x2); in BOOST_AUTO_TEST_CASE()
808 Node* op1 = create_binary_op_node(OP_POW,x1,p2); in BOOST_AUTO_TEST_CASE()
822 Node* op1 = create_binary_op_node(OP_POW,x1,p2); in BOOST_AUTO_TEST_CASE()