/openbsd/regress/lib/libm/msun/ |
H A D | fmaxmin_test.c | 62 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 D | style.css | 3 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 D | sntrup761.c | 497 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 D | stat.c | 499 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 D | 20011214-1.c | 3 #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 D | objalloc.c | 200 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 D | bzlib.h | 80 # 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 D | accept01.t | 65 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 D | fail37-frag.c | 4 } small; typedef 9 small s[4];
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 931110-1.c | 4 } small; typedef 9 small s[10];
|
/openbsd/usr.bin/file/magdir/ |
H A D | xenix | 6 # "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 D | t-m32r | 47 # -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 D | sized-enum.c | 24 short enum Small small[3]; in main() local 31 small[i] = (short enum Small) i; in main()
|
/openbsd/usr.bin/ssh/ |
H A D | sntrup761.c | 1694 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 D | t_getlogin.c | 52 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 D | t-m32r | 54 # -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 D | true-false | 8 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 D | time.t | 191 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 D | Bunzip2.pm | 16 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 D | bcmp.S | 40 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 D | gettimeofday.t | 18 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 D | Peek.t | 841 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 D | memmove.S | 53 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 D | 110_bignum.t | 38 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 D | posneg | 1 large|big:small 18 big|large:little|small
|