Home
last modified time | relevance | path

Searched refs:GetMinMaxVal (Results 1 – 21 of 21) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting_shade_surf.cpp176 GetMinMaxVal ( xVal, &xStart, &xEnd ); in handle_args()
177 GetMinMaxVal ( yVal, &yStart, &yEnd ); in handle_args()
193 GetMinMaxVal ( zVal, &datamin, &datamax ); in handle_args()
H A Dplotting_surface.cpp171 GetMinMaxVal ( xVal, &xStart, &xEnd ); in handle_args()
172 GetMinMaxVal ( yVal, &yStart, &yEnd ); in handle_args()
189 GetMinMaxVal ( zVal, &datamin, &datamax ); in handle_args()
H A Dplotting_contour.cpp200 GetMinMaxVal ( xVal, &xStart, &xEnd ); in handle_args()
201 GetMinMaxVal ( yVal, &yStart, &yEnd ); in handle_args()
217 GetMinMaxVal ( zVal, &datamin, &datamax ); in handle_args()
581 GetMinMaxVal ( xValTemp, &xmin, &xmax ); in old_body()
582 GetMinMaxVal ( yValTemp, &ymin, &ymax ); in old_body()
H A Dplotting.cpp96 void GetMinMaxVal(DDoubleGDL* val, double* minVal, double* maxVal) in GetMinMaxVal() function
H A Dplotting.hpp325 void GetMinMaxVal( DDoubleGDL* val, double* minVal, double* maxVal);
/dports/devel/llvm10/llvm-10.0.1.src/unittests/Support/
H A DKnownBitsTest.cpp130 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/Support/
H A DKnownBitsTest.cpp130 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Support/
H A DKnownBitsTest.cpp175 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Support/
H A DKnownBitsTest.cpp175 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/Support/
H A DKnownBitsTest.cpp254 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/UtilityLib/
H A Delementdata.h218 …virtual int GetMinMaxVal(double& min, double& max, bool& justoneLimit) {min = minval; max = maxval… in GetMinMaxVal() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/Support/
H A DKnownBitsTest.cpp371 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/Support/
H A DKnownBitsTest.cpp371 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Support/
H A DKnownBitsTest.cpp406 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/Support/
H A DKnownBitsTest.cpp389 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DKnownBitsTest.cpp389 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DKnownBitsTest.cpp389 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/Support/
H A DKnownBitsTest.cpp389 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DKnownBitsTest.cpp389 TEST(KnownBitsTest, GetMinMaxVal) { in TEST() argument
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DCustomEditDialog.cpp605 ed.GetMinMaxVal(mi, ma, oneL); in CreateDialogItems()
H A DTreeViewCustomEditDialog.cpp783 ed.GetMinMaxVal(mi, ma, oneLimit); in UpdateDialogItems()