Home
last modified time | relevance | path

Searched refs:smallest (Results 1 – 25 of 205) sorted by relevance

123456789

/netbsd-src/external/mit/libuv/dist/src/
H A Dheap-inl.h153 struct heap_node* smallest; in HEAP_EXPORT() local
221 smallest = child; in HEAP_EXPORT()
222 if (child->left != NULL && less_than(child->left, smallest)) in HEAP_EXPORT()
223 smallest = child->left; in HEAP_EXPORT()
224 if (child->right != NULL && less_than(child->right, smallest)) in HEAP_EXPORT()
225 smallest = child->right; in HEAP_EXPORT()
226 if (smallest == child) in HEAP_EXPORT()
228 heap_node_swap(heap, child, smallest); in HEAP_EXPORT()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dmk-kinds-h.sh13 smallest=""
28 if [ "$smallest" = "" ]; then
29 smallest="$k"
44 echo "#define GFC_DEFAULT_CHAR ${smallest}"
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dmk-kinds-h.sh16 smallest=""
31 if [ "$smallest" = "" ]; then
32 smallest="$k"
47 echo "#define GFC_DEFAULT_CHAR ${smallest}"
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Dfont.c60 DviFontSizeList *fs, *best = 0, *smallest = 0; in LookupFontSizeBySize() local
96 if (smallest == 0 || fs->size < smallest->size) in LookupFontSizeBySize()
97 smallest = fs; in LookupFontSizeBySize()
99 return best ? best : smallest; in LookupFontSizeBySize()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dcpuvar.h445 #define CPUSET_BOUNDS(set, smallest, largest) { \ argument
446 cpuset_bounds(&(set), &(smallest), &(largest)); \
515 #define CPUSET_BOUNDS(set, smallest, largest) { \ argument
516 smallest = (uint_t)(lowbit(set) - 1); \
/netbsd-src/sys/arch/m68k/fpsp/
H A Dutil.sa502 * ;smallest +ext denorm
504 * ;smallest +sgl denorm
506 * ;smallest +dbl denorm
560 lea.l EXT_PSML,a1 ;answer is negative smallest denorm
575 lea.l EXT_PSML,a1 ;answer is positive smallest denorm
592 lea.l DBL_PSML,a1 ;answer is smallest denormalized negative
607 lea.l DBL_PSML,a1 ;answer is smallest denormalized negative
624 lea.l SGL_PSML,a1 ;answer is smallest denormalized negative
639 lea.l SGL_PSML,a1 ;answer is smallest denormalized positive
H A Dscale.sa233 * mode is rp, and the zero is positive, return smallest denorm.
234 * If the mode is rm, and the zero is negative, return smallest
258 * The rounding mode changed the zero to a smallest denorm. Call
296 bra.b sm_dnrm ;return smallest denorm
304 bra.w sm_dnrm ;return smallest denorm
/netbsd-src/usr.bin/sed/TEST/
H A Dhanoi.sed14 # the smallest called "d", from the first to the second of three towers, so
94 # iterate back to find smallest out-of-place ring
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dibm-ldouble-format48 The maximum representable long double is 2^1024-2^918. The smallest
49 *normal* positive long double is 2^-968. The smallest denormalised
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dibm-ldouble-format48 The maximum representable long double is 2^1024-2^918. The smallest
49 *normal* positive long double is 2^-968. The smallest denormalised
/netbsd-src/doc/
H A DTODO.kaslr46 -- Sort the kernel sections by size, from largest to smallest, to save
/netbsd-src/external/bsd/ntp/dist/scripts/calc_tickadj/
H A Dcalc_tickadj-opts.def37 smallest possible number.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dbit345 /// The smallest power-of-two not less than `x`.
357 /// The smallest integer greater than the base-2 logarithm of `x`.
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dimx8mm-kontron-n801x-som.dtsi16 * The smallest is 1GB. For larger sizes the bootloader will
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2000-12-06-MeetingSummary.txt80 numbers are the smallest.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dbit439 /// The smallest power-of-two not less than `x`.
451 /// The smallest integer greater than the base-2 logarithm of `x`.
/netbsd-src/external/gpl3/gcc/dist/libquadmath/
H A Dlibquadmath.texi105 @item @code{FLT128_MIN}: smallest positive number with full precision
108 @item @code{FLT128_DENORM_MIN}: smallest positive denormalized number
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/
H A Dlibquadmath.texi105 @item @code{FLT128_MIN}: smallest positive number with full precision
108 @item @code{FLT128_DENORM_MIN}: smallest positive denormalized number
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Dvalidate_repo.in44 I<important> revisions are defined as the smallest set which, when checked out,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DREADME-Thumb.txt6 the smallest.
/netbsd-src/lib/libc/gdtoa/test/
H A Dtestnos3326 # first is 2^-1075 (half the smallest denormal)
/netbsd-src/external/bsd/am-utils/dist/
H A DREADME.attrcache64 nfs_args all to 1, the smallest non-zero value we could. When we ran the
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-d10v.texi73 smallest form if it can. When dealing with a symbol that is not defined yet when a
H A Dc-d30v.texi71 smallest form if it can. When dealing with a symbol that is not defined yet when a
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-d10v.texi73 smallest form if it can. When dealing with a symbol that is not defined yet when a

123456789