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

/external/skia/bench/
H A DDashBench.cpp221 DashLineBench(SkScalar width, bool isRound) { argument
222 fName.printf("dashline_%g_%s", SkScalarToFloat(width), isRound ? "circle" : "square");
224 fIsRound = isRound;
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h182 /// isRound - Return true if the size is a power-of-two number of bytes.
183 bool isRound() const { function in struct:llvm::EVT
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp517 assert(WideVT.isRound() &&
H A DTargetLowering.cpp1432 if (newVT.isRound()) {
H A DDAGCombiner.cpp2997 if (!LoadedVT.bitsGT(ExtVT) || !ExtVT.isRound())
6755 if (!ExtVT.isRound())
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4422 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 189 milliseconds