/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 199 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/ |
D | BlockFrequencyInfoImpl.cpp | 487 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/ |
D | xform.cpp | 95 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()
|
D | addarc.cpp | 66 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()
|
D | crbug_224618.cpp | 34 fTime = TimeUtils::Scaled(1e-9f * nanos, 0.5f); in onAnimate()
|
D | postercircle.cpp | 44 fTime = TimeUtils::Scaled(1e-9 * nanos, 0.5f); in onAnimate()
|
D | imagefilterstransformed.cpp | 186 fDegrees = TimeUtils::Scaled(1e-9f * nanos, 360.f); in onAnimate() 238 fDegrees = TimeUtils::Scaled(1e-9f * nanos, 360.f); in onAnimate()
|
D | stringart.cpp | 74 SkScalar fraction = 1.0f - TimeUtils::Scaled(1e-9 * nanos, 2.0f/kDesiredDurationSecs, 2.0f); in onAnimate()
|
D | lighting.cpp | 178 … fAzimuth = kStartAzimuth + TimeUtils::Scaled(1e-9 * nanos, 360.0f/kDesiredDurationSecs, 360.0f); in onAnimate()
|
D | dashcircle.cpp | 110 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/ |
D | ARMScheduleV6.td | 108 // 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
|
D | ARMScheduleA8.td | 123 // 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
|
D | ARMScheduleA9.td | 226 // 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/ |
D | MachineTraceMetrics.h | 415 unsigned getCycles(unsigned Scaled) { in getCycles() argument 417 return (Scaled + Factor - 1) / Factor; in getCycles()
|
/third_party/skia/tools/timer/ |
D | TimeUtils.h | 27 static inline float Scaled(float time, float speed, float period = 0) {
|
/third_party/skia/samplecode/ |
D | SampleCamera.cpp | 70 fRY = nanos ? TimeUtils::Scaled(1e-9 * nanos, 90, 360) : 0; in onAnimate()
|
D | SamplePathEffects.cpp | 135 fPhase = TimeUtils::Scaled(1e-9 * nanos, 40); in onAnimate()
|
D | SampleTextureUpload.cpp | 145 fActiveTileIndex = floorf(TimeUtils::Scaled(1e-9 * nanos, in onAnimate()
|
D | SamplePatch.cpp | 285 fAngle = TimeUtils::Scaled(1e-9 * nanos, 60, 360); in onAnimate()
|
D | SamplePath.cpp | 181 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/ |
D | SpillPlacement.cpp | 258 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/ |
D | component_wise.inl | 52 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/ |
D | ARCInstrInfo.cpp | 35 Scaled = 3 enumerator
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 865 { "glScaled", _O(Scaled) },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 206 Scaled64 Scaled; member
|