Home
last modified time | relevance | path

Searched refs:rgrad (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/yap/example/autodiff_library/
Dautodiff.h96 extern double grad_reverse(Node* root, vector<Node*>& nodes, col_compress_matrix_row& rgrad);
Dautodiff.cpp92 double grad_reverse(Node* root, vector<Node*>& vnodes, col_compress_matrix_row& rgrad) in grad_reverse() argument
113 rgrad(i) = diff; in grad_reverse()
/third_party/ffmpeg/libavfilter/
Dvsrc_testsrc.c537 int grad, dgrad, rgrad, drgrad; in test_fill_picture() local
580 rgrad = 0; in test_fill_picture()
597 rgrad += drgrad; in test_fill_picture()
598 if (rgrad >= GRADIENT_SIZE) { in test_fill_picture()
600 rgrad -= GRADIENT_SIZE; in test_fill_picture()