Home
last modified time | relevance | path

Searched refs:ResultDouble (Results 1 – 25 of 48) sorted by relevance

12

/dports/math/glm/glm-0.9.9.8/test/gtx/
H A Dgtx_random.cpp21 double ResultDouble = 0.0f; in test_signedRand1() local
25 ResultDouble += glm::signedRand1<double>(); in test_signedRand1()
29 Error += glm::equalEpsilon(ResultDouble, 0.0, 0.0001); in test_signedRand1()
42 double ResultDouble = 0.0f; in test_normalizedRand2() local
46 ResultDouble += glm::length(glm::normalizedRand2<double>()); in test_normalizedRand2()
50 Error += glm::equalEpsilon(ResultDouble, double(Max), 0.000001) ? 0 : 1; in test_normalizedRand2()
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/gtx/
H A Dgtx_random.cpp21 double ResultDouble = 0.0f; in test_signedRand1() local
25 ResultDouble += glm::signedRand1<double>(); in test_signedRand1()
29 Error += glm::equalEpsilon(ResultDouble, 0.0, 0.0001); in test_signedRand1()
42 double ResultDouble = 0.0f; in test_normalizedRand2() local
46 ResultDouble += glm::length(glm::normalizedRand2<double>()); in test_normalizedRand2()
50 Error += glm::equalEpsilon(ResultDouble, double(Max), 0.000001) ? 0 : 1; in test_normalizedRand2()
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/gtx/
H A Dgtx_random.cpp21 double ResultDouble = 0.0f; in test_signedRand1() local
25 ResultDouble += glm::signedRand1<double>(); in test_signedRand1()
29 Error += glm::equalEpsilon(ResultDouble, 0.0, 0.0001); in test_signedRand1()
42 double ResultDouble = 0.0f; in test_normalizedRand2() local
46 ResultDouble += glm::length(glm::normalizedRand2<double>()); in test_normalizedRand2()
50 Error += glm::equalEpsilon(ResultDouble, double(Max), 0.000001) ? 0 : 1; in test_normalizedRand2()
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/gtx/
H A Dgtx_random.cpp21 double ResultDouble = 0.0f; in test_signedRand1() local
25 ResultDouble += glm::signedRand1<double>(); in test_signedRand1()
29 Error += glm::equalEpsilon(ResultDouble, 0.0, 0.0001); in test_signedRand1()
42 double ResultDouble = 0.0f; in test_normalizedRand2() local
46 ResultDouble += glm::length(glm::normalizedRand2<double>()); in test_normalizedRand2()
50 Error += glm::equalEpsilon(ResultDouble, double(Max), 0.000001) ? 0 : 1; in test_normalizedRand2()
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/gtx/
H A Dgtx_random.cpp21 double ResultDouble = 0.0f; in test_signedRand1() local
25 ResultDouble += glm::signedRand1<double>(); in test_signedRand1()
29 Error += glm::equalEpsilon(ResultDouble, 0.0, 0.0001); in test_signedRand1()
42 double ResultDouble = 0.0f; in test_normalizedRand2() local
46 ResultDouble += glm::length(glm::normalizedRand2<double>()); in test_normalizedRand2()
50 Error += glm::equalEpsilon(ResultDouble, double(Max), 0.000001) ? 0 : 1; in test_normalizedRand2()
/dports/math/glm/glm-0.9.9.8/test/gtc/
H A Dgtc_random.cpp208 double ResultDouble = 0.0; in test_linearRand() local
212 ResultDouble += glm::linearRand(-1.0, 1.0); in test_linearRand()
216 Error += glm::epsilonEqual(ResultDouble, 0.0, 0.0001); in test_linearRand()
230 double ResultDouble = 0.0; in test_circularRand() local
236 ResultDouble += glm::length(glm::circularRand(Radius)); in test_circularRand()
288 double ResultDouble = 0.0; in test_diskRand() local
293 ResultDouble += glm::length(glm::diskRand(2.0)); in test_diskRand()
297 Error += ResultDouble < double(TestSamples) * 2.0 ? 0 : 1; in test_diskRand()
310 double ResultDouble = 0.0; in test_ballRand() local
315 ResultDouble += glm::length(glm::ballRand(2.0)); in test_ballRand()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/gtc/
H A Dgtc_random.cpp206 double ResultDouble = 0.0f; in test_linearRand() local
210 ResultDouble += glm::linearRand(-1.0, 1.0); in test_linearRand()
214 Error += glm::epsilonEqual(ResultDouble, 0.0, 0.0001); in test_linearRand()
228 double ResultDouble = 0.0f; in test_circularRand() local
234 ResultDouble += glm::length(glm::circularRand(Radius)); in test_circularRand()
286 double ResultDouble = 0.0f; in test_diskRand() local
291 ResultDouble += glm::length(glm::diskRand(2.0)); in test_diskRand()
295 Error += ResultDouble < double(TestSamples) * 2.0 ? 0 : 1; in test_diskRand()
308 double ResultDouble = 0.0f; in test_ballRand() local
313 ResultDouble += glm::length(glm::ballRand(2.0)); in test_ballRand()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/gtc/
H A Dgtc_random.cpp208 double ResultDouble = 0.0; in test_linearRand() local
212 ResultDouble += glm::linearRand(-1.0, 1.0); in test_linearRand()
216 Error += glm::epsilonEqual(ResultDouble, 0.0, 0.0001); in test_linearRand()
230 double ResultDouble = 0.0; in test_circularRand() local
236 ResultDouble += glm::length(glm::circularRand(Radius)); in test_circularRand()
288 double ResultDouble = 0.0; in test_diskRand() local
293 ResultDouble += glm::length(glm::diskRand(2.0)); in test_diskRand()
297 Error += ResultDouble < double(TestSamples) * 2.0 ? 0 : 1; in test_diskRand()
310 double ResultDouble = 0.0; in test_ballRand() local
315 ResultDouble += glm::length(glm::ballRand(2.0)); in test_ballRand()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/gtc/
H A Dgtc_random.cpp206 double ResultDouble = 0.0f; in test_linearRand() local
210 ResultDouble += glm::linearRand(-1.0, 1.0); in test_linearRand()
214 Error += glm::epsilonEqual(ResultDouble, 0.0, 0.0001); in test_linearRand()
228 double ResultDouble = 0.0f; in test_circularRand() local
234 ResultDouble += glm::length(glm::circularRand(Radius)); in test_circularRand()
286 double ResultDouble = 0.0f; in test_diskRand() local
291 ResultDouble += glm::length(glm::diskRand(2.0)); in test_diskRand()
295 Error += ResultDouble < double(TestSamples) * 2.0 ? 0 : 1; in test_diskRand()
308 double ResultDouble = 0.0f; in test_ballRand() local
313 ResultDouble += glm::length(glm::ballRand(2.0)); in test_ballRand()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/gtc/
H A Dgtc_random.cpp206 double ResultDouble = 0.0f; in test_linearRand() local
210 ResultDouble += glm::linearRand(-1.0, 1.0); in test_linearRand()
214 Error += glm::epsilonEqual(ResultDouble, 0.0, 0.0001); in test_linearRand()
228 double ResultDouble = 0.0f; in test_circularRand() local
234 ResultDouble += glm::length(glm::circularRand(Radius)); in test_circularRand()
286 double ResultDouble = 0.0f; in test_diskRand() local
291 ResultDouble += glm::length(glm::diskRand(2.0)); in test_diskRand()
295 Error += ResultDouble < double(TestSamples) * 2.0 ? 0 : 1; in test_diskRand()
308 double ResultDouble = 0.0f; in test_ballRand() local
313 ResultDouble += glm::length(glm::ballRand(2.0)); in test_ballRand()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/textproc/textql/textql-1d6fef5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/net/storj/storj-1.45.3/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/dns/blocky/blocky-0.17/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_context.go65 func (c *SQLiteContext) ResultDouble(d float64) { func

12