Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 774) sorted by relevance

12345678910>>...31

/openbsd/regress/lib/libm/msun/
H A Dfmaxmin_test.c62 long double expected_max = isnan(big) ? small : big; in testall_r()
63 long double expected_min = isnan(small) ? big : small; in testall_r()
64 TEST(fmaxf, float, big, small, expected_max, rmode); in testall_r()
65 TEST(fmaxf, float, small, big, expected_max, rmode); in testall_r()
66 TEST(fmax, double, big, small, expected_max, rmode); in testall_r()
67 TEST(fmax, double, small, big, expected_max, rmode); in testall_r()
70 TEST(fminf, float, big, small, expected_min, rmode); in testall_r()
71 TEST(fminf, float, small, big, expected_min, rmode); in testall_r()
72 TEST(fmin, double, big, small, expected_min, rmode); in testall_r()
84 testall(long double big, long double small) in testall() argument
[all …]
/openbsd/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Dstyle.css3 font-size: small;
7 H3 { text-align: left; font-size: small; }
8 CODE { font-size: small; }
12 A.el { text-decoration: none; font-size: small; font-weight: normal }
13 A.elRef { text-decoration: none; font-size: small; font-weight: normal }
32 DIV.groupText { margin-left: 16px; font-style: italic; font-size: small }
33 TD.md { background-color: #f2f2ff; font-size: small; }
34 TD.mdname1 { background-color: #f2f2ff; font-size: small; color: #602020; }
38 font-size: small;
45 font-size: small;
[all …]
/openbsd/sbin/iked/
H A Dsntrup761.c497 static void R3_mult(small *h,const small *f,const small *g) in R3_mult()
523 static int R3_recip(small *out,const small *in) in R3_recip()
734 static void KeyGen(Fq *h,small *f,small *ginv) in KeyGen()
736 small g[p]; in KeyGen()
758 static void Decrypt(small *r,const Fq *c,const small *f,const small *ginv) in Decrypt()
762 small e[p]; in Decrypt()
763 small ev[p]; in Decrypt()
916 small b[p]; in XEncrypt()
935 small x; in Small_encode()
1107 small a[p]; in ZKeyGen()
[all …]
/openbsd/usr.bin/stat/
H A Dstat.c499 int l, small, formats, gottime, n; in format1() local
502 small = 0; in format1()
514 small = (sizeof(st->st_dev) == 4); in format1()
537 small = (sizeof(st->st_ino) == 4); in format1()
578 small = (sizeof(st->st_dev) == 4); in format1()
586 small = (sizeof(st->st_uid) == 4); in format1()
636 small = (sizeof(secs) == 4); in format1()
687 small = 0; in format1()
706 small = 0; in format1()
749 small = 0; in format1()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20011214-1.c3 #define small __attribute__((mode(QI))) int macro
8 x = (small) y; /* { dg-bogus "ignored" } */ in main()
9 if (sizeof (small) != sizeof (char)) /* { dg-bogus "ignored" } */ in main()
/openbsd/gnu/lib/libiberty/src/
H A Dobjalloc.c200 struct objalloc_chunk *p, *small; in objalloc_free_block() local
205 small = NULL; in objalloc_free_block()
212 small = p; in objalloc_free_block()
244 if (small != NULL) in objalloc_free_block()
246 if (small == q) in objalloc_free_block()
247 small = NULL; in objalloc_free_block()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib.h80 # ifdef small
82 # undef small
119 int small
143 int small,
219 int small,
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Daccept01.t65 my($large, $small) = @_;
68 print("# supahstring $large is smaller than target-starter $small\n"),
69 return '' if length($large) < length($small);
70 if( substr($large, 0, length($small)) eq $small ) {
71 #print "# Supahstring $large\n# indeed starts with $small\n";
74 print "# Supahstring $large\n# !starts w/ $small\n";
/openbsd/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dfail37-frag.c4 } small; typedef
9 small s[4];
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D931110-1.c4 } small; typedef
9 small s[10];
/openbsd/usr.bin/file/magdir/
H A Dxenix6 # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small
10 # "small model", "large model", "huge model" stuff lifted from XXX
37 >0x1f byte <0x040 small model
73 0 leshort 0x580 XENIX 8086 relocatable or 80286 small model
/openbsd/gnu/gcc/gcc/config/m32r/
H A Dt-m32r47 # -mmodel={small,medium} requires separate libraries.
52 MULTILIB_OPTIONS = mmodel=small/mmodel=medium m32r/m32rx/m32r2
53 MULTILIB_DIRNAMES = small medium m32r m32rx m32r2
56 # Set MULTILIB_EXTRA_OPTS so shipped libraries have small data in .sdata and
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dsized-enum.c24 short enum Small small[3]; in main() local
31 small[i] = (short enum Small) i; in main()
/openbsd/usr.bin/ssh/
H A Dsntrup761.c1694 typedef int8_t small; typedef
1698 typedef small Inputs[p];
1825 static void R3_mult(small *h, const small *f, const small *g) { in R3_mult()
1836 static int R3_recip(small *out, const small *in) { in R3_recip()
1980 static void KeyGen(Fq *h, small *f, small *ginv) { in KeyGen()
1981 small g[p]; in KeyGen()
2001 static void Decrypt(small *r, const Fq *c, const small *f, const small *ginv) { in Decrypt()
2003 small e[p], ev[p]; in Decrypt()
2017 small x = 0; in Small_encode()
2067 small f[p], v[p]; in ZKeyGen()
[all …]
/openbsd/regress/lib/libc/sys/
H A Dt_getlogin.c52 char small[0]; in ATF_TC_BODY() local
54 ATF_REQUIRE(getlogin_r(small, sizeof(small)) == ERANGE); in ATF_TC_BODY()
/openbsd/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dt-m32r54 # -mmodel={small,medium} requires separate libraries.
59 MULTILIB_OPTIONS = mmodel=small/mmodel=medium m32r/m32rx
60 MULTILIB_DIRNAMES = small medium m32r m32rx
63 # Set MULTILIB_EXTRA_OPTS so shipped libraries have small data in .sdata and
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dtrue-false8 in the output because it tried to apply both small caps and man page reference
15 in the output because it tried to apply both small caps and man page reference
/openbsd/gnu/usr.bin/perl/t/op/
H A Dtime.t191 like $warning, qr/^gmtime(.*) too small/;
195 like $warning, qr/^localtime(.*) too small/;
233 like $warning, qr/^gmtime\($small_time_f\) too small/;
238 like $warning, qr/^localtime\($small_time_f\) too small/;
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/
H A DBunzip2.pm16 my $small = shift || 0;
19 my ($inflate, $status) = Compress::Raw::Bunzip2->new(1, 1, $small, $verbosity, 1);
/openbsd/lib/libc/arch/mips64/string/
H A Dbcmp.S40 blt a2, 16, small # is it worth any trouble?
67 b small # finish remainder
94 small: label
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/
H A Dgettimeofday.t18 ok $one[0] > 850_000_000 or print("# @one too small\n");
27 ok $f > 850_000_000 or print("# $f too small\n");
/openbsd/gnu/usr.bin/perl/ext/Devel-Peek/t/
H A DPeek.t841 my %small = ("Perl", "Rules", "Beer", "Foamy");
842 my $b = %small;
844 \%small,
867 $b = keys %small;
870 \%small,
897 $b = %small;
900 \%small,
/openbsd/sys/lib/libkern/arch/mips64/
H A Dmemmove.S53 slt t2, a2, 12 # check for small copy
67 slt t2, a2, 12 # check for small copy
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D110_bignum.t38 ok(!(ref $num and $num->isa('Math::BigInt')), 'small integer is not a BigInt');
39 ok(!(ref $num and $num->isa('Math::BigFloat')), 'small integer is not a BigFloat');
/openbsd/games/quiz/datfiles/
H A Dposneg1 large|big:small
18 big|large:little|small

12345678910>>...31