HomeSort by relevance Sort by last modified time
    Searched refs:old_c (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/core/src/
lpsolver.cpp 180 Mat_<double> old_c=c.clone(); local
224 for(int I=1;I<old_c.cols;I++){
228 c(0,iterator_offset)+=old_c(0,I);
233 c-=old_c(0,I)*b.row(iterator_offset).colRange(0,b.cols-1);
234 v+=old_c(0,I)*b(iterator_offset,b.cols-1);
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 636 char old_c = NewName.at(pos); local
638 sprintf(new_str, "%d", (int)old_c);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 638 char old_c = NewName.at(pos); local
640 sprintf(new_str, "%d", (int)old_c);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 659 char old_c = NewName.at(pos); local
661 sprintf(new_str, "%d", (int)old_c);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 678 char old_c = NewName.at(pos); local
680 sprintf(new_str, "%d", (int)old_c);
    [all...]

Completed in 72 milliseconds