Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/internal/timeseries/
Dtimeseries.go319 func (ts *timeSeries) ScaleBy(factor float64) { func
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp410 template <unsigned Bits, int Offset = 0, int ScaleBy = 1>
2115 template <unsigned Bits, int Offset, int ScaleBy>
2119 int32_t Imm = SignExtend32<Bits>(Value) * ScaleBy; in DecodeSImmWithOffsetAndScale()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp410 template <unsigned Bits, int Offset = 0, int ScaleBy = 1>
2342 template <unsigned Bits, int Offset, int ScaleBy>
2346 int32_t Imm = SignExtend32<Bits>(Value) * ScaleBy; in DecodeSImmWithOffsetAndScale()