Home
last modified time | relevance | path

Searched refs:FMax (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/dports/editors/lazarus/lazarus/lcl/include/
H A Dscrollbar.inc32 FMax := 100;
54 ScrollInfo.nMax := FMax;
61 SetScrollPos(Handle, SB_CTL, FMax - FPosition, True);
105 FMax := AMax;
123 SetScrollPos(Handle, SB_CTL, FMax - FPosition, True);
150 SetParams(Value, FMin, FMax, FPageSize);
155 SetParams(FPosition, FMin, FMax, Value);
160 SetParams(FPosition, Value, FMax, FPageSize);
211 else NewPos := FMax - Message.Pos;
219 NewPos := FMax;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dscrollbar.inc32 FMax := 100;
54 ScrollInfo.nMax := FMax;
61 SetScrollPos(Handle, SB_CTL, FMax - FPosition, True);
105 FMax := AMax;
123 SetScrollPos(Handle, SB_CTL, FMax - FPosition, True);
148 SetParams(Value, FMin, FMax, FPageSize);
153 SetParams(FPosition, FMin, FMax, Value);
158 SetParams(FPosition, Value, FMax, FPageSize);
209 else NewPos := FMax - Message.Pos;
217 NewPos := FMax;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dscrollbar.inc32 FMax := 100;
54 ScrollInfo.nMax := FMax;
61 SetScrollPos(Handle, SB_CTL, FMax - FPosition, True);
105 FMax := AMax;
123 SetScrollPos(Handle, SB_CTL, FMax - FPosition, True);
150 SetParams(Value, FMin, FMax, FPageSize);
155 SetParams(FPosition, FMin, FMax, Value);
160 SetParams(FPosition, Value, FMax, FPageSize);
211 else NewPos := FMax - Message.Pos;
219 NewPos := FMax;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dscrollbar.inc32 FMax := 100;
54 ScrollInfo.nMax := FMax;
61 SetScrollPos(Handle, SB_CTL, FMax - FPosition, True);
105 FMax := AMax;
123 SetScrollPos(Handle, SB_CTL, FMax - FPosition, True);
148 SetParams(Value, FMin, FMax, FPageSize);
153 SetParams(FPosition, FMin, FMax, Value);
158 SetParams(FPosition, Value, FMax, FPageSize);
209 else NewPos := FMax - Message.Pos;
217 NewPos := FMax;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/Dialect/SPIRV/
H A Dglslops.mlir54 // spv.GLSL.FMax
58 // CHECK: spv.GLSL.FMax {{%.*}}, {{%.*}} : f32
59 %2 = spv.GLSL.FMax %arg0, %arg1 : f32
64 // CHECK: spv.GLSL.FMax {{%.*}}, {{%.*}} : vector<3xf16>
65 %2 = spv.GLSL.FMax %arg0, %arg1 : vector<3xf16>
70 // CHECK: spv.GLSL.FMax {{%.*}}, {{%.*}} : f64
71 %2 = spv.GLSL.FMax %arg0, %arg1 : f64
/dports/editors/lazarus/lazarus/components/tachart/
H A Dtaintervalsources.pas268 imageWidth := Abs(ToImage(FMax) - ToImage(FMin));
292 while m <= AParams.FMax do begin
331 ABestStep := (AParams.FMax - AParams.FMin) / bestCount;
387 if AParams.FMin >= AParams.FMax then exit;
392 AParams.FMax := AParams.FAxisToGraph(AParams.FMax);
394 EnsureOrder(AParams.FMin, AParams.FMax);
397 eps := (AParams.FMax - AParams.FMin) * RANGE_EPSILON;
404 if m > AParams.FMax then begin
668 AParams.FMax := helper.FOrigParams.FMax / DATE_STEP_INTERVALS[helper.FStep];
678 while (x <= helper.FOrigParams.FMax) and (cnt < MAX_COUNT) do begin
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtaintervalsources.pas269 imageWidth := Abs(ToImage(FMax) - ToImage(FMin));
293 while m <= AParams.FMax do begin
332 ABestStep := (AParams.FMax - AParams.FMin) / bestCount;
388 if AParams.FMin >= AParams.FMax then exit;
393 AParams.FMax := AParams.FAxisToGraph(AParams.FMax);
395 EnsureOrder(AParams.FMin, AParams.FMax);
398 eps := (AParams.FMax - AParams.FMin) * RANGE_EPSILON;
405 if m > AParams.FMax then begin
686 AParams.FMax := helper.FOrigParams.FMax / DATE_STEP_INTERVALS[helper.FStep];
696 while (x <= helper.FOrigParams.FMax) and (cnt < MAX_COUNT) do begin
[all …]
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtaintervalsources.pas268 imageWidth := Abs(ToImage(FMax) - ToImage(FMin));
292 while m <= AParams.FMax do begin
331 ABestStep := (AParams.FMax - AParams.FMin) / bestCount;
387 if AParams.FMin >= AParams.FMax then exit;
392 AParams.FMax := AParams.FAxisToGraph(AParams.FMax);
394 EnsureOrder(AParams.FMin, AParams.FMax);
397 eps := (AParams.FMax - AParams.FMin) * RANGE_EPSILON;
404 if m > AParams.FMax then begin
668 AParams.FMax := helper.FOrigParams.FMax / DATE_STEP_INTERVALS[helper.FStep];
678 while (x <= helper.FOrigParams.FMax) and (cnt < MAX_COUNT) do begin
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtaintervalsources.pas269 imageWidth := Abs(ToImage(FMax) - ToImage(FMin));
293 while m <= AParams.FMax do begin
332 ABestStep := (AParams.FMax - AParams.FMin) / bestCount;
388 if AParams.FMin >= AParams.FMax then exit;
393 AParams.FMax := AParams.FAxisToGraph(AParams.FMax);
395 EnsureOrder(AParams.FMin, AParams.FMax);
398 eps := (AParams.FMax - AParams.FMin) * RANGE_EPSILON;
405 if m > AParams.FMax then begin
686 AParams.FMax := helper.FOrigParams.FMax / DATE_STEP_INTERVALS[helper.FStep];
696 while (x <= helper.FOrigParams.FMax) and (cnt < MAX_COUNT) do begin
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/Dialect/SPIRV/
H A Dglslops.mlir54 // spv.GLSL.FMax
58 // CHECK: spv.GLSL.FMax {{%.*}}, {{%.*}} : f32
59 %2 = spv.GLSL.FMax %arg0, %arg1 : f32
64 // CHECK: spv.GLSL.FMax {{%.*}}, {{%.*}} : vector<3xf16>
65 %2 = spv.GLSL.FMax %arg0, %arg1 : vector<3xf16>
70 // CHECK: spv.GLSL.FMax {{%.*}}, {{%.*}} : f64
71 %2 = spv.GLSL.FMax %arg0, %arg1 : f64
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/tablet/
H A Dlaztabletother.pas28 FMax: integer;
38 property Max: integer read FMax;
53 FMax := 0;
H A Dlaztabletwin.pas28 FMax: integer;
45 property Max: integer read FMax;
106 FMax := 0;
125 FMax := Max;
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw30329.pp9 FMin, FMax: TGF2DPoint;
16 Result.FMax[0]:=3.0;
17 Result.FMax[1]:=4.0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/Dialect/SPIRV/
H A Dglslops.mlir54 // spv.GLSL.FMax
58 // CHECK: spv.GLSL.FMax {{%.*}}, {{%.*}} : f32
59 %2 = spv.GLSL.FMax %arg0, %arg1 : f32
64 // CHECK: spv.GLSL.FMax {{%.*}}, {{%.*}} : vector<3xf16>
65 %2 = spv.GLSL.FMax %arg0, %arg1 : vector<3xf16>
70 // CHECK: spv.GLSL.FMax {{%.*}}, {{%.*}} : f64
71 %2 = spv.GLSL.FMax %arg0, %arg1 : f64
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/shaders-msl/asm/frag/
H A Dmin-max-clamp.invalid.asm.frag83 %51 = OpExtInst %float %1 FMax %49 %50
110 %71 = OpExtInst %v2float %1 FMax %69 %70
137 %91 = OpExtInst %v3float %1 FMax %89 %90
164 %111 = OpExtInst %v4float %1 FMax %109 %110
191 %131 = OpExtInst %half %1 FMax %129 %130
218 %151 = OpExtInst %v2half %1 FMax %149 %150
245 %171 = OpExtInst %v3half %1 FMax %169 %170
272 %191 = OpExtInst %v4half %1 FMax %189 %190
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-msl-no-opt/frag/
H A Dmin-max-clamp.invalid.asm.frag83 %51 = OpExtInst %float %1 FMax %49 %50
110 %71 = OpExtInst %v2float %1 FMax %69 %70
137 %91 = OpExtInst %v3float %1 FMax %89 %90
164 %111 = OpExtInst %v4float %1 FMax %109 %110
191 %131 = OpExtInst %half %1 FMax %129 %130
218 %151 = OpExtInst %v2half %1 FMax %149 %150
245 %171 = OpExtInst %v3half %1 FMax %169 %170
272 %191 = OpExtInst %v4half %1 FMax %189 %190
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-msl-no-opt/frag/
H A Dmin-max-clamp.invalid.asm.frag83 %51 = OpExtInst %float %1 FMax %49 %50
110 %71 = OpExtInst %v2float %1 FMax %69 %70
137 %91 = OpExtInst %v3float %1 FMax %89 %90
164 %111 = OpExtInst %v4float %1 FMax %109 %110
191 %131 = OpExtInst %half %1 FMax %129 %130
218 %151 = OpExtInst %v2half %1 FMax %149 %150
245 %171 = OpExtInst %v3half %1 FMax %169 %170
272 %191 = OpExtInst %v4half %1 FMax %189 %190
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/shaders-msl/asm/frag/
H A Dmin-max-clamp.invalid.asm.frag83 %51 = OpExtInst %float %1 FMax %49 %50
110 %71 = OpExtInst %v2float %1 FMax %69 %70
137 %91 = OpExtInst %v3float %1 FMax %89 %90
164 %111 = OpExtInst %v4float %1 FMax %109 %110
191 %131 = OpExtInst %half %1 FMax %129 %130
218 %151 = OpExtInst %v2half %1 FMax %149 %150
245 %171 = OpExtInst %v3half %1 FMax %169 %170
272 %191 = OpExtInst %v4half %1 FMax %189 %190
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/shaders-msl-no-opt/frag/
H A Dmin-max-clamp.invalid.asm.frag83 %51 = OpExtInst %float %1 FMax %49 %50
110 %71 = OpExtInst %v2float %1 FMax %69 %70
137 %91 = OpExtInst %v3float %1 FMax %89 %90
164 %111 = OpExtInst %v4float %1 FMax %109 %110
191 %131 = OpExtInst %half %1 FMax %129 %130
218 %151 = OpExtInst %v2half %1 FMax %149 %150
245 %171 = OpExtInst %v3half %1 FMax %169 %170
272 %191 = OpExtInst %v4half %1 FMax %189 %190
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/shaders-msl-no-opt/frag/
H A Dmin-max-clamp.invalid.asm.frag83 %51 = OpExtInst %float %1 FMax %49 %50
110 %71 = OpExtInst %v2float %1 FMax %69 %70
137 %91 = OpExtInst %v3float %1 FMax %89 %90
164 %111 = OpExtInst %v4float %1 FMax %109 %110
191 %131 = OpExtInst %half %1 FMax %129 %130
218 %151 = OpExtInst %v2half %1 FMax %149 %150
245 %171 = OpExtInst %v3half %1 FMax %169 %170
272 %191 = OpExtInst %v4half %1 FMax %189 %190
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/shaders-msl/asm/frag/
H A Dmin-max-clamp.invalid.asm.frag83 %51 = OpExtInst %float %1 FMax %49 %50
110 %71 = OpExtInst %v2float %1 FMax %69 %70
137 %91 = OpExtInst %v3float %1 FMax %89 %90
164 %111 = OpExtInst %v4float %1 FMax %109 %110
191 %131 = OpExtInst %half %1 FMax %129 %130
218 %151 = OpExtInst %v2half %1 FMax %149 %150
245 %171 = OpExtInst %v3half %1 FMax %169 %170
272 %191 = OpExtInst %v4half %1 FMax %189 %190
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-msl-no-opt/frag/
H A Dmin-max-clamp.invalid.asm.frag83 %51 = OpExtInst %float %1 FMax %49 %50
110 %71 = OpExtInst %v2float %1 FMax %69 %70
137 %91 = OpExtInst %v3float %1 FMax %89 %90
164 %111 = OpExtInst %v4float %1 FMax %109 %110
191 %131 = OpExtInst %half %1 FMax %129 %130
218 %151 = OpExtInst %v2half %1 FMax %149 %150
245 %171 = OpExtInst %v3half %1 FMax %169 %170
272 %191 = OpExtInst %v4half %1 FMax %189 %190
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/shaders-msl/asm/frag/
H A Dmin-max-clamp.invalid.asm.frag83 %51 = OpExtInst %float %1 FMax %49 %50
110 %71 = OpExtInst %v2float %1 FMax %69 %70
137 %91 = OpExtInst %v3float %1 FMax %89 %90
164 %111 = OpExtInst %v4float %1 FMax %109 %110
191 %131 = OpExtInst %half %1 FMax %129 %130
218 %151 = OpExtInst %v2half %1 FMax %149 %150
245 %171 = OpExtInst %v3half %1 FMax %169 %170
272 %191 = OpExtInst %v4half %1 FMax %189 %190
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/atflatcontrols/
H A Datscrollbar.pas129 FMax: Int64;
242 property Max: Int64 read FMax write SetMax default 100;
327 FMax:= 100;
560 Position:= Math.Min(FMax-FPageSize,
947 if FMax<>Value then
949 FMax:= Value;
950 FPos:= Math.Min(FPos, FMax);
976 if AValue>FMax then
977 AValue:= FMax;
1023 N:= Math.Min(N, FMax-FPageSize);
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/Dialect/SPIRV/Serialization/
H A Dglsl-ops.mlir7 // CHECK: {{%.*}} = spv.GLSL.FMax {{%.*}}, {{%.*}} : f32
8 %1 = spv.GLSL.FMax %arg0, %arg1 : f32

12345678910>>...21