/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 35 return hypot(__c.real(), __c.imag()); in abs() 41 return atan2(__c.imag(), __c.real()); in arg() 59 if (std::isinf(__c.real())) in norm() 60 return abs(__c.real()); in norm() 63 return __c.real() * __c.real() + __c.imag() * __c.imag(); in norm() 69 return std::complex<_Tp>(__c.real(), -__c.imag()); in conj() 76 if (std::isinf(__c.real()) || std::isinf(__c.imag())) in proj() 124 if (std::isinf(__x.real())) { in sqrt() 125 if (__x.real() > _Tp(0)) in sqrt() 126 return std::complex<_Tp>(__x.real(), std::isnan(__x.imag()) in sqrt() [all …]
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | preload.c | 93 static struct socket_calls real; variable 279 real.close(index); in fd_open() 344 real.close(index); in fd_close() 386 real.socket = dlsym(RTLD_NEXT, "socket"); in init_preload() 387 real.bind = dlsym(RTLD_NEXT, "bind"); in init_preload() 388 real.listen = dlsym(RTLD_NEXT, "listen"); in init_preload() 389 real.accept = dlsym(RTLD_NEXT, "accept"); in init_preload() 390 real.connect = dlsym(RTLD_NEXT, "connect"); in init_preload() 391 real.recv = dlsym(RTLD_NEXT, "recv"); in init_preload() 392 real.recvfrom = dlsym(RTLD_NEXT, "recvfrom"); in init_preload() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | complex | 29 T real() const; // constexpr in C++14 32 void real(T); // constexpr in C++20 59 constexpr float real() const; 60 void real(float); // constexpr in C++20 88 constexpr double real() const; 89 void real(double); // constexpr in C++20 117 constexpr long double real() const; 118 void real(long double); // constexpr in C++20 167 template<class T> T real(const complex<T>&); // constexpr in C++14 168 long double real(long double); // constexpr in C++14 [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | divtc3.c | 49 DD real = {.ld = __gcc_qdiv(realNumerator, denom)}; in __divtc3() local 52 real.s.hi = __compiler_rt_scalbn(real.s.hi, -ilogbw); in __divtc3() 53 real.s.lo = __compiler_rt_scalbn(real.s.lo, -ilogbw); in __divtc3() 57 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi)) { in __divtc3() 63 real.s.hi = crt_copysign(CRT_INFINITY, cDD.s.hi) * aDD.s.hi; in __divtc3() 64 real.s.lo = 0.0; in __divtc3() 73 real.s.hi = CRT_INFINITY * (aDD.s.hi * cDD.s.hi + bDD.s.hi * dDD.s.hi); in __divtc3() 74 real.s.lo = 0.0; in __divtc3() 83 real.s.hi = in __divtc3() 85 real.s.lo = 0.0; in __divtc3() [all …]
|
H A D | multc3.c | 29 DD real = {.ld = __gcc_qsub(ac, bd)}; in __multc3() local 32 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi)) { in __multc3() 73 real.s.hi = CRT_INFINITY * (aDD.s.hi * cDD.s.hi - bDD.s.hi * dDD.s.hi); in __multc3() 74 real.s.lo = 0.0; in __multc3() 81 __real__ z = real.ld; in __multc3()
|
/freebsd/lib/atf/ |
H A D | common.mk | 12 atf-version: atf-version-real 13 @cmp -s atf-version atf-version-real \ 14 || cp atf-version-real atf-version 15 atf-version-real: .PHONY 17 | cut -d '"' -f 2 >atf-version-real 18 CLEANFILES+= atf-version atf-version-real
|
/freebsd/contrib/tcsh/nls/spanish/ |
H A D | set2 | 70 68 Primera señal de tiempo real 71 69 Segunda señal de tiempo real 72 70 Tercera señal de tiempo real 73 71 Cuarta señal de tiempo real 74 72 Cuarta señal por la cola de tiempo real 75 73 Antepenúltima señal de tiempo real 76 74 Penúltima señal de tiempo real 77 75 Última señal de tiempo real 90 88 Bloqueo real detectado
|
/freebsd/contrib/unbound/util/ |
H A D | alloc.c | 589 void* real; in unbound_stat_free_lite() local 592 real = ptr-lite_pad-sizeof(size_t); in unbound_stat_free_lite() 593 if(memcmp(real, lite_pre, lite_pad) != 0) { in unbound_stat_free_lite() 595 log_hex("prefix here", real, lite_pad); in unbound_stat_free_lite() 599 memmove(&orig, real+lite_pad, sizeof(size_t)); in unbound_stat_free_lite() 600 if(memcmp(real+lite_pad+orig+sizeof(size_t), lite_post, lite_pad)!=0){ in unbound_stat_free_lite() 603 log_hex("suffix here", real+lite_pad+orig+sizeof(size_t), in unbound_stat_free_lite() 608 memset(real, 0xdd, orig+lite_pad*2+sizeof(size_t)); /* mark it */ in unbound_stat_free_lite() 609 free(real); in unbound_stat_free_lite() 616 void* real, *newa; in unbound_stat_realloc_lite() local [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-path.mk | 22 _!= > varmod-path.subdir/varmod-path.real 29 varmod-path.real: 31 all: varmod-path.phony varmod-path.real 33 @echo ${varmod-path.real:P}
|
H A D | deptgt-main.mk | 21 .MAIN: real-main 22 real-main: .PHONY
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | ti-8x | 19 >0x00003B byte 0x00 (real number) 37 >0x00003B byte 0x00 (real) 54 >0x00003B byte 0x00 (real) 72 >0x00003B byte 0x00 (real number) 93 >0x00003B byte 0x00 (real number) 95 >0x00003B byte 0x02 (real vector) 97 >0x00003B byte 0x04 (real list) 99 >0x00003B byte 0x06 (real matrix) 101 >0x00003B byte 0x08 (real constant) 126 >0x00003B byte 0x00 (real number) [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/ |
H A D | safestack_platform.h | 67 void *real = dlsym(RTLD_NEXT, symbol); in GetRealLibcAddress() local 68 if (!real) in GetRealLibcAddress() 69 real = dlsym(RTLD_DEFAULT, symbol); in GetRealLibcAddress() 70 if (!real) { in GetRealLibcAddress() 75 return real; in GetRealLibcAddress() 78 #define _REAL(func, ...) real##_##func(__VA_ARGS__)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | int_types.h | 249 float real, imaginary; member 253 double real, imaginary; member 257 long double real, imaginary; member 260 #define COMPLEX_REAL(x) (x).real 269 tf_float real, imaginary; member 271 #define COMPLEXTF_REAL(x) (x).real
|
/freebsd/usr.sbin/ppp/ |
H A D | tty.c | 97 } real; member 223 return dev->real.fd != -1; in isngtty() 281 if (ioctl(p->fd, TIOCGETD, &dev->real.disc) < 0) { in LoadLineDiscipline() 297 ID0ioctl(p->fd, TIOCSETD, &dev->real.disc); in LoadLineDiscipline() 306 ID0ioctl(p->fd, TIOCSETD, &dev->real.disc); in LoadLineDiscipline() 361 dev->real.fd = p->fd; in LoadLineDiscipline() 363 dev->real.speed = speed; in LoadLineDiscipline() 374 ID0ioctl(p->fd, TIOCSETD, &dev->real.disc); in LoadLineDiscipline() 387 if (!physical_SetSpeed(p, dev->real.speed)) in UnloadLineDiscipline() 388 log_Printf(LogWARN, "Couldn't reset tty speed to %d\n", dev->real.speed); in UnloadLineDiscipline() [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | numa.sh | 38 real=`sysctl -n hw.realmem` # HW size 40 goal=$((real - (real / doms) + 2 * 1024 * 1024 * 1024))
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | MinGW.cpp | 220 Symbol *real = in addWrappedSymbols() local 224 v.push_back({sym, real, wrap}); in addWrappedSymbols() 231 real->deferUndefined = true; in addWrappedSymbols() 234 real->canInline = false; in addWrappedSymbols() 255 map[w.real] = w.sym; in wrapSymbols()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_s390x.S | 14 .macro intercept symbol, real argument 15 .comm \real, 8, 8 37 larl %r1, \real
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win_weak_interception.cpp | 31 uptr real = __interception::InternalGetProcAddress( in interceptWhenPossible() local 33 if (real && !__interception::OverrideFunction((uptr)dll_function, real, 0)) in interceptWhenPossible()
|
H A D | sanitizer_netbsd.cpp | 78 void *real = dlsym(RTLD_NEXT, symbol); in GetRealLibcAddress() local 79 if (!real) in GetRealLibcAddress() 80 real = dlsym(RTLD_DEFAULT, symbol); in GetRealLibcAddress() 81 if (!real) { in GetRealLibcAddress() 85 return real; in GetRealLibcAddress() 88 #define _REAL(func, ...) real##_##func(__VA_ARGS__)
|
/freebsd/tools/tools/kdrv/ |
H A D | KernelDriver | 322 if {$Options(real)} { 332 if {$Options(real)} { 393 if {$Options(real)} { 409 if {$Options(real)} { 429 if {$Options(real)} { 446 if {$Options(real)} { 466 if {$Options(real)} { 846 if {$Options(real)} { 852 if {$Options(real)} { 871 if {!$Options(real)} { return ; } [all …]
|
/freebsd/tools/regression/security/proc_to_proc/ |
H A D | README | 31 non-root real credentials 33 different non-root real credentials 38 real uid 48 that may not reflect real-world software configurations. However, they
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 103 my $real = $GLOBALS{$name} ? \$GLOBALS{$name} : \$name; 104 my $ret = ".size $$real,.-$$real"; 106 if ($$real ne $name) { 107 $ret .= "\n.size $name,.-$$real";
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SymbolTable.cpp | 34 void SymbolTable::wrap(Symbol *sym, Symbol *real, Symbol *wrap) { in wrap() argument 37 int &idx2 = symMap[CachedHashStringRef(real->getName())]; in wrap() 46 if (real->isUsedInRegularObj) in wrap() 61 memcpy(real, sym, sizeof(SymbolUnion)); in wrap() 62 real->isUsedInRegularObj = false; in wrap()
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | iss4xx-mpic.dts | 36 model = "PowerPC,4xx"; // real CPU changed in sim 50 model = "PowerPC,4xx"; // real CPU changed in sim 66 model = "PowerPC,4xx"; // real CPU changed in sim 82 model = "PowerPC,4xx"; // real CPU changed in sim
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_ctldir.c | 877 char *to, *from, *real, *fsname; in zfsctl_snapdir_rename() local 888 real = kmem_alloc(ZFS_MAX_DATASET_NAME_LEN, KM_SLEEP); in zfsctl_snapdir_rename() 892 error = dmu_snapshot_realname(zfsvfs->z_os, snm, real, in zfsctl_snapdir_rename() 895 snm = real; in zfsctl_snapdir_rename() 939 kmem_free(real, ZFS_MAX_DATASET_NAME_LEN); in zfsctl_snapdir_rename() 956 char *snapname, *real; in zfsctl_snapdir_remove() local 966 real = kmem_alloc(ZFS_MAX_DATASET_NAME_LEN, KM_SLEEP); in zfsctl_snapdir_remove() 969 error = dmu_snapshot_realname(zfsvfs->z_os, name, real, in zfsctl_snapdir_remove() 972 name = real; in zfsctl_snapdir_remove() 990 kmem_free(real, ZFS_MAX_DATASET_NAME_LEN); in zfsctl_snapdir_remove()
|