Searched defs:sra (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | test_trig.c | 197 double ra, cra, sra; in test_rotate() local
|
/third_party/flutter/skia/third_party/externals/freetype/src/tools/ |
D | test_trig.c | 198 double ra, cra, sra; in test_rotate() local
|
/third_party/freetype/src/tools/ |
D | test_trig.c | 197 double ra, cra, sra; in test_rotate() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 1030 void AssemblerMIPS32::sra(const Operand *OpRd, const Operand *OpRt, in sra() function in Ice::MIPS32::AssemblerMIPS32
|
/third_party/flutter/skia/src/core/ |
D | SkVM.cpp | 165 I32 Builder::sra(I32 x, int bits) { return {this->push(Op::sra_i32, x.id,NA,NA, bits)}; } in sra() function in skvm::Builder
|
/third_party/skia/src/core/ |
D | SkVM.h | 1263 SI I32 sra(I32 x, int bits) { return x->sra(x, bits); } in sra() function
|
D | SkVM.cpp | 1016 I32 Builder::sra(I32 x, int bits) { in sra() function in skvm::Builder
|