Searched refs:special (Results 76 - 100 of 243) sorted by relevance

12345678910

/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_cbrt_2u.c39 special_case (svfloat64_t x, svfloat64_t y, svbool_t special) argument
41 return sv_call_f64 (cbrt, x, y, special);
65 /* Subnormal, +/-0 and special values. */
66 svbool_t special = svcmpge (pg, svsub_x (pg, iax, d->tiny_bound), d->thresh); local
70 special-cased as a result. */
111 if (unlikely (svptest_any (pg, special)))
114 special);
H A Dsv_log1p_2u5.c42 special_case (svbool_t special, svfloat64_t x, svfloat64_t y) argument
44 return sv_call_f64 (log1p, x, y, special);
56 svbool_t special local
104 if (unlikely (svptest_any (pg, special)))
105 return special_case (special, x, y);
H A Dsv_tanh_3u.c63 special_case (svfloat64_t x, svfloat64_t y, svbool_t special) argument
65 return sv_call_f64 (tanh, x, y, special);
78 /* Trigger special-cases for tiny, boring and infinity/NaN. */
79 svbool_t special = svcmpgt (pg, svsub_x (pg, ia, d->tiny_bound), d->thresh); local
87 if (unlikely (svptest_any (pg, special)))
88 return special_case (x, svdiv_x (pg, q, qp2), special);
H A Dv_log10_2u5.c62 uint32x2_t special)
64 return v_call_f64 (log10, x, vfmaq_f64 (hi, r2, y), vmovl_u32 (special));
77 uint32x2_t special = vcge_u32 (vsubhn_u64 (ix, d->min_norm), local
106 if (unlikely (v_any_u32h (special)))
107 return special_case (x, y, hi, r2, special);
61 special_case(float64x2_t x, float64x2_t y, float64x2_t hi, float64x2_t r2, uint32x2_t special) argument
H A Dv_cbrt_2u.c38 special_case (float64x2_t x, float64x2_t y, uint32x2_t special) argument
40 return v_call_f64 (cbrt, x, y, vmovl_u32 (special));
55 /* Subnormal, +/-0 and special values. */
56 uint32x2_t special local
61 special-cased as a result. */
106 if (unlikely (v_any_u32h (special)))
107 return special_case (x, vbslq_f64 (d->abs_mask, y, x), special);
H A Dv_log2_3u.c59 uint32x2_t special)
61 return v_call_f64 (log2, x, vfmaq_f64 (w, r2, y), vmovl_u32 (special));
73 uint32x2_t special = vcge_u32 (vsubhn_u64 (ix, d->min_norm), local
96 if (unlikely (v_any_u32h (special)))
97 return special_case (x, y, w, r2, special);
58 special_case(float64x2_t x, float64x2_t y, float64x2_t w, float64x2_t r2, uint32x2_t special) argument
H A Dsv_expm1_2u5.c51 svbool_t special = svnot_z (pg, svaclt (pg, x, d->special_bound)); local
85 if (unlikely (svptest_any (pg, special)))
86 return special_case (x, y, special);
H A Dv_log10f_3u5.c52 uint16x4_t special = vcge_u16 (vsubhn_u32 (u, d->min_norm), local
69 if (unlikely (v_any_u16h (special)))
70 return special_case (x, y, poly, r2, special);
H A Dv_log2f_2u5.c50 uint16x4_t special = vcge_u16 (vsubhn_u32 (u, d->min_norm), local
64 if (unlikely (v_any_u16h (special)))
65 return special_case (x, n, p, r, special);
H A Dsv_log2f_2u5.c49 svbool_t special = svcmpge (pg, svsub_x (pg, u, Min), Thres); local
73 if (unlikely (svptest_any (pg, special)))
74 return special_case (x, svmla_x (svnot_z (pg, special), n, r, y), special);
H A Dv_tan_3u5.c60 uint64x2_t special local
62 if (unlikely (v_any_u64 (special)))
106 uint64x2_t special = vcageq_f64 (x, dat->range_val); local
107 if (unlikely (v_any_u64 (special)))
H A Dv_acos_2u.c38 special_case (float64x2_t x, float64x2_t y, uint64x2_t special) argument
40 return v_call_f64 (acos, x, y, special);
75 uint64x2_t special local
78 if (unlikely (v_any_u64 (special)))
/freebsd-current/contrib/bmake/unit-tests/
H A Ddeptgt-delete_on_error.mk3 # Tests for the special target .DELETE_ON_ERROR in dependency declarations,
41 # The special target .DELETE_ON_ERROR is a global setting.
H A Dvarname-dot-makeflags.mk3 # Tests for the special .MAKEFLAGS variable, which collects almost all
35 # special variables '.MAKEFLAGS' and '.MAKEOVERRIDES'.
H A Dvarname-dot-alltargets.mk3 # Tests for the special .ALLTARGETS variable.
H A Ddeptgt-error.mk3 # Tests for the special target .ERROR in dependency declarations, which
/freebsd-current/usr.sbin/ntp/doc/scripts/
H A DMakefile10 misc.txt miscopt.txt monopt.txt refclock.txt special.txt style.css
/freebsd-current/contrib/bmake/
H A Dparse.c178 SP_NOT, /* Not special */
267 * if a target or source is special.
271 ParseSpecial special; /* when used as a target */ member in struct:__anon2
635 * Add the child to the parent's children, and for non-special targets, vice
765 ApplyDependencySourceKeyword(const char *src, ParseSpecial special) argument
782 if (parseKeywords[keywd].special == SP_WAIT) {
783 ApplyDependencySourceWait(special != SP_NOT);
838 ParseSpecial special)
848 LinkToTargets(gn, special != SP_NOT);
855 * because of some special targe
837 ApplyDependencySourceOther(const char *src, GNodeType targetAttr, ParseSpecial special) argument
859 ApplyDependencySource(GNodeType targetAttr, const char *src, ParseSpecial special) argument
1124 CheckSpecialMundaneMixture(ParseSpecial special) argument
1166 ClearPaths(ParseSpecial special, SearchPathList *paths) argument
1302 HandleDependencySourcesEmpty(ParseSpecial special, SearchPathList *paths) argument
1353 ParseDependencySourceSpecial(ParseSpecial special, const char *word, SearchPathList *paths) argument
1463 ParseDependencySourcesSpecial(char *start, ParseSpecial special, SearchPathList *paths) argument
1493 ParseDependencySourcesMundane(char *start, ParseSpecial special, GNodeType targetAttr) argument
1570 ParseDependencySources(char *p, GNodeType targetAttr, ParseSpecial special, SearchPathList **inout_paths) argument
1650 ParseSpecial special; /* in special targets, the children are local
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_012_pos.ksh22 # Removing a special device from a pool succeeds.
28 # Verify the file identified by the input <inode> is written on a special vdev
29 # According to the pool layout used in this test vdev_id 3 and 4 are special
53 # verify vdev is "special"
63 # Check that device removal works for special class vdevs
72 special $CLASS_DISK0 special $CLASS_DISK1
76 # Generate some metadata and small blocks in the special class vdev
92 # Verify the files were written in the special class vdevs
111 claim="Removing a special devic
[all...]
/freebsd-current/lib/libipsec/
H A Dpolicy_token.l65 special [()+\|\?\*,]
/freebsd-current/usr.sbin/rrenumd/
H A Dlexer.l70 special [()+\|\?\*,]
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c178 const int special[] = { local
197 const size_t M = (1 << __arraycount(special)) - 1;
199 if (pos < __arraycount(special))
200 return special[pos];
202 pos -= __arraycount(special);
209 for (n = 0; n < __arraycount(special); n++) {
/freebsd-current/bin/sh/
H A Dexec.c79 int special; /* flag for special builtin commands */ member in struct:tblentry
201 * set to NULL. If popt is NULL, percent signs are not special.
361 entry->special = 0;
383 cmdp->special = spec;
439 cmdp->special = 0;
452 entry->special = 0;
460 entry->special = cmdp->special;
470 find_builtin(const char *name, int *special) argument
[all...]
/freebsd-current/sbin/ping/tests/
H A Dtest_ping.py18 def build_response_packet(echo, ip, icmp, oip_ihl, special):
40 if special == "no-payload":
42 if special == "tcp":
46 if special == "udp":
50 if special == "warp":
55 if special == "wrong":
59 if special == "not-mine":
140 special: Optional[str] = None,
180 :keyword special: Send a special packe
[all...]
/freebsd-current/usr.sbin/crunch/examples/
H A Dreally-big.conf59 # special requirements
61 special locate srcdir /usr/src/usr.bin/locate/locate
62 special tn3270 srcdir /usr/src/usr.bin/tn3270/tn3270
76 special amd srcdir /usr/src/usr.sbin/amd/amd
77 special amd objs vers.amd.o afs_ops.o am_ops.o clock.o util.o xutil.o efs_ops.o mapc.o info_file.o info_hes.o info_ndbm.o info_passwd.o info_nis.o info_union.o map.o srvr_afs.o srvr_nfs.o mntfs.o misc_rpc.o mount_fs.o mtab.o mtab_bsd.o nfs_ops.o nfs_prot_svc.o nfs_start.o nfs_subr.o opts.o pfs_ops.o rpc_fwd.o sched.o sfs_ops.o amq_svc.o amq_subr.o umount_fs.o host_ops.o nfsx_ops.o ufs_ops.o ifs_ops.o amd.o get_args.o restart.o wire.o
82 special lpr srcdir /usr/src/usr.sbin/lpr/lpr
86 special sendmail srcdir /usr/src/usr.sbin/sendmail/src
92 special timed srcdir /usr/src/usr.sbin/timed/timed
99 special ntpdate srcdir /usr/src/usr.sbin/xntpd/ntpdate
100 special ntpdat
[all...]

Completed in 149 milliseconds

12345678910