Home
last modified time | relevance | path

Searched +defs:blo +defs:t +defs:s (Results 1 – 25 of 73) sorted by relevance

123

/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/math/
H A Dsqrt.c20 uint64_t blo = b&0xffffffff; in mul64() local
109 uint64_t r, s, d, u, i; in sqrt() local
140 double y, t; in sqrt() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Dsqrt.c20 uint64_t blo = b&0xffffffff; in mul64() local
109 uint64_t r, s, d, u, i; in sqrt() local
140 double y, t; in sqrt() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/math/
H A Dsqrt.c20 uint64_t blo = b&0xffffffff; in mul64() local
109 uint64_t r, s, d, u, i; in sqrt() local
140 double y, t; in sqrt() local
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/math/
H A Dsqrt.c20 uint64_t blo = b&0xffffffff; in mul64() local
109 uint64_t r, s, d, u, i; in sqrt() local
140 double y, t; in sqrt() local
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Dsqrt.c20 uint64_t blo = b&0xffffffff; in mul64() local
109 uint64_t r, s, d, u, i; in sqrt() local
140 double y, t; in sqrt() local
/dports/lang/mosml/mosml-ver-2.10.1/examples/paulson/
H A Dsample8.sml95 Delayed f => let val s = f() value
378 type t type
379 val blo : int * t list -> t value
388 datatype t = type
427 fun blo (indent,es) = function
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler/test/
H A Dsample8.sml95 Delayed f => let val s = f() value
378 type t type
379 val blo : int * t list -> t value
388 datatype t = type
427 fun blo (indent,es) = function
/dports/devel/ga/ga-5.8/global/testing/
H A Dmulmatpatchc.c40 time_t t; in main() local
43 int s, same_dist, ampos, akpos, bkpos, bnpos, cmpos, cnpos; in main() local
147 int blo[4], bhi[4], bld[3]; in dpatch_test() local
/dports/misc/vxl/vxl-3.3.2/contrib/mul/msm/
H A Dmsm_points.cxx91 double s; in scale() local
121 void msm_points::scale_by(double s) in scale_by()
154 void msm_points::transform_by(const vimt_transform_2d& t) in transform_by()
192 vgl_point_2d<double> blo,bhi; in bounds() local
/dports/math/gretl/gretl-2021d/plugin/
H A Dquantreg.c104 int *s, *h; member
188 int t; in rq_loglik() local
220 int i, s, t; in rq_transcribe_results() local
269 double blo, bhi; in rq_attach_intervals() local
764 int i, t; in rq_workspace_init() local
943 int i, t, err = 0; in rq_fn_nid_VCV() local
1070 double blo, bhi; in write_tbeta_block_br() local
1309 int i, s, t, v; in rq_make_matrices() local
1478 int i, j, t, v; in rq_refill_matrices() local
1499 int t, s = 0; in good_observations_array() local
/dports/devel/ga/ga-5.8/global/src/
H A Dcapi.c2229 Integer s = (Integer)g_sbit; in GA_Scan_add() local
2242 Integer s = (Integer)g_sbit; in GA_Scan_add64() local
2255 Integer s = (Integer)g_sbit; in GA_Scan_copy() local
2267 Integer s = (Integer)g_sbit; in GA_Scan_copy64() local
2294 Integer s = (Integer)g_mask; in GA_Pack() local
2306 Integer s = (Integer)g_mask; in GA_Pack64() local
2318 Integer s = (Integer)g_mask; in GA_Unpack() local
4306 Integer s = (Integer)g_s; in GA_Diag_seq() local
4323 Integer s = (Integer)g_s; in GA_Diag() local
4341 Integer s = (Integer)g_s; in GA_Diag_reuse() local
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/s11n/
H A Dgapi_sample_pipelines_s11n.cpp270 const auto diff = [](cv::Mat m1, cv::Mat m2, int t) { in TEST()
459 cv::Size s; in TEST() local
489 std::vector<cv::Size> s; in TEST() local
519 std::vector<cv::Size> s{cv::Size(11, 22), cv::Size(13, 18)}; in TEST() local
577 std::string s("hello"); in TEST() local
620 bool blo = false; in TEST() local
737 bool blo = false; in TEST() local
/dports/science/smoldyn/smoldyn-2.67/source/libSteve/
H A DRn.c15 int makeV(float *c,int n,char *s) { in makeV()
27 int makeM(float *c,int m,int n,char *s) { in makeM()
154 float *printM(float *a,int m,int n,char s[]) { in printM()
168 float *sprintM(float *a,int m,int n,char s[],char *t,int tn) { in sprintM()
242 float detpart(float *a,int n,char s[],int i) { in detpart()
264 char *s; in detM() local
652 int i,j,blo,bhi; in convolveV() local
668 int i,j,blo,bhi; in correlateV() local
H A Drxnparam.c399 double logstep,steplo,stephi,problo,probhi,blo,bhi,step0,step1,logb; in numrxnrateprob() local
720 double t,z,ans; in rxnparam_erfccD() local
924 double *r,*rdfa,*rdfd,dr,s,b,flux,eps; in rdfmaketable() local
1012 double *r,*rdfa,*rdfd,dr,s,b,prob,flux,eps; in rdfmaketableprob() local
/dports/science/smoldyn/smoldyn-2.67/source/SmolEmulate/
H A DSmolEmulate.c305 double s; in emusetrmsstep() local
561 double flux,fluxold,numflux,numfluxprob,tmax,dtrecord,t,fluxmax,dt,*r,*rdfa,*rdfd; in emurateconstant() local
672 double a,s,blo,bhi,bstep; in emugraphnumrxnrateb() local
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.c4678 static double get_obsx (const double *obs, int t, int s) in get_obsx()
5610 int t; in print_user_y_data() local
5695 int t; in print_user_pm_data() local
6828 double tau_i, bi, se, blo, bhi; in plot_tau_sequence() local
7098 int i, t, s, s0; in panel_means_ts_plot() local
7159 int i, t, s; in panel_means_XY_scatter() local
7401 int i, t, s, s0; in panel_overlay_ts_plot() local
7542 int i, s, t, t0; in panel_grid_ts_plot() local
7823 int t; in real_irf_print_plot() local
9297 int i, s, t, T; in hf_plot() local
[all …]
/dports/astro/astrometry/astrometry.net-0.85/libkd/
H A Dkdtree_internal.c1848 Unused ttype t = POINT_DT(kd, d, dat[d], KD_ROUND); in kdtree_check_node() local
2273 ttype s; in MANGLE() local
2659 etype alo, ahi, blo, bhi; in MANGLE() local
2691 etype alo, ahi, blo, bhi; in MANGLE() local
2732 etype alo, ahi, blo, bhi; in MANGLE() local
2773 etype alo, ahi, blo, bhi; in MANGLE() local
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/libkd/
H A Dkdtree_internal.c1892 Unused ttype t = POINT_DT(kd, d, dat[d], KD_ROUND); in kdtree_check_node() local
2328 ttype s; in MANGLE() local
2731 etype alo, ahi, blo, bhi; in MANGLE() local
2763 etype alo, ahi, blo, bhi; in MANGLE() local
2804 etype alo, ahi, blo, bhi; in MANGLE() local
2845 etype alo, ahi, blo, bhi; in MANGLE() local
/dports/www/searx/searx-1.0.0/searx/data/
H A Dexternal_bangs.json1107 "t": { object
2079 "t": { object
3004 "t": { object
3848 "blo": "http://diablo.wikia.com/wiki/Special:Search?query=\u0002\u000181", string
4342 "t": { object
4953 "t": { object
5864 "t": { object
6984 "t": { object
7760 "t": { object
8415 "t": { object
[all …]
/dports/math/asl/solvers/
H A Ddtoa.c1704 s2b(const char *s, int nd0, int nd, ULong y9, int dplen MTd) in s2b()
2535 match(const char **sp, const char *t) in match()
2538 const char *s = *sp; in match() local
2555 const char *s; in hexnan() local
2722 const unsigned char *decpt, *s0, *s, *s1; in gethex() local
3436 const char *s, *s0, *s1; in gethex() local
3444 ULLong bhi, blo, brv, t00, t01, t02, t10, t11, terv, tg, tlo, yz; in gethex() local
4877 nrv_alloc(const char *s, char *s0, size_t s0len, char **rve, int n MTd) in gethex()
4879 char *rv, *t; in gethex() local
4904 freedtoa(char *s) in gethex()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/c/types/
H A Ddtoa.c1706 s2b(const char *s, int nd0, int nd, ULong y9, int dplen MTd) in s2b()
2537 match(const char **sp, const char *t) in match()
2540 const char *s = *sp; in match() local
2557 const char *s; in hexnan() local
2724 const unsigned char *decpt, *s0, *s, *s1; in gethex() local
3438 const char *s, *s0, *s1; in gethex() local
3446 ULLong bhi, blo, brv, t00, t01, t02, t10, t11, terv, tg, tlo, yz; in gethex() local
4879 nrv_alloc(const char *s, char *s0, size_t s0len, char **rve, int n MTd) in gethex()
4881 char *rv, *t; in gethex() local
4906 freedtoa(char *s) in gethex()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_Strtod.cxx1730 s2b(const char *s, int nd0, int nd, ULong y9, int dplen MTd) in s2b()
2561 match(const char **sp, const char *t) in match()
2564 const char *s = *sp; in match() local
2581 const char *s; in hexnan() local
2748 const unsigned char *decpt, *s0, *s, *s1; local
3463 const char *s, *s0, *s1; local
3471 ULLong bhi, blo, brv, t00, t01, t02, t10, t11, terv, tg, tlo, yz; local
4910 nrv_alloc(const char *s, char *s0, size_t s0len, char **rve, int n MTd)
4912 char *rv, *t; local
4937 freedtoa(char *s)
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dint_helper.c987 int32_t t = (int32_t)c->s16[i] + (prod >> 15); in helper_vmhaddshs() local
1229 int s = c->VsrB(i) & 0x1f; in helper_vperm() local
1248 int s = c->VsrB(i) & 0x1f; in helper_vpermr() local
1712 ppc_vsr_t t = { }; local
1728 ppc_vsr_t t = *xt; in helper_xxinsertw() local
1806 int64_t t; in helper_vsumsws() local
1833 int64_t t = (int64_t)b->VsrSW(upper + i * 2); in helper_vsum2sws() local
1854 int64_t t = (int64_t)b->s32[i]; in helper_vsum4sbs() local
1873 int64_t t = (int64_t)b->s32[i]; in helper_vsum4shs() local
1890 uint64_t t = (uint64_t)b->u32[i]; in helper_vsum4ubs() local
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/gtkgensurf/
H A Dtriangle.c3014 void printtriangle(t) in printtriangle() argument
3098 void printshelle(s) in printshelle() argument
3970 #define Two_Product_Presplit(a, b, bhi, blo, x, y) \ argument
4186 REAL ahi, alo, bhi, blo; local
4278 REAL ahi, alo, bhi, blo; local
4463 REAL ahi, alo, bhi, blo; local
/dports/games/netradiant/netradiant-20150621-src/contrib/gtkgensurf/
H A Dtriangle.c3016 void printtriangle( t ) in printtriangle() argument
3109 void printshelle( s ) in printshelle() argument
3988 #define Two_Product_Presplit( a, b, bhi, blo, x, y ) \ argument
4206 REAL ahi, alo, bhi, blo; local
4298 REAL ahi, alo, bhi, blo; local
4487 REAL ahi, alo, bhi, blo; local

123