/src/lib/libc/arch/sparc64/gen/ |
fabs.S | 47 /* fabs - floating absolute value */ 51 fabss %f0, %f0 ! return absolute value
|
/src/lib/libc/arch/mips/gen/ |
fabs.S | 57 * Return absolute value of x. 61 abs.d $f0, $f12 # compute absolute value of x
|
/src/usr.sbin/puffs/rump_lfs/ |
Makefile | 16 CWARNFLAGS.clang+= -Wno-error=absolute-value
|
/src/lib/libc/arch/sparc/gen/ |
fabs.S | 47 /* fabs - floating absolute value */ 55 fabss %f0, %f0 ! return absolute value
|
/src/usr.bin/make/unit-tests/ |
varmod-to-abs.mk | 3 # Tests for the :tA variable modifier, which returns the absolute path for 9 # into resolving completely unrelated absolute paths by defining a global
|
varname-dot-parsedir.mk | 14 # The .PARSEDIR may be absolute or relative, therefore there is not much that 42 .PARSEDIR= /fake-absolute-path
|
shell-ksh.mk | 7 # The shell path must be an absolute path.
|
shell-csh.mk | 7 # The shell path must be an absolute path.
|
/src/tests/fs/common/ |
Makefile | 42 CWARNFLAGS.clang+= -Wno-error=absolute-value
|
/src/share/mk/ |
bsd.host.mk | 43 # HOST_SH must be an absolute path
|
bsd.obj.mk | 56 # make it absolute again.
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
fp_add_impl.inc | 52 // Swap a and b if necessary so that a has the larger absolute value.
|
fp_extend_impl.inc | 63 // Break a into a sign and representation of the absolute value
|
fp_trunc_impl.inc | 73 // Break a into a sign and representation of the absolute value
|
/src/sys/arch/atari/stand/tostools/libtos/ |
bsdstart.S | 64 addl %a0,%d0 | added makes our absolute entry point
|
/src/sys/arch/x68k/stand/common/ |
execkern.S | 35 | a3+n+12 entry address (absolute address)
|
/src/sys/arch/x68k/stand/xxboot/ |
boot.S | 96 | we cannot use RELOC() yet so that use absolute addressing.
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
omap36xx.dtsi | 79 ti,absolute-max-voltage-uv = <1375000>;
|
/src/lib/libm/arch/vax/ |
n_cabs.S | 37 * double precision complex absolute value 40 * argument for complex absolute value by reference, *4(%ap) 98 # complex absolute value
|
/src/libexec/httpd/ |
bozohttpd.c | 993 * chosen characters for absolute redirects 996 bozo_escape_rfc3986(bozohttpd_t *httpd, const char *url, int absolute) 1033 if (absolute) 1059 handle_redirect(bozo_httpreq_t *request, const char *url, int absolute) 1069 int absproto = 0; /* absolute redirect provides own schema */ 1078 if (request->hr_user && !absolute) { 1085 if (absolute) { 1090 * absolute redirect may specify own protocol i.e. to redirect 1118 if (absolute) { 1132 url = bozo_escape_rfc3986(httpd, url, absolute); 1463 int rv, absolute; local in function:check_bzredirect [all...] |
bozohttpd.h | 291 char *bozo_escape_rfc3986(bozohttpd_t *httpd, const char *url, int absolute);
|
/src/sys/arch/mvme68k/stand/sboot/ |
oc_cksum.s | 89 | However, in absolute terms, inlining would only gain 10us per
|
/src/sys/external/isc/libsodium/dist/ |
aclocal.m4 | 93 # therefore $ac_aux_dir as well) can be either absolute or relative, 102 # fails if $ac_aux_dir is absolute, 109 # start a VPATH build or use an absolute $srcdir. 122 # absolute PATH. The drawback is that using absolute paths prevent a 127 # Expand $ac_aux_dir to an absolute path. 900 # Reject unsafe characters in $srcdir or the absolute working directory 906 AC_MSG_ERROR([unsafe absolute working directory name]);;
|
/src/tools/ |
Makefile | 15 . error TOOLDIR '${TOOLDIR}' is not an absolute path
|
/src/sys/arch/m68k/m68k/ |
oc_cksum.s | 85 | However, in absolute terms, inlining would only gain 10us per
|