Home
last modified time | relevance | path

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

12345678910>>...31

/openbsd-src/regress/lib/libm/msun/
H A Dfmaxmin_test.c60 testall_r(long double big, long double small, int rmode) in testall_r() argument
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()
68 TEST(fmaxl, long double, big, small, expected_max, rmode); in testall_r()
69 TEST(fmaxl, long double, small, big, expected_max, rmode); in testall_r()
70 TEST(fminf, float, big, small, expected_min, rmode); in testall_r()
[all …]
/openbsd-src/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-src/sbin/iked/
H A Dsntrup761.c419 typedef int8 small; typedef
425 static small F3_freeze(int16 x) in F3_freeze()
480 static int Weightw_mask(small *r) in Weightw_mask()
490 static void R3_fromRq(small *out,const Fq *r) in R3_fromRq()
497 static void R3_mult(small *h,const small *f,const small *g) in R3_mult()
499 small fg[p+p-1]; in R3_mult()
500 small result; in R3_mult()
523 static int R3_recip(small *out,const small *in) in R3_recip()
525 small f[p+1],g[p+1],v[p+1],r[p+1]; in R3_recip()
571 static void Rq_mult_small(Fq *h,const Fq *f,const small *g) in Rq_mult_small()
[all …]
/openbsd-src/usr.bin/ssh/
H A Dsntrup761.c1694 typedef int8_t small;
1698 typedef small Inputs[p];
1702 static small F3_freeze(int16_t x) { return x - 3 * ((10923 * x + 16384) >> 15); }
1713 static int Weightw_mask(small *r) {
1820 static void R3_fromRq(small *out, const Fq *r) {
1825 static void R3_mult(small *h, const small *f, const small *g) {
1836 static int R3_recip(small *out, const small *i
419 typedef int8 small; global() typedef
[all...]
/openbsd-src/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()
545 small = (sizeof(st->st_mode) == 4); in format1()
578 small = (sizeof(st->st_dev) == 4); in format1()
586 small = (sizeof(st->st_uid) == 4); in format1()
599 small = (sizeof(st->st_gid) == 4); in format1()
636 small = (sizeof(secs) == 4); in format1()
647 small = (sizeof(st->st_size) == 4); in format1()
[all …]
/openbsd-src/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-src/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-src/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-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Daccept01.t54 my($large, $small) = @_;
57 print("# supahstring $large is smaller than target-starter $small\n"),
58 return '' if length($large) < length($small);
59 if( substr($large, 0, length($small)) eq $small ) {
60 #print "# Supahstring $large\n# indeed starts with $small\n";
63 print "# Supahstring $large\n# !starts w/ $small\n";
/openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dfail37-frag.c4 } small; typedef
9 small s[4];
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D931110-1.c4 } small; typedef
9 small s[10];
/openbsd-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/gnu/usr.bin/perl/ext/Devel-Peek/t/
H A DPeek.t841 my %small = ("Perl", "Rules", "Beer", "Foamy");
842 my $b = %small;
843 do_test('small hash',
844 \%small,
867 $b = keys %small;
869 do_test('small hash after keys',
870 \%small,
897 $b = %small;
899 do_test('small hash after keys and scalar',
900 \%small,
[all...]
/openbsd-src/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-src/games/quiz/datfiles/
H A Dposneg1 large|big:small
18 big|large:little|small
/openbsd-src/lib/libm/src/ld80/
H A De_tgammal.c285 goto small; in tgammal()
304 small: in tgammal()

12345678910>>...31