Home
last modified time | relevance | path

Searched refs:argf (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/logic/
H A Dfootball.cpp233 double argf[7]; in computePlayerBallIntercepts() local
236 argf[i] = args[i]; in computePlayerBallIntercepts()
238 var10 = (argf[3] - argf[1]) / (argf[2] - argf[0]); in computePlayerBallIntercepts()
241 var18 = (argf[5] + argf[1] + var20) * argf[4] * var10 * 2 + in computePlayerBallIntercepts()
242 argf[6] * argf[6] * var28 + argf[4] * argf[4] - in computePlayerBallIntercepts()
243 argf[0] * argf[0] * var10 * var10 - in computePlayerBallIntercepts()
244 argf[5] * argf[0] * var10 * 2 - in computePlayerBallIntercepts()
245 argf[5] * argf[1] * 2 - in computePlayerBallIntercepts()
246 argf[1] * argf[1] - argf[5] * argf[5]; in computePlayerBallIntercepts()
251 var30_ = argf[4] + argf[5] * var10 + argf[1] * var10 + argf[0] * var10 * var10; in computePlayerBallIntercepts()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/logic/
H A Dfootball.cpp233 double argf[7]; in computePlayerBallIntercepts() local
236 argf[i] = args[i]; in computePlayerBallIntercepts()
238 var10 = (argf[3] - argf[1]) / (argf[2] - argf[0]); in computePlayerBallIntercepts()
241 var18 = (argf[5] + argf[1] + var20) * argf[4] * var10 * 2 + in computePlayerBallIntercepts()
242 argf[6] * argf[6] * var28 + argf[4] * argf[4] - in computePlayerBallIntercepts()
243 argf[0] * argf[0] * var10 * var10 - in computePlayerBallIntercepts()
244 argf[5] * argf[0] * var10 * 2 - in computePlayerBallIntercepts()
245 argf[5] * argf[1] * 2 - in computePlayerBallIntercepts()
246 argf[1] * argf[1] - argf[5] * argf[5]; in computePlayerBallIntercepts()
251 var30_ = argf[4] + argf[5] * var10 + argf[1] * var10 + argf[0] * var10 * var10; in computePlayerBallIntercepts()
[all …]
/dports/graphics/colmap/colmap-3.6/lib/PBA/
H A DConfigBA.cpp391 float argf; in ParseParam() local
406 if (i + 1 < argc && sscanf(param, "%f", &argf) && argf >= 0) in ParseParam()
410 if (i + 1 < argc && sscanf(param, "%f", &argf) && argf >= 0) in ParseParam()
414 if (i + 1 < argc && sscanf(param, "%f", &argf) && argf > 0) in ParseParam()
418 if (i + 1 < argc && sscanf(param, "%f", &argf) && argf > 0) in ParseParam()
422 if (i + 1 < argc && sscanf(param, "%f", &argf) && argf > 0) in ParseParam()
426 if (i + 1 < argc && sscanf(param, "%f", &argf) && argf > 0) in ParseParam()
438 if (i + 1 < argc && sscanf(param, "%f", &argf) && argf > 0) in ParseParam()
442 if (i + 1 < argc && sscanf(param, "%f", &argf) && argf > 0) in ParseParam()
519 if (i + 1 < argc && sscanf(param, "%f", &argf) && argf > 0) in ParseParam()
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/argf/shared/
H A Deach_codepoint.rb12 argf @filenames do
18 argf @filenames do
24 argf @filenames do
30 argf @filenames do
36 argf @filenames do
43 argf @filenames do
51 argf @filenames do
H A Deach_line.rb11 argf [@file1_name, @file2_name] do
17 argf [@file1_name, @file2_name] do
23 argf [@file1_name, @file2_name] do
31 argf [@file1_name, @file2_name] do
38 argf [@file1_name, @file2_name] do
47 argf [@file1_name, @file2_name] do
55 argf [@file1_name, @file2_name] do
H A Dread.rb11 argf [@file1_name] do
17 argf [@file1_name] do
25 argf [@file1_name] do
33 argf [@file1_name] do
39 argf [@file1_name] do
53 argf ['/dev/zero'] do
H A Deach_byte.rb12 argf [@file1_name, @file2_name] do
20 argf [@file1_name, @file2_name] do
26 argf [@file1_name, @file2_name] do
38 argf [@file1_name, @file2_name] do
51 argf [@file1_name, @file2_name] do
H A Deach_char.rb12 argf [@file1_name, @file2_name] do
20 argf [@file1_name, @file2_name] do
26 argf [@file1_name, @file2_name] do
38 argf [@file1_name, @file2_name] do
51 argf [@file1_name, @file2_name] do
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/videostab/samples/
H A Dvideostab.cpp18 #define argf(name) cmd.get<float>(name) macro
205 ransac.thresh = argf(prefix + "thresh"); in build()
206 ransac.eps = argf(prefix + "outlier-ratio"); in build()
411 … stab->setTrimRatio(arg("lps-trim-ratio") == "auto" ? argf("trim-ratio") : argf("lps-trim-ratio")); in main()
412 stab->setWeight1(argf("lps-w1")); in main()
413 stab->setWeight2(argf("lps-w2")); in main()
414 stab->setWeight3(argf("lps-w3")); in main()
415 stab->setWeight4(argf("lps-w4")); in main()
502 deblurer->setSensitivity(argf("deblur-sens")); in main()
507 stabilizer->setTrimRatio(argf("trim-ratio")); in main()
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/argf/
H A Dread_spec.rb18 argf [@file1_name] do
24 argf [@file1_name] do
30 argf [@file1_name, @file2_name] do
36 argf [@file1_name, @file2_name] do
43 argf [@file1_name, @file2_name] do
60 argf [@file1_name, @file1_name] do
82 argf [@file1_name, @file2_name] do
H A Dreadpartial_spec.rb18 argf [@file1_name] do
24 argf [@file1_name, @file2_name] do
34 argf [@file1_name] do
44 argf [@file1_name, @file2_name] do
51 argf [@file1_name, @file2_name] do
58 argf [@file1_name, @file2_name] do
H A Dread_nonblock_spec.rb20 argf [@file1_name] do
27 argf [@file1_name, @file2_name] do
33 argf [@file1_name, @file2_name] do
66 argf ['-'] do
74 argf ['-'] do
H A Dset_encoding_spec.rb9 argf [@file] do
17 argf [@file] do
25 argf [@file] do
34 argf [@file] do
H A Dbinmode_spec.rb11 argf [@bin_file] do
18 argf [@bin_file, @bin_file] do
26 argf [@bin_file, @bin_file] do
35 argf [@bin_file, @file1] do
/dports/lang/ruby26/ruby-2.6.9/spec/mspec/spec/helpers/
H A Dargf_spec.rb12 argf @argv do
20 argf @argv do
27 argf ['-'] do
33 argf @argv do
34 lambda { argf @argv }.should raise_error
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/test/
H A Dtest_sprintf.cpp35 const float argf = 0.456F; in Test_ScriptSprintf() local
39 params[1].SetFloat(argf); in Test_ScriptSprintf()
97 argi, argf, argcc); in Test_ScriptSprintf()
108 result = ScriptVSprintf__(ScSfBuffer, STD_BUFFER_SIZE, "%zzzzzz", argi, argf, argcc); in Test_ScriptSprintf()
110 result = ScriptVSprintf__(ScSfBuffer, STD_BUFFER_SIZE, "%12.34%d", argi, argf, argcc); in Test_ScriptSprintf()
114 result = ScriptVSprintf__(ScSfBuffer, 9, "12345678%d", argi, argf, argcc); in Test_ScriptSprintf()
116 result = ScriptVSprintf__(ScSfBuffer, 11, "12345678%d", argi, argf, argcc); in Test_ScriptSprintf()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/tests/
H A Dtest_sprintf.cpp42 const float argf = 0.456F; in Test_ScriptSprintf() local
46 params[1].SetFloat(argf); in Test_ScriptSprintf()
104 argi, argf, argcc); in Test_ScriptSprintf()
115 result = ScriptVSprintf__(ScSfBuffer, STD_BUFFER_SIZE, "%zzzzzz", argi, argf, argcc); in Test_ScriptSprintf()
117 result = ScriptVSprintf__(ScSfBuffer, STD_BUFFER_SIZE, "%12.34%d", argi, argf, argcc); in Test_ScriptSprintf()
121 result = ScriptVSprintf__(ScSfBuffer, 9, "12345678%d", argi, argf, argcc); in Test_ScriptSprintf()
123 result = ScriptVSprintf__(ScSfBuffer, 11, "12345678%d", argi, argf, argcc); in Test_ScriptSprintf()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/AOR_v20.02/math/test/
H A Dulp.c242 static float v_sinf(float x) { return __v_sinf(argf(x))[0]; } in v_sinf()
243 static float v_cosf(float x) { return __v_cosf(argf(x))[0]; } in v_cosf()
245 static float v_expf(float x) { return __v_expf(argf(x))[0]; } in v_expf()
247 static float v_exp2f(float x) { return __v_exp2f(argf(x))[0]; } in v_exp2f()
248 static float v_logf(float x) { return __v_logf(argf(x))[0]; } in v_logf()
249 static float v_powf(float x, float y) { return __v_powf(argf(x),argf(y))[0]; } in v_powf()
256 static float vn_sinf(float x) { return __vn_sinf(argf(x))[0]; } in vn_sinf()
257 static float vn_cosf(float x) { return __vn_cosf(argf(x))[0]; } in vn_cosf()
259 static float vn_expf(float x) { return __vn_expf(argf(x))[0]; } in vn_expf()
263 static float vn_powf(float x, float y) { return __vn_powf(argf(x),argf(y))[0]; } in vn_powf()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/
H A Dulp.c242 static float v_sinf(float x) { return __v_sinf(argf(x))[0]; } in v_sinf()
243 static float v_cosf(float x) { return __v_cosf(argf(x))[0]; } in v_cosf()
245 static float v_expf(float x) { return __v_expf(argf(x))[0]; } in v_expf()
247 static float v_exp2f(float x) { return __v_exp2f(argf(x))[0]; } in v_exp2f()
248 static float v_logf(float x) { return __v_logf(argf(x))[0]; } in v_logf()
249 static float v_powf(float x, float y) { return __v_powf(argf(x),argf(y))[0]; } in v_powf()
256 static float vn_sinf(float x) { return __vn_sinf(argf(x))[0]; } in vn_sinf()
257 static float vn_cosf(float x) { return __vn_cosf(argf(x))[0]; } in vn_cosf()
259 static float vn_expf(float x) { return __vn_expf(argf(x))[0]; } in vn_expf()
263 static float vn_powf(float x, float y) { return __vn_powf(argf(x),argf(y))[0]; } in vn_powf()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/test/
H A Dulp.c242 static float v_sinf(float x) { return __v_sinf(argf(x))[0]; } in v_sinf()
243 static float v_cosf(float x) { return __v_cosf(argf(x))[0]; } in v_cosf()
245 static float v_expf(float x) { return __v_expf(argf(x))[0]; } in v_expf()
247 static float v_exp2f(float x) { return __v_exp2f(argf(x))[0]; } in v_exp2f()
248 static float v_logf(float x) { return __v_logf(argf(x))[0]; } in v_logf()
249 static float v_powf(float x, float y) { return __v_powf(argf(x),argf(y))[0]; } in v_powf()
256 static float vn_sinf(float x) { return __vn_sinf(argf(x))[0]; } in vn_sinf()
257 static float vn_cosf(float x) { return __vn_cosf(argf(x))[0]; } in vn_cosf()
259 static float vn_expf(float x) { return __vn_expf(argf(x))[0]; } in vn_expf()
263 static float vn_powf(float x, float y) { return __vn_powf(argf(x),argf(y))[0]; } in vn_powf()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/AOR_v20.02/math/test/
H A Dulp.c242 static float v_sinf(float x) { return __v_sinf(argf(x))[0]; } in v_sinf()
243 static float v_cosf(float x) { return __v_cosf(argf(x))[0]; } in v_cosf()
245 static float v_expf(float x) { return __v_expf(argf(x))[0]; } in v_expf()
247 static float v_exp2f(float x) { return __v_exp2f(argf(x))[0]; } in v_exp2f()
248 static float v_logf(float x) { return __v_logf(argf(x))[0]; } in v_logf()
249 static float v_powf(float x, float y) { return __v_powf(argf(x),argf(y))[0]; } in v_powf()
256 static float vn_sinf(float x) { return __vn_sinf(argf(x))[0]; } in vn_sinf()
257 static float vn_cosf(float x) { return __vn_cosf(argf(x))[0]; } in vn_cosf()
259 static float vn_expf(float x) { return __vn_expf(argf(x))[0]; } in vn_expf()
263 static float vn_powf(float x, float y) { return __vn_powf(argf(x),argf(y))[0]; } in vn_powf()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/
H A Dulp.c242 static float v_sinf(float x) { return __v_sinf(argf(x))[0]; } in v_sinf()
243 static float v_cosf(float x) { return __v_cosf(argf(x))[0]; } in v_cosf()
245 static float v_expf(float x) { return __v_expf(argf(x))[0]; } in v_expf()
247 static float v_exp2f(float x) { return __v_exp2f(argf(x))[0]; } in v_exp2f()
248 static float v_logf(float x) { return __v_logf(argf(x))[0]; } in v_logf()
249 static float v_powf(float x, float y) { return __v_powf(argf(x),argf(y))[0]; } in v_powf()
256 static float vn_sinf(float x) { return __vn_sinf(argf(x))[0]; } in vn_sinf()
257 static float vn_cosf(float x) { return __vn_cosf(argf(x))[0]; } in vn_cosf()
259 static float vn_expf(float x) { return __vn_expf(argf(x))[0]; } in vn_expf()
263 static float vn_powf(float x, float y) { return __vn_powf(argf(x),argf(y))[0]; } in vn_powf()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/test/
H A Dulp.c242 static float v_sinf(float x) { return __v_sinf(argf(x))[0]; } in v_sinf()
243 static float v_cosf(float x) { return __v_cosf(argf(x))[0]; } in v_cosf()
245 static float v_expf(float x) { return __v_expf(argf(x))[0]; } in v_expf()
247 static float v_exp2f(float x) { return __v_exp2f(argf(x))[0]; } in v_exp2f()
248 static float v_logf(float x) { return __v_logf(argf(x))[0]; } in v_logf()
249 static float v_powf(float x, float y) { return __v_powf(argf(x),argf(y))[0]; } in v_powf()
256 static float vn_sinf(float x) { return __vn_sinf(argf(x))[0]; } in vn_sinf()
257 static float vn_cosf(float x) { return __vn_cosf(argf(x))[0]; } in vn_cosf()
259 static float vn_expf(float x) { return __vn_expf(argf(x))[0]; } in vn_expf()
263 static float vn_powf(float x, float y) { return __vn_powf(argf(x),argf(y))[0]; } in vn_powf()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/AOR_v20.02/math/test/
H A Dulp.c242 static float v_sinf(float x) { return __v_sinf(argf(x))[0]; } in v_sinf()
243 static float v_cosf(float x) { return __v_cosf(argf(x))[0]; } in v_cosf()
245 static float v_expf(float x) { return __v_expf(argf(x))[0]; } in v_expf()
247 static float v_exp2f(float x) { return __v_exp2f(argf(x))[0]; } in v_exp2f()
248 static float v_logf(float x) { return __v_logf(argf(x))[0]; } in v_logf()
249 static float v_powf(float x, float y) { return __v_powf(argf(x),argf(y))[0]; } in v_powf()
256 static float vn_sinf(float x) { return __vn_sinf(argf(x))[0]; } in vn_sinf()
257 static float vn_cosf(float x) { return __vn_cosf(argf(x))[0]; } in vn_cosf()
259 static float vn_expf(float x) { return __vn_expf(argf(x))[0]; } in vn_expf()
263 static float vn_powf(float x, float y) { return __vn_powf(argf(x),argf(y))[0]; } in vn_powf()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/
H A Dulp.c242 static float v_sinf(float x) { return __v_sinf(argf(x))[0]; } in v_sinf()
243 static float v_cosf(float x) { return __v_cosf(argf(x))[0]; } in v_cosf()
245 static float v_expf(float x) { return __v_expf(argf(x))[0]; } in v_expf()
247 static float v_exp2f(float x) { return __v_exp2f(argf(x))[0]; } in v_exp2f()
248 static float v_logf(float x) { return __v_logf(argf(x))[0]; } in v_logf()
249 static float v_powf(float x, float y) { return __v_powf(argf(x),argf(y))[0]; } in v_powf()
256 static float vn_sinf(float x) { return __vn_sinf(argf(x))[0]; } in vn_sinf()
257 static float vn_cosf(float x) { return __vn_cosf(argf(x))[0]; } in vn_cosf()
259 static float vn_expf(float x) { return __vn_expf(argf(x))[0]; } in vn_expf()
263 static float vn_powf(float x, float y) { return __vn_powf(argf(x),argf(y))[0]; } in vn_powf()
[all …]

12345678910>>...14