Searched refs:OP_POW (Results 1 – 16 of 16) sorted by relevance
/third_party/boost/libs/yap/example/autodiff_library/ |
D | BinaryOPNode.cpp | 90 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()
|
D | auto_diff_types.h | 23 typedef enum {OP_PLUS=0, OP_MINUS, OP_TIMES, OP_DIVID, OP_SIN, OP_COS, OP_SQRT, OP_POW, OP_NEG} OPC… enumerator
|
D | UaryOPNode.cpp | 33 node = BinaryOPNode::createBinaryOpNode(OP_POW,left,new PNode(param)); in createUnaryOpNode()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 59 case OP_POW: in isOpSupported()
|
D | nv50_ir_target_nv50.cpp | 442 case OP_POW: in isOpSupported()
|
D | nv50_ir_target_nvc0.cpp | 476 if (op == OP_POW || op == OP_SQRT || op == OP_DIV || op == OP_MOD) in isOpSupported()
|
D | nv50_ir.h | 98 OP_POW, enumerator
|
D | nv50_ir_emit_nv50.cpp | 2134 case OP_POW: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 2760 case OP_POW: in emitInstruction()
|
D | nv50_ir_lowering_nv50.cpp | 2218 case OP_POW: in visit()
|
D | nv50_ir_emit_nvc0.cpp | 2942 case OP_POW: in emitInstruction()
|
D | nv50_ir_from_nir.cpp | 463 return OP_POW; in getOperation()
|
D | nv50_ir_from_tgsi.cpp | 2517 mkOp2(OP_POW, TYPE_F32, val3, val1, val3); in handleLIT()
|
D | nv50_ir_lowering_nvc0.cpp | 3322 case OP_POW: in visit()
|
D | nv50_ir_peephole.cpp | 639 case OP_POW: in expr()
|
/third_party/boost/libs/yap/example/ |
D | autodiff_example.cpp | 610 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()
|