Home
last modified time | relevance | path

Searched full:toward (Results 1 – 25 of 191) sorted by relevance

12345678

/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_fe_round.c127 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 Dieeefp.h34 FP_RP = (1 << 22), /* round toward positive infinity */
35 FP_RM = (2 << 22), /* round toward negative infinity */
/freebsd/sys/powerpc/include/
H A Dieeefp.h30 FP_RP=2, /* round toward positive infinity */
31 FP_RM=3 /* round toward negative infinity */
/freebsd/sys/arm/include/
H A Dieeefp.h35 FP_RP=1, /* round toward positive infinity */
36 FP_RM=2, /* round toward negative infinity */
/freebsd/usr.sbin/mld6query/
H A Dmld6query.847 utility sends an IPv6 multicast listener discovery (MLD) query packet toward
50 toward interface
/freebsd/share/doc/papers/fsinterface/
H A Dabstract.ms29 Toward a Compatible Filesystem Interface
67 as an early step toward convergence upon a compatible filesystem interface.
/freebsd/contrib/bc/scripts/
H A Dsqrt_random.bc43 # 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 Dpfkey.c189 "{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 Dcurs_border_set.3x166 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 Droute6d.8179 Restrict route advertisement toward interfaces specified by
234 Advertise only default route, toward
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dallocator_interface.h49 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 Dzed.rc175 # 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 DVE.h76 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 Dmount-matrix.txt34 toward the face of the user.
49 - Accelerometers have their world frame of reference toward the center of
/freebsd/contrib/nvi/ex/
H A Dex_yank.c35 * Historically, yanking lines in ex didn't count toward the in ex_yank()
/freebsd/lib/libxo/libxo/
H A Dxo_config.h229 STACK_DIRECTION > 0 => grows toward higher addresses
230 STACK_DIRECTION < 0 => grows toward lower addresses
/freebsd/contrib/gdtoa/
H A DREADME324 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 Dcm3605.txt17 be set to IRQ_TYPE_EDGE_BOTH so as to detect movements toward
H A Dcapella,cm3605.yaml37 movements toward and away from the proximity sensor.
/freebsd/usr.sbin/cron/doc/
H A DTHANKS15 its brothers and sisters; he also sent some diffs that lead cron toward compil-
/freebsd/usr.bin/lex/
H A Dconfig.h235 STACK_DIRECTION > 0 => grows toward higher addresses
236 STACK_DIRECTION < 0 => grows toward lower addresses
/freebsd/sys/powerpc/fpu/
H A Dfpu_implode.c170 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 Dbeyond43.ms243 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 Ds_truncf.c14 * Return x rounded toward 0 to integral value
H A Ds_floorf.c18 * Return x rounded toward -inf to integral value

12345678