Home
last modified time | relevance | path

Searched refs:InterpolationTest (Results 1 – 15 of 15) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dinterpolations.cpp796 void InterpolationTest::testMultiSpline() { in testMultiSpline()
902 void InterpolationTest::testAsFunctor() { in testAsFunctor()
957 void InterpolationTest::testFritschButland() { in testFritschButland()
993 void InterpolationTest::testBackwardFlat() { in testBackwardFlat()
1111 void InterpolationTest::testForwardFlat() { in testForwardFlat()
1228 void InterpolationTest::testSabrInterpolation(){ in testSabrInterpolation()
1684 void InterpolationTest::testBicubicUpdate() { in testBicubicUpdate()
2009 void InterpolationTest::testSabrSingleCases() { in testSabrSingleCases()
2037 void InterpolationTest::testTransformations() { in testTransformations()
2366 void InterpolationTest::testBSplines() { in testBSplines()
[all …]
H A Dinterpolations.hpp31 class InterpolationTest { class
H A Dquantlibbenchmark.cpp314 &InterpolationTest::testSabrInterpolation, 2266.06)); in init_unit_test_suite()
H A Dquantlibtestsuite.cpp429 test->add(InterpolationTest::suite()); in init_unit_test_suite()
/dports/devel/p5-self/self-0.36/t/
H A D03.interpolation.t4 use InterpolationTest;
9 my $t = InterpolationTest->new;
/dports/devel/p5-self/self-0.36/t/lib/
H A DInterpolationTest.pm4 package InterpolationTest; package
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdValueClips/interpolation/
H A Droot.usda3 def "InterpolationTest" (
/dports/devel/p5-self/self-0.36/
H A DMANIFEST24 t/lib/InterpolationTest.pm
/dports/databases/grass7/grass-7.8.6/raster/r.series.interp/testsuite/
H A Dinterp_test.py6 class InterpolationTest(TestCase): class
/dports/devel/elixir-gettext/gettext-0.15.0/test/gettext/
H A Dinterpolation_test.exs1 defmodule Gettext.InterpolationTest do module
/dports/graphics/f3d/f3d-1.2.1/cmake/
H A Dtesting.cmake127 f3d_test(NAME TestAnimationIndex DATA InterpolationTest.glb ARGS --animation-index=7)
141 …f3d_test(NAME TestInteractionAnimation DATA InterpolationTest.glb ARGS --animation-index=-1 INTERA…
150 …f3d_test(NAME TestVerboseAnimation DATA InterpolationTest.glb ARGS --verbose NO_BASELINE REGEXP "7…
152 …f3d_test(NAME TestVerboseAnimationIndexError1 DATA InterpolationTest.glb ARGS --animation-index=48…
232 f3d_test(NAME TestInteractionAnimationNotStopped DATA InterpolationTest.glb NO_BASELINE INTERACTION…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/blink/prediction/
H A Dprediction_metrics_handler_unittest.cc116 TEST_F(PredictionMetricsHandlerTest, InterpolationTest) { in TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/prediction/
H A Dprediction_metrics_handler_unittest.cc118 TEST_F(PredictionMetricsHandlerTest, InterpolationTest) { in TEST_F() argument
/dports/graphics/f3d/f3d-1.2.1/data/testing/
H A DDATA_LICENSES.md20 InterpolationTest.glb: glTF-Sample-Models: Public Domain
/dports/sysutils/docker-compose/docker-compose-1.24.0/tests/unit/config/
H A Dconfig_test.py3447 class InterpolationTest(unittest.TestCase): class