Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 5452) sorted by relevance

12345678910>>...219

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dm68k-opc.c24 #define one(x) ((unsigned int) (x) << 16) macro
37 {"abcd", 2, one(0140400), one(0170770), "DsDd", m68000up },
38 {"abcd", 2, one(0140410), one(0170770), "-s-d", m68000up },
40 {"addaw", 2, one(0150300), one(0170700), "*wAd", m68000up },
41 {"addal", 2, one(0150700), one(0170700), "*lAd", m68000up | mcfisa_a },
43 {"addib", 4, one(0003000), one(0177700), "#b$s", m68000up },
44 {"addiw", 4, one(0003100), one(0177700), "#w$s", m68000up },
45 {"addil", 6, one(0003200), one(0177700), "#l$s", m68000up },
46 {"addil", 6, one(0003200), one(0177700), "#lDs", mcfisa_a },
48 {"addqb", 2, one(0050000), one(0170700), "Qd$b", m68000up },
[all …]
H A Dv850-opc.c40 #define one(x) ((unsigned int) (x)) macro
1443 { "callt", one (0x0200), one (0xffc0), {IMM6}, 0, PROCESSOR_NOT_V850 },
1458 { "dbcp", one (0xe840), one (0xffff), {0}, 0, PROCESSOR_V850E3V5_UP },
1460 { "dbhvtrap", one (0xe040), one (0xffff), {0}, 0, PROCESSOR_V850E3V5_UP },
1468 { "dbtrap", one (0xf840), one (0xffff), {0}, 0, PROCESSOR_NOT_V850 },
1505 { "fetrap", one (0x0040), one (0x87ff), {I4U_NOTIMM0}, 0, PROCESSOR_V850E2_UP },
1518 { "jarl", one (0x02e0), one (0xffe0), {D32_31_PCREL, R1_NOTR0}, 0, PROCESSOR_V850E2_UP },
1524 { "jarl32", one (0x02e0), one (0xffe0), {D32_31_PCREL, R1_NOTR0}, 0, PROCESSOR_V850E2_UP | PROCE…
1525 { "jarlw", one (0x02e0), one (0xffe0), {D32_31_PCREL, R1_NOTR0}, 0, PROCESSOR_V850E2_UP | PROCES…
1528 { "jmp", one (0x06e0), one (0xffe0), {D32_31, R1}, 2, PROCESSOR_V850E2 | PROCESSOR_V850E2V3 },
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dm68k-opc.c24 #define one(x) ((unsigned int) (x) << 16) macro
37 {"abcd", 2, one(0140400), one(0170770), "DsDd", m68000up },
38 {"abcd", 2, one(0140410), one(0170770), "-s-d", m68000up },
40 {"addaw", 2, one(0150300), one(0170700), "*wAd", m68000up },
41 {"addal", 2, one(0150700), one(0170700), "*lAd", m68000up | mcfisa_a },
43 {"addib", 4, one(0003000), one(0177700), "#b$s", m68000up },
44 {"addiw", 4, one(0003100), one(0177700), "#w$s", m68000up },
45 {"addil", 6, one(0003200), one(0177700), "#l$s", m68000up },
46 {"addil", 6, one(0003200), one(0177700), "#lDs", mcfisa_a },
48 {"addqb", 2, one(0050000), one(0170700), "Qd$b", m68000up },
[all …]
H A Dv850-opc.c40 #define one(x) ((unsigned int) (x)) macro
1443 { "callt", one (0x0200), one (0xffc0), {IMM6}, 0, PROCESSOR_NOT_V850 },
1458 { "dbcp", one (0xe840), one (0xffff), {0}, 0, PROCESSOR_V850E3V5_UP },
1460 { "dbhvtrap", one (0xe040), one (0xffff), {0}, 0, PROCESSOR_V850E3V5_UP },
1468 { "dbtrap", one (0xf840), one (0xffff), {0}, 0, PROCESSOR_NOT_V850 },
1505 { "fetrap", one (0x0040), one (0x87ff), {I4U_NOTIMM0}, 0, PROCESSOR_V850E2_UP },
1518 { "jarl", one (0x02e0), one (0xffe0), {D32_31_PCREL, R1_NOTR0}, 0, PROCESSOR_V850E2_UP },
1524 { "jarl32", one (0x02e0), one (0xffe0), {D32_31_PCREL, R1_NOTR0}, 0, PROCESSOR_V850E2_UP | PROCE…
1525 { "jarlw", one (0x02e0), one (0xffe0), {D32_31_PCREL, R1_NOTR0}, 0, PROCESSOR_V850E2_UP | PROCES…
1528 { "jmp", one (0x06e0), one (0xffe0), {D32_31, R1}, 2, PROCESSOR_V850E2 | PROCESSOR_V850E2V3 },
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68851.h82 {"pbac", one(0xf0c7), one(0xffbf), "Bc"},
83 {"pbacw", one(0xf087), one(0xffbf), "Bc"},
84 {"pbas", one(0xf0c6), one(0xffbf), "Bc"},
85 {"pbasw", one(0xf086), one(0xffbf), "Bc"},
86 {"pbbc", one(0xf0c1), one(0xffbf), "Bc"},
87 {"pbbcw", one(0xf081), one(0xffbf), "Bc"},
88 {"pbbs", one(0xf0c0), one(0xffbf), "Bc"},
89 {"pbbsw", one(0xf080), one(0xffbf), "Bc"},
90 {"pbcc", one(0xf0cf), one(0xffbf), "Bc"},
91 {"pbccw", one(0xf08f), one(0xffbf), "Bc"},
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68851.h82 {"pbac", one(0xf0c7), one(0xffbf), "Bc"},
83 {"pbacw", one(0xf087), one(0xffbf), "Bc"},
84 {"pbas", one(0xf0c6), one(0xffbf), "Bc"},
85 {"pbasw", one(0xf086), one(0xffbf), "Bc"},
86 {"pbbc", one(0xf0c1), one(0xffbf), "Bc"},
87 {"pbbcw", one(0xf081), one(0xffbf), "Bc"},
88 {"pbbs", one(0xf0c0), one(0xffbf), "Bc"},
89 {"pbbsw", one(0xf080), one(0xffbf), "Bc"},
90 {"pbcc", one(0xf0cf), one(0xffbf), "Bc"},
91 {"pbccw", one(0xf08f), one(0xffbf), "Bc"},
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/build/
H A DMakefile11 $(OBJDIR)/clean-one.o: $(SRCDIR)/clean-one.c
12 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/clean-one.c
17 $(OBJDIR)/emit-one.o: $(SRCDIR)/emit-one.c
18 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/emit-one.c
23 $(OBJDIR)/broken-one.o: $(SRCDIR)/broken-one.c
24 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/broken-one.c
29 $(PROGRAM): $(OBJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o $(OBJDIR)/emit-one.o $(OBJ…
30 …C) $(LDFLAGS) -o $@ $(OBJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o $(OBJDIR)/emit-on…
34 build_clean: $(OBJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o
36 build_broken: $(OBJDIR)/main.o $(OBJDIR)/broken-one.o $(OBJDIR)/broken-two.o
[all …]
/netbsd-src/lib/libm/src/
H A Ds_erf.c119 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
200 return (double)(1-i)+one/x; /* erf(+-inf)=+-1 */ in erf()
211 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5)))); in erf()
216 s = fabs(x)-one; in erf()
218 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6))))); in erf()
222 if(hx>=0) return one-tiny; else return tiny-one; in erf()
225 s = one/(x*x); in erf()
229 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erf()
234 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erf()
240 if(hx>=0) return one-r/x; else return r/x-one; in erf()
[all …]
H A Ds_erff.c27 one = 1.0000000000e+00, /* 0x3F800000 */ variable
108 return (float)(1-i)+one/x; /* erf(+-inf)=+-1 */ in erff()
120 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5)))); in erff()
125 s = fabsf(x)-one; in erff()
127 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6))))); in erff()
131 if(hx>=0) return one-tiny; else return tiny-one; in erff()
134 s = one/(x*x); in erff()
138 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erff()
143 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erff()
149 if(hx>=0) return one-r/x; else return r/x-one; in erff()
[all …]
H A De_j0f.c29 one = 1.0, variable
52 if(ix>=0x7f800000) return one/(x*x); in __ieee754_j0f()
79 if(huge+x>one) { /* raise inexact if x != 0 */ in __ieee754_j0f()
80 if(ix<0x32000000) return one; /* |x|<2**-27 */ in __ieee754_j0f()
81 else return one - (float)0.25*x*x; in __ieee754_j0f()
86 s = one+z*(S01+z*(S02+z*(S03+z*S04))); in __ieee754_j0f()
88 return one + z*((float)-0.25+(r/s)); in __ieee754_j0f()
91 return((one+u)*(one-u)+z*(r/s)); in __ieee754_j0f()
117 if(ix>=0x7f800000) return one/(x+x*x); in __ieee754_y0f()
118 if(ix==0) return -one/zero; in __ieee754_y0f()
[all …]
H A De_j0.c71 one = 1.0, variable
94 if(ix>=0x7ff00000) return one/(x*x); in __ieee754_j0()
118 if(huge+x>one) { /* raise inexact if x != 0 */ in __ieee754_j0()
119 if(ix<0x3e400000) return one; /* |x|<2**-27 */ in __ieee754_j0()
120 else return one - 0.25*x*x; in __ieee754_j0()
125 s = one+z*(S01+z*(S02+z*(S03+z*S04))); in __ieee754_j0()
127 return one + z*(-0.25+(r/s)); in __ieee754_j0()
130 return((one+u)*(one-u)+z*(r/s)); in __ieee754_j0()
156 if(ix>=0x7ff00000) return one/(x+x*x); in __ieee754_y0()
157 if((ix|lx)==0) return -one/zero; in __ieee754_y0()
[all …]
H A Ds_tanhf.c24 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable
37 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */ in tanhf()
38 else return one/x-one; /* tanh(NaN) = NaN */ in tanhf()
44 return x*(one+x); /* tanh(small) = small */ in tanhf()
47 z = one - two/(t+two); in tanhf()
54 z = one - tiny; /* raised inexact flag */ in tanhf()
H A Ds_tanh.c45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
59 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */ in tanh()
60 else return one/x-one; /* tanh(NaN) = NaN */ in tanh()
66 return x*(one+x); /* tanh(small) = small */ in tanh()
69 z = one - two/(t+two); in tanh()
76 z = one - tiny; /* raised inexact flag */ in tanh()
/netbsd-src/lib/libm/noieee_src/
H A Dn_cabs.c107 static const double zero=0, one=1, in hypot() local
116 x=copysign(x,one); in hypot()
117 y=copysign(y,one); in hypot()
125 { one+small; return(x); } in hypot()
131 r=r+sqrt(one+r*r); } in hypot()
143 return(copysign(y,one)); in hypot()
148 return (copysign(x,one)); in hypot()
154 else return(copysign(y,one)); /* y is INF */ in hypot()
191 static const double zero=0, one=1;
200 x=copysign(x,one);
[all …]
H A Dn_pow.c116 #define endian (((*(int *) &one)) ? 1 : 0)
121 static const double zero=0.0, one=1.0, two=2.0, negone= -1.0; variable
143 return (one); in pow()
144 else if (y==one || (_IEEE && x != x)) in pow()
149 if ((t=fabs(x))==one) /* +-1 ** +-INF is NaN */ in pow()
151 else if (t>one) in pow()
158 return (one/x); in pow()
160 else if (copysign(one, x) == one) in pow()
169 else if (copysign(t,one) == one) in pow()
174 return ((y>zero)? -x : one/(-x)); in pow()
[all …]
H A Dn_j0.c128 one = 1.0, variable
148 return one/(x*x); in j0()
180 if (huge+x > one) { /* raise inexact if x != 0 */ in j0()
182 return one; in j0()
183 else return (one - 0.25*x*x); in j0()
188 s = one+z*(s01+z*(s02+z*(s03+z*s04))); in j0()
189 if (x < one) { /* |x| < 1.00 */ in j0()
190 return (one + z*(-0.25+(r/s))); in j0()
193 return ((one+u)*(one-u)+z*(r/s)); in j0()
217 return (one/(x+x*x)); in y0()
[all …]
H A Dn_erf.c166 one = 1.0, variable
272 return (x > 0 ? one : -one); /* erf(+/-inf)= +/-1 */ in erf()
288 s = fabs(x)-one; in erf()
290 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6))))); in erf()
298 return (one-tiny); in erf()
300 return (tiny-one); in erf()
304 s = -one/z; in erf()
308 S = one+s*(sc1+s*(sc2+s*sc3)); in erf()
312 S = one+s*(sb1+s*(sb2+s*sb3)); in erf()
318 return (one-z); in erf()
[all …]
H A Dn_asincos.c103 double s,t,one=1.0; in __weak_alias() local
107 s=copysign(x,one); in __weak_alias()
109 return(atan2(x,sqrt(one-x*x))); in __weak_alias()
111 { t=one-s; s=t+t; return(atan2(x,sqrt(s-t*t))); } in __weak_alias()
176 double t,one=1.0; in acos() local
181 t=atan2(sqrt((one-x)/(one+x)),one); in acos()
183 t=atan2(one,0.0); /* t = PI/2 */ in acos()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_location.py27 one = get_cursor(tu, 'one')
30 self.assertIsNotNone(one)
33 self.assert_location(one.location,line=1,column=5,offset=4)
38 one = get_cursor(tu, 'one')
41 self.assertIsNotNone(one)
44 self.assert_location(one.location,line=2,column=5,offset=5)
49 one = get_cursor(tu, 'one')
52 self.assert_location(one.location,line=1,column=6,offset=5)
63 one = get_cursor(tu, 'one')
64 self.assertIsNotNone(one)
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarmod-sysv.mk17 .if ${one.c two.c three.c:L:.c=.o} != "one.o two.o three.o"
41 .if ${one two three:L:%=(%)} != "(one) (two) (three)"
53 .if ${one two:L:${:Uone}=${:U1}} != "1 two"
141 .if ${one two:L:o%=a%w} != "anew two"
146 .if ${one two:L:=X} != "oneX twoX"
151 .if ${one two:L:o=X} != "one twX"
156 .if ${one tw
[all...]
/netbsd-src/lib/libm/ld128/
H A Ds_erfl.c29 one = 1, variable
202 return (1-i)+one/x; /* erfl(+-inf)=+-1 */ in erfl()
215 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*(qq5+z*(qq6+z*(qq7+ in erfl()
221 s = ax-one; in erfl()
224 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*(qa6+s*(qa7+ in erfl()
229 if(x>=0) return (one-tiny); else return (tiny-one); in erfl()
231 s = one/(ax*ax); in erfl()
236 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*(sa5+s*(sa6+s*(sa7+ in erfl()
243 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*(sb7+ in erfl()
249 if(x>=0) return (one-r/ax); else return (r/ax-one); in erfl()
[all …]
/netbsd-src/external/mit/libcbor/dist/test/
H A Dcbor_serialize_test.c163 cbor_item_t *one = cbor_build_uint8(1); in test_serialize_definite_array() local
166 cbor_array_push(item, one); in test_serialize_definite_array()
168 cbor_array_replace(item, 0, one); in test_serialize_definite_array()
173 cbor_decref(&one); in test_serialize_definite_array()
179 cbor_item_t *one = cbor_build_uint8(1); in test_serialize_indefinite_array() local
182 cbor_array_push(item, one); in test_serialize_indefinite_array()
188 cbor_decref(&one); in test_serialize_indefinite_array()
194 cbor_item_t *one = cbor_build_uint8(1); in test_serialize_definite_map() local
197 cbor_map_add(item, (struct cbor_pair){.key = one, .value = two}); in test_serialize_definite_map()
198 cbor_map_add(item, (struct cbor_pair){.key = two, .value = one}); in test_serialize_definite_map()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dtanhq.c46 static const __float128 one = 1.0, two = 2.0, tiny = 1.0e-4900Q; variable
64 return one / x - one; /* tanhq(-inf)= -1; */ in tanhq()
66 return one / x + one; /* tanhq(+inf)=+1 */ in tanhq()
77 return x * (one + tiny); /* tanh(small) = small */ in tanhq()
83 z = one - two / (t + two); in tanhq()
94 z = one - tiny; /* raised inexact flag */ in tanhq()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dtanhq.c46 static const __float128 one = 1.0, two = 2.0, tiny = 1.0e-4900Q; variable
64 return one / x - one; /* tanhq(-inf)= -1; */ in tanhq()
66 return one / x + one; /* tanhq(+inf)=+1 */ in tanhq()
77 return x * (one + tiny); /* tanh(small) = small */ in tanhq()
83 z = one - two / (t + two); in tanhq()
94 z = one - tiny; /* raised inexact flag */ in tanhq()
/netbsd-src/lib/libm/ld80/
H A Ds_erfl.c29 one = 1, variable
225 return (1-i)+one/x; /* erfl(+-inf)=+-1 */ in erfl()
239 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*(qq5+z*qq6))))); in erfl()
244 s = ax-one; in erfl()
246 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*(qa6+s*qa7)))))); in erfl()
250 if(x>=0) RETURNI(one-tiny); else RETURNI(tiny-one); in erfl()
252 s = one/(ax*ax); in erfl()
256 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*(sa5+s*(sa6+s*(sa7+ in erfl()
260 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*sb7)))))); in erfl()
264 if(x>=0) RETURNI(one-r/ax); else RETURNI(r/ax-one); in erfl()
[all …]

12345678910>>...219