Searched refs:isRound (Results 1 - 11 of 11) sorted by relevance

/external/skia/bench/
H A DDashBench.cpp219 DashLineBench(SkScalar width, bool isRound) { argument
220 fName.printf("dashline_%g_%s", SkScalarToFloat(width), isRound ? "circle" : "square");
222 fIsRound = isRound;
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h187 /// isRound - Return true if the size is a power-of-two number of bytes.
188 bool isRound() const { function in struct:llvm::EVT
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DValueTypes.h523 /// isRound - Return true if the size is a power-of-two number of bytes.
524 bool isRound() const { function in struct:llvm::EVT
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp522 assert(WideVT.isRound() &&
H A DTargetLowering.cpp1549 if (newVT.isRound()) {
H A DDAGCombiner.cpp3034 if (!LoadedVT.bitsGT(ExtVT) || !ExtVT.isRound())
6801 if (!ExtVT.isRound())
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2054 if (newVT.isRound()) {
H A DDAGCombiner.cpp2451 if (!LN0->isVolatile() && LoadedVT.bitsGT(ExtVT) && ExtVT.isRound() &&
4636 if (!ExtVT.isRound())
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4506 if (!LoadResultVT.bitsGT(TruncVT) || !TruncVT.isRound() ||
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 500 milliseconds