Searched refs:tiny (Results 1 - 25 of 52) sorted by relevance

123

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D931004-1.c1 struct tiny struct
6 f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
23 struct tiny x[3];
H A D931004-3.c1 struct tiny struct
6 f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
23 struct tiny x[3];
H A D931004-7.c1 struct tiny struct
6 f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
23 struct tiny x[3];
H A D931004-5.c1 struct tiny struct
7 f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
30 struct tiny x[3];
H A D931004-9.c1 struct tiny struct
7 f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
30 struct tiny x[3];
H A D931004-2.c3 struct tiny struct
10 struct tiny x;
17 x = va_arg (ap,struct tiny);
31 struct tiny x[3];
H A D931004-4.c3 struct tiny struct
10 struct tiny x;
17 x = va_arg (ap,struct tiny);
31 struct tiny x[3];
H A D931004-8.c3 struct tiny struct
10 struct tiny x;
17 x = va_arg (ap,struct tiny);
31 struct tiny x[3];
H A D931004-11.c1 struct tiny struct
8 f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
37 struct tiny x[3];
H A D931004-10.c3 struct tiny struct
11 struct tiny x;
18 x = va_arg (ap,struct tiny);
34 struct tiny x[3];
H A D931004-12.c3 struct tiny struct
12 struct tiny x;
19 x = va_arg (ap,struct tiny);
37 struct tiny x[3];
H A D931004-14.c3 struct tiny struct
13 struct tiny x;
20 x = va_arg (ap,struct tiny);
40 struct tiny x[3];
H A D931004-6.c3 struct tiny struct
11 struct tiny x;
18 x = va_arg (ap,struct tiny);
34 struct tiny x[3];
H A D931004-13.c1 struct tiny struct
9 f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
44 struct tiny x[3];
H A Dstrct-stdarg-1.c3 struct tiny struct
14 struct tiny x;
21 x = va_arg (ap,struct tiny);
43 struct tiny x[3];
/openbsd-current/lib/libm/src/
H A De_atan2f.c20 tiny = 1.0e-30, variable
48 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
49 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
53 if(ix==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
59 case 0: return pi_o_4+tiny;/* atan(+INF,+INF) */
60 case 1: return -pi_o_4-tiny;/* atan(-INF,+INF) */
61 case 2: return (float)3.0*pi_o_4+tiny;/*atan(+INF,-INF)*/
62 case 3: return (float)-3.0*pi_o_4-tiny;/*atan(-INF,-INF)*/
68 case 2: return pi+tiny ; /* ata
[all...]
H A De_atan2.c46 tiny = 1.0e-300, variable
75 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
76 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
80 if((ix|lx)==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
86 case 0: return pi_o_4+tiny;/* atan(+INF,+INF) */
87 case 1: return -pi_o_4-tiny;/* atan(-INF,+INF) */
88 case 2: return 3.0*pi_o_4+tiny;/*atan(+INF,-INF)*/
89 case 3: return -3.0*pi_o_4-tiny;/*atan(-INF,-INF)*/
95 case 2: return pi+tiny ; /* ata
[all...]
H A De_atan2l.c36 tiny = 1.0e-300; variable
111 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
112 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
124 return (expsigny<0)? -pio2_hi-tiny: pio2_hi+tiny;
130 case 0: return pio2_hi*0.5+tiny;/* atan(+INF,+INF) */
131 case 1: return -pio2_hi*0.5-tiny;/* atan(-INF,+INF) */
132 case 2: return 1.5*pio2_hi+tiny;/*atan(+INF,-INF)*/
133 case 3: return -1.5*pio2_hi-tiny;/*atan(-INF,-INF)*/
139 case 2: return pi+tiny ; /* ata
[all...]
H A Ds_scalbnf.c23 tiny = 1.0e-30; variable
36 if (n< -50000) return tiny*x; /*underflow*/
46 else return tiny*copysignf(tiny,x); /*underflow*/
H A Ds_scalbnl.c38 tiny = 0x1p-16000L; variable
61 if (n< -50000) return tiny*x; /*underflow*/
71 else return tiny*copysign(tiny,x); /*underflow*/
H A Ds_tanh.c42 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
75 z = one - tiny; /* raised inexact flag */
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dsized-enum.c25 char enum Tiny tiny[3]; local
32 tiny[i] = (char enum Tiny) i;
/openbsd-current/lib/libm/src/ld128/
H A Ds_tanhl.c56 static const long double one = 1.0, two = 2.0, tiny = 1.0e-4900L; variable
85 return x * (one + tiny); /* tanh(small) = small */
101 z = one - tiny; /* raised inexact flag */
/openbsd-current/lib/libm/src/ld80/
H A Ds_tanhl.c41 static const long double one=1.0, two=2.0, tiny = 1.0e-4900L; variable
66 return x*(one+tiny); /* tanh(small) = small */
76 z = one - tiny; /* raised inexact flag */
/openbsd-current/regress/lib/libc/ieeefp/except/
H A Dexcept.c19 volatile const double tiny = DBL_MIN; variable
91 x = tiny * tiny;
98 x = tiny * tiny;

Completed in 221 milliseconds

123