Home
last modified time | relevance | path

Searched refs:negp (Results 1 – 25 of 124) sorted by relevance

12345

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dharmon.c219 MYFLT *negp = NULL; in harmon234() local
222 if (val < negpk) { negpk = val; negp = x; } in harmon234()
224 if (negp == NULL) in harmon234()
226 for (x = negp; in harmon234()
228 xdist = negp - x; in harmon234()
231 MYFLT pospk, negpk, *posp, *negp; /* NOT SURE: */ in harmon234() local
235 posp = negp = NULL; in harmon234()
241 if (val < negpk) { negpk = val; negp = x; } in harmon234()
243 if (posp == NULL || negp == NULL) in harmon234()
249 for (x = negp; x >= buf0 && *x < FL(0.0); x--); in harmon234()
[all …]
/dports/math/maxima/maxima-5.43.2/share/simplification/
H A Dineq.mac10 matchdeclare([a,b],true,c,negp,d,posp),
16 matchdeclare([a,b],true,c,negp,d,posp)$
19 negp(u):=
20 (mode_declare(u,any,function(negp),boolean),
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Dsysctl.c522 if (*negp) { in do_proc_dointvec_conv()
534 *negp = true; in do_proc_dointvec_conv()
537 *negp = false; in do_proc_dointvec_conv()
1303 *valp = *negp ? -(*lvalp*HZ) : (*lvalp*HZ); in do_proc_dointvec_jiffies_conv()
1308 *negp = true; in do_proc_dointvec_jiffies_conv()
1311 *negp = false; in do_proc_dointvec_jiffies_conv()
1326 *valp = clock_t_to_jiffies(*negp ? -*lvalp : *lvalp); in do_proc_dointvec_userhz_jiffies_conv()
1331 *negp = true; in do_proc_dointvec_userhz_jiffies_conv()
1334 *negp = false; in do_proc_dointvec_userhz_jiffies_conv()
1356 *negp = true; in do_proc_dointvec_ms_jiffies_conv()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Dsysctl.c522 if (*negp) { in do_proc_dointvec_conv()
534 *negp = true; in do_proc_dointvec_conv()
537 *negp = false; in do_proc_dointvec_conv()
1303 *valp = *negp ? -(*lvalp*HZ) : (*lvalp*HZ); in do_proc_dointvec_jiffies_conv()
1308 *negp = true; in do_proc_dointvec_jiffies_conv()
1311 *negp = false; in do_proc_dointvec_jiffies_conv()
1326 *valp = clock_t_to_jiffies(*negp ? -*lvalp : *lvalp); in do_proc_dointvec_userhz_jiffies_conv()
1331 *negp = true; in do_proc_dointvec_userhz_jiffies_conv()
1334 *negp = false; in do_proc_dointvec_userhz_jiffies_conv()
1356 *negp = true; in do_proc_dointvec_ms_jiffies_conv()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/
H A Dsysctl.c522 if (*negp) { in do_proc_dointvec_conv()
534 *negp = true; in do_proc_dointvec_conv()
537 *negp = false; in do_proc_dointvec_conv()
1303 *valp = *negp ? -(*lvalp*HZ) : (*lvalp*HZ); in do_proc_dointvec_jiffies_conv()
1308 *negp = true; in do_proc_dointvec_jiffies_conv()
1311 *negp = false; in do_proc_dointvec_jiffies_conv()
1326 *valp = clock_t_to_jiffies(*negp ? -*lvalp : *lvalp); in do_proc_dointvec_userhz_jiffies_conv()
1331 *negp = true; in do_proc_dointvec_userhz_jiffies_conv()
1334 *negp = false; in do_proc_dointvec_userhz_jiffies_conv()
1356 *negp = true; in do_proc_dointvec_ms_jiffies_conv()
[all …]
/dports/sysutils/dateutils/dateutils-0.4.1/src/
H A Ddround.c564 bool negp = false; in dt_io_strpdtrnd() local
578 negp = true; in dt_io_strpdtrnd()
591 .neg = negp, in dt_io_strpdtrnd()
597 payload.d.neg = negp; in dt_io_strpdtrnd()
611 .neg = negp, in dt_io_strpdtrnd()
616 payload.d.neg = negp; in dt_io_strpdtrnd()
H A Dddiff.c234 bool negp; in ltostr() local
236 if (UNLIKELY((negp = v < 0))) { in ltostr()
259 if (UNLIKELY(negp)) { in ltostr()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dfmtconv.c306 conv_int(__BIGINT_T val, int *lenp, int *negp) in conv_int() argument
321 *negp = 1; in conv_int()
339 *negp = neg; in conv_int()
387 conv_int8(DBLINT64 val, int *lenp, int *negp) in conv_int8() argument
396 *negp = 0; in conv_int8()
407 *negp = 1; in conv_int8()
410 *negp = 1; in conv_int8()
/dports/sysutils/dateutils/dateutils-0.4.1/lib/
H A Dstrops.c115 bool negp = false; in strtoi() local
119 negp = true; in strtoi()
127 } else if (negp) { in strtoi()
/dports/math/maxima/maxima-5.43.2/share/stringproc/
H A Dpregexp.lisp64 (#\[ (let ((negp nil))
68 (setq negp t))
73 (if negp (list :neg-char chars) chars)
137 (let ((r '()) (negp nil))
141 (cond ((char= c #\^) (setq negp t))
154 (if negp (list :neg-char posix-class) posix-class)
/dports/lang/chicken5/chicken-5.3.0/
H A Druntime.c2791 negp = ((*str++) == '-') ? 1 : 0; in C_static_bignum()
2802 C_set_block_item(bigvec, 0, negp); in C_static_bignum()
6546 C_word negp, size; local
6897 negp = C_mk_bool(C_bignum_negativep(x));
8128 C_word negp = C_bignum_negativep(x) ? local
9356 s, t, ssize, tsize, result, negp; local
9398 negp = C_mk_bool(C_bignum_negativep(x1));
9558 negp = C_i_negativep(num);
11004 if (negp) *(--p) = '-';
11224 if (negp) {
[all …]
/dports/graphics/wdune/wdune-1.926/tools/
H A Dphong.slx42 negp
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/tplp/
H A Dtplp.red375 if tplp_op atf eq 'negp then tplp_argl atf else tplp_mkn('negp,atf);
386 % Remove help-predicate negp. [f] is a formula. Returns a formula where each
394 else if tplp_op f eq 'negp then
417 else if tplp_op f eq 'negp then
/dports/graphics/geomview/geomview-1.9.5/data/shaders/
H A DGVdecalplastic.slx49 negp
H A Dhplastic.slx97 negp
318 negp
H A DGVmodulateplastic.slx134 negp
H A DGVblendplastic.slx57 negp
H A DGVreplaceplastic.slx150 negp
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dlament.c1369 Bool negp = (lc->anim_r < 0); in animate() local
1370 lc->anim_r += (negp ? 1 : -1) * speed; in animate()
1371 if (negp ? lc->anim_r > 0 : lc->anim_r < 0) in animate()
1381 Bool negp = (lc->anim_y < 0); in animate() local
1382 lc->anim_y += (negp ? 1 : -1) * 0.005 * speed; in animate()
1383 if (negp ? lc->anim_y > 0 : lc->anim_y < 0) in animate()
/dports/devel/sunpromake/schily-2021-09-18/libstreamar/
H A Dheader.c120 LOCAL BOOL get_snumber __PR((char *keyword, char *arg, Ullong *ullp, BOOL *negp, Ullong minval, Ull…
1074 get_snumber(keyword, arg, ullp, negp, minval, maxval) in get_snumber() argument
1078 BOOL *negp;
1088 *negp = FALSE;
1091 *negp = TRUE;
/dports/devel/sccs/schily-2021-09-18/libstreamar/
H A Dheader.c120 LOCAL BOOL get_snumber __PR((char *keyword, char *arg, Ullong *ullp, BOOL *negp, Ullong minval, Ull…
1074 get_snumber(keyword, arg, ullp, negp, minval, maxval) in get_snumber() argument
1078 BOOL *negp;
1088 *negp = FALSE;
1091 *negp = TRUE;
/dports/devel/schilybase/schily-2021-09-18/libstreamar/
H A Dheader.c120 LOCAL BOOL get_snumber __PR((char *keyword, char *arg, Ullong *ullp, BOOL *negp, Ullong minval, Ull…
1074 get_snumber(keyword, arg, ullp, negp, minval, maxval) in get_snumber() argument
1078 BOOL *negp;
1088 *negp = FALSE;
1091 *negp = TRUE;
/dports/net/rscsi/schily-2021-09-18/libstreamar/
H A Dheader.c120 LOCAL BOOL get_snumber __PR((char *keyword, char *arg, Ullong *ullp, BOOL *negp, Ullong minval, Ull…
1074 get_snumber(keyword, arg, ullp, negp, minval, maxval)
1078 BOOL *negp;
1088 *negp = FALSE;
1091 *negp = TRUE;
/dports/archivers/star/schily-2021-09-18/libstreamar/
H A Dheader.c120 LOCAL BOOL get_snumber __PR((char *keyword, char *arg, Ullong *ullp, BOOL *negp, Ullong minval, Ull…
1074 get_snumber(keyword, arg, ullp, negp, minval, maxval) in get_snumber() argument
1078 BOOL *negp;
1088 *negp = FALSE;
1091 *negp = TRUE;
/dports/sysutils/cdrtools/schily-2021-09-18/libstreamar/
H A Dheader.c120 LOCAL BOOL get_snumber __PR((char *keyword, char *arg, Ullong *ullp, BOOL *negp, Ullong minval, Ull…
1074 get_snumber(keyword, arg, ullp, negp, minval, maxval) in get_snumber() argument
1078 BOOL *negp;
1088 *negp = FALSE;
1091 *negp = TRUE;

12345