Home
last modified time | relevance | path

Searched refs:Scaled (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h199 uint64_t Scaled = Count / Scale; in scaleBranchCount() local
200 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits"); in scaleBranchCount()
201 return Scaled; in scaleBranchCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp487 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor; in convertFloatingToInteger() local
488 BFI.Freqs[Index].Integer = std::max(UINT64_C(1), Scaled.toInt<uint64_t>()); in convertFloatingToInteger()
490 << BFI.Freqs[Index].Scaled << ", scaled = " << Scaled in convertFloatingToInteger()
513 : BFI.Freqs[N.Index].Scaled; in unwrapLoop()
524 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
537 Min = std::min(Min, Freqs[Index].Scaled); in finalizeMetrics()
538 Max = std::max(Max, Freqs[Index].Scaled); in finalizeMetrics()
595 return Freqs[Node.Index].Scaled; in getFloatingBlockFreq()
/third_party/skia/gm/
Dxform.cpp95 float scale = 3 + sinf(TimeUtils::Scaled(1e-9 * nanos, 1, 0)) * 2; in onAnimate()
97 fRA->setRotate(TimeUtils::Scaled(1e-9 * nanos, 40, 0)); in onAnimate()
98 fB->setRotate(TimeUtils::Scaled(1e-9 * nanos, 40*sqrtf(2), 0)); in onAnimate()
Daddarc.cpp66 fRotate = TimeUtils::Scaled(1e-9 * nanos, 1, 360); in onAnimate()
150 fRotate = TimeUtils::Scaled(1e-9 * nanos, 60, 360); in onAnimate()
203 fRotate = TimeUtils::Scaled(1e-9 * nanos, 60, 360); in onAnimate()
Dcrbug_224618.cpp34 fTime = TimeUtils::Scaled(1e-9f * nanos, 0.5f); in onAnimate()
Dpostercircle.cpp44 fTime = TimeUtils::Scaled(1e-9 * nanos, 0.5f); in onAnimate()
Dimagefilterstransformed.cpp186 fDegrees = TimeUtils::Scaled(1e-9f * nanos, 360.f); in onAnimate()
238 fDegrees = TimeUtils::Scaled(1e-9f * nanos, 360.f); in onAnimate()
Dstringart.cpp74 SkScalar fraction = 1.0f - TimeUtils::Scaled(1e-9 * nanos, 2.0f/kDesiredDurationSecs, 2.0f); in onAnimate()
Dlighting.cpp178 … fAzimuth = kStartAzimuth + TimeUtils::Scaled(1e-9 * nanos, 360.0f/kDesiredDurationSecs, 360.0f); in onAnimate()
Ddashcircle.cpp110 fRotation = TimeUtils::Scaled(1e-9 * nanos, 360.0f/kDesiredDurationSecs, 360.0f); in onAnimate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleV6.td108 // Scaled register offset, issues over 2 cycles
121 // Scaled register offset with update, issues over 2 cycles
161 // Scaled register offset, issues over 2 cycles
174 // Scaled register offset with update, issues over 2 cycles
DARMScheduleA8.td123 // Scaled register offset, issues over 2 cycles
144 // Scaled register offset with update, issues over 2 cycles
202 // Scaled register offset, issues over 2 cycles
222 // Scaled register offset with update, issues over 2 cycles
DARMScheduleA9.td226 // Scaled register offset
267 // Scaled register offset with update
366 // Scaled register offset
403 // Scaled register offset with update
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h415 unsigned getCycles(unsigned Scaled) { in getCycles() argument
417 return (Scaled + Factor - 1) / Factor; in getCycles()
/third_party/skia/tools/timer/
DTimeUtils.h27 static inline float Scaled(float time, float speed, float period = 0) {
/third_party/skia/samplecode/
DSampleCamera.cpp70 fRY = nanos ? TimeUtils::Scaled(1e-9 * nanos, 90, 360) : 0; in onAnimate()
DSamplePathEffects.cpp135 fPhase = TimeUtils::Scaled(1e-9 * nanos, 40); in onAnimate()
DSampleTextureUpload.cpp145 fActiveTileIndex = floorf(TimeUtils::Scaled(1e-9 * nanos, in onAnimate()
DSamplePatch.cpp285 fAngle = TimeUtils::Scaled(1e-9 * nanos, 60, 360); in onAnimate()
DSamplePath.cpp181 SkScalar currSecs = TimeUtils::Scaled(1e-9 * nanos, 100); in onAnimate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSpillPlacement.cpp258 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12)); in setThreshold() local
259 Threshold = std::max(UINT64_C(1), Scaled); in setThreshold()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcomponent_wise.inl52 vecType<floatType, P> const Scaled(v * Max); local
53 vecType<T, P> const Result(Scaled - static_cast<floatType>(0.5));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp35 Scaled = 3 enumerator
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp865 { "glScaled", _O(Scaled) },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h206 Scaled64 Scaled; member

12