| /freebsd/contrib/netbsd-tests/lib/libm/ |
| H A D | t_fe_round.c | 127 double toward; member 146 received = nextafter(values2[i].input, values2[i].toward); in ATF_TC_BODY() 147 if (values2[i].input < values2[i].toward) { in ATF_TC_BODY() 172 received = nexttoward(values2[i].input, values2[i].toward); in ATF_TC_BODY() 173 if (values2[i].input < values2[i].toward) { in ATF_TC_BODY()
|
| /freebsd/sys/arm64/include/ |
| H A D | ieeefp.h | 34 FP_RP = (1 << 22), /* round toward positive infinity */ 35 FP_RM = (2 << 22), /* round toward negative infinity */
|
| /freebsd/sys/powerpc/include/ |
| H A D | ieeefp.h | 30 FP_RP=2, /* round toward positive infinity */ 31 FP_RM=3 /* round toward negative infinity */
|
| /freebsd/sys/arm/include/ |
| H A D | ieeefp.h | 35 FP_RP=1, /* round toward positive infinity */ 36 FP_RM=2, /* round toward negative infinity */
|
| /freebsd/usr.sbin/mld6query/ |
| H A D | mld6query.8 | 47 utility sends an IPv6 multicast listener discovery (MLD) query packet toward 50 toward interface
|
| /freebsd/share/doc/papers/fsinterface/ |
| H A D | abstract.ms | 29 Toward a Compatible Filesystem Interface 67 as an early step toward convergence upon a compatible filesystem interface.
|
| /freebsd/contrib/bc/scripts/ |
| H A D | sqrt_random.bc | 43 # See below. This is to help bias toward small numbers. 46 # I want to bias toward small numbers, so let's give a 50 percent chance to
|
| /freebsd/usr.bin/netstat/ |
| H A D | pfkey.c | 189 "{N:/message%s toward single socket}\n"); in pfkey_stats() 191 "{N:/message%s toward all sockets}\n"); in pfkey_stats() 194 "{N:/message%s toward registered sockets}\n"); in pfkey_stats()
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_border_set.3x | 166 functions draw a line proceeding toward the last column of the same line. 173 functions draw a line proceeding toward the last line of the window.
|
| /freebsd/usr.sbin/route6d/ |
| H A D | route6d.8 | 179 Restrict route advertisement toward interfaces specified by 234 Advertise only default route, toward
|
| /freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | allocator_interface.h | 49 All these chunks count toward the heap size. Currently, allocator never 56 fall into quarantine and will count toward __sanitizer_get_free_bytes()
|
| /freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | zed.rc | 175 # This defines which service the ntfy call will be directed toward 182 # This defines a URL that the Gotify call will be directed toward.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VE.h | 76 RD_RZ = 8, // Round toward Zero 77 RD_RP = 9, // Round toward Plus infinity 78 RD_RM = 10, // Round toward Minus infinity
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/ |
| H A D | mount-matrix.txt | 34 toward the face of the user. 49 - Accelerometers have their world frame of reference toward the center of
|
| /freebsd/contrib/nvi/ex/ |
| H A D | ex_yank.c | 35 * Historically, yanking lines in ex didn't count toward the in ex_yank()
|
| /freebsd/lib/libxo/libxo/ |
| H A D | xo_config.h | 229 STACK_DIRECTION > 0 => grows toward higher addresses 230 STACK_DIRECTION < 0 => grows toward lower addresses
|
| /freebsd/contrib/gdtoa/ |
| H A D | README | 324 FPI_Round_zero = toward 0, 326 FPI_Round_up = toward +Infinity, and 327 FPI_Round_down = toward -Infinity
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/light/ |
| H A D | cm3605.txt | 17 be set to IRQ_TYPE_EDGE_BOTH so as to detect movements toward
|
| H A D | capella,cm3605.yaml | 37 movements toward and away from the proximity sensor.
|
| /freebsd/usr.sbin/cron/doc/ |
| H A D | THANKS | 15 its brothers and sisters; he also sent some diffs that lead cron toward compil-
|
| /freebsd/usr.bin/lex/ |
| H A D | config.h | 235 STACK_DIRECTION > 0 => grows toward higher addresses 236 STACK_DIRECTION < 0 => grows toward lower addresses
|
| /freebsd/sys/powerpc/fpu/ |
| H A D | fpu_implode.c | 170 case FP_RZ: /* toward 0 => never towards Inf */ in toinf() 174 case FP_RP: /* toward +Inf iff positive */ in toinf() 178 case FP_RM: /* toward -Inf iff negative */ in toinf()
|
| /freebsd/share/doc/papers/beyond4.3/ |
| H A D | beyond43.ms | 243 move in the near future toward a P1003.1 and P1003.2 compliant 294 Toward a Compatible File System Interface 347 toward convergence on a standard compatible file system interface.
|
| /freebsd/lib/msun/src/ |
| H A D | s_truncf.c | 14 * Return x rounded toward 0 to integral value
|
| H A D | s_floorf.c | 18 * Return x rounded toward -inf to integral value
|