HomeSort by relevance Sort by last modified time
    Searched refs:Scale (Results 101 - 125 of 152) sorted by null

1 2 3 45 6 7

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 147 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; }
424 Addend0.Scale(Coeff);
427 Addend1.Scale(Coeff);
    [all...]
InstCombineInternal.h 565 /// \brief Returns a value X such that Val = X * Scale, or null if none.
568 Value *Descale(Value *Val, APInt Scale, bool &NoSignedWrap);
  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix_test.cc 128 TEST_F(CompressedRowSparseMatrixTest, Scale) {
129 Vector scale(num_cols);
131 scale(i) = i + 1;
134 tsm->ScaleColumns(scale.data());
135 crsm->ScaleColumns(scale.data());
  /external/libvorbis/examples/
frameview.pl 63 #$toplevel->optionAdd("$Xname*Scale*background", "#f0d0b0",20);
64 $toplevel->optionAdd("$Xname*Scale*foreground", '#000000',20);
65 $toplevel->optionAdd("$Xname*Scale*borderWidth", '1',20);
66 #$toplevel->optionAdd("$Xname*Scale*relief", 'groove',20);
67 $toplevel->optionAdd("$Xname*Scale*padY", 1,20);
230 my$graph_slider=$temp=$graph_shell->Scale(-bigincrement=>1,
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 130 adjusted_matrix.Scale(size_scale, size_scale);
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 484 TEST_F(MotionEventTest, Scale) {
488 event.scale(2.0f);
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 815 const float Scale = 1.0f / MBFI->getEntryFreq();
816 return (isDef + isUse) * (Freq.getFrequency() * Scale);
    [all...]
BranchFolding.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
MochiKit.packed.js     [all...]