Searched refs:one (Results 351 - 375 of 2201) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dwarn-keydir.conf8 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
H A Dlmdb-mapsize-largest.conf8 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
H A Dlmdb-mapsize-smallest.conf8 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
/netbsd-current/lib/libm/src/
H A Ds_tanhl.c48 static const double one = 1.0; variable
132 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */
133 else return one/x-one; /* tanh(NaN) = NaN */
172 z = one - one/(lo+0.5+hi);
175 z = one - tiny; /* raise inexact flag */
H A De_powf.c30 one = 1.0, variable
71 if(iy==0) return one;
74 if (hx==0x3f800000) return one;
99 return one; /* (-1)**+-inf is NaN */
106 if(hy<0) return one/x; else return x;
118 if(hy<0) z = one/z; /* z = (1/|x|) */
133 sn = one; /* s (sign of result -ve**odd) = -1 else = 1 */
134 if((n|(yisint-1))==0) sn = -one;/* (-ve)**(odd int) */
138 /* over/underflow if x is not close to one */
168 v = one/(a
[all...]
H A Dk_tanf.c24 one = 1.0000000000e+00, /* 0x3f800000 */ variable
52 if((ix|(iy+1))==0) return one/fabsf(x);
53 else return (iy==1)? x: -one/x;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh/
H A Dloop.s16 # Loop should execute one instruction five times.
22 # r1 = 0xa5a5a5a5 + 8 (five in loop, two after, one before)
44 # r1 = 0xa5a5a5a5 + 14 (ten in loop, three after, one before)
67 # r1 = 0xa5a5a5a5 + 18 (fifteen in loop, two after, one before)
94 # r1 = 0xa5a5a5a5 + 23 (20 in loop, two after, one before)
122 # r1 = 0xa5a5a5a5 + 28 (25 in loop, two after, one before)
157 # r1 = 0xa5a5a5a5 + 64 (60 in loop, three after, one before)
171 # Loop should execute one instruction five times.
178 # r1 = 0xa5a5a5a5 + 8 (five in loop, two after, one before)
200 # r1 = 0xa5a5a5a5 + 13 (ten in loop, two after, one befor
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/sh/
H A Dloop.s16 # Loop should execute one instruction five times.
22 # r1 = 0xa5a5a5a5 + 8 (five in loop, two after, one before)
44 # r1 = 0xa5a5a5a5 + 14 (ten in loop, three after, one before)
67 # r1 = 0xa5a5a5a5 + 18 (fifteen in loop, two after, one before)
94 # r1 = 0xa5a5a5a5 + 23 (20 in loop, two after, one before)
122 # r1 = 0xa5a5a5a5 + 28 (25 in loop, two after, one before)
157 # r1 = 0xa5a5a5a5 + 64 (60 in loop, three after, one before)
171 # Loop should execute one instruction five times.
178 # r1 = 0xa5a5a5a5 + 8 (five in loop, two after, one before)
200 # r1 = 0xa5a5a5a5 + 13 (ten in loop, two after, one befor
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/tests/
H A Dqueue_test.c59 item_t one, two, three, four, five; local
66 item_init(&one, 1);
80 ATF_CHECK(! ISC_QLINK_LINKED(&one, qlink));
81 ISC_QUEUE_PUSH(queue, &one, qlink);
82 ATF_CHECK(ISC_QLINK_LINKED(&one, qlink));
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dtest079-proxy-timeout73 # - one with idle timeout set: dc=idle-timeout,$BASED
74 # - one with connection TTL set: dc=conn-ttl,$BASEDN
142 $LDAPSEARCH -b "cn=Connections,cn=database 2,cn=databases,cn=monitor" -s one -LLL olmDbConnURI \
153 $LDAPSEARCH -b "cn=Connections,cn=database 3,cn=databases,cn=monitor" -s one -LLL olmDbConnURI \
174 $LDAPSEARCH -b "cn=Connections,cn=database 2,cn=databases,cn=monitor" -s one -LLL olmDbConnURI \
185 $LDAPSEARCH -b "cn=Connections,cn=database 3,cn=databases,cn=monitor" -s one -LLL olmDbConnURI \
238 $LDAPSEARCH -b "cn=Connections,cn=database 2,cn=databases,cn=monitor" -s one -LLL olmDbConnURI \
249 $LDAPSEARCH -b "cn=Connections,cn=database 3,cn=databases,cn=monitor" -s one -LLL olmDbConnURI \
270 $LDAPSEARCH -b "cn=Connections,cn=database 2,cn=databases,cn=monitor" -s one -LLL olmDbConnURI \
281 $LDAPSEARCH -b "cn=Connections,cn=database 3,cn=databases,cn=monitor" -s one
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dv850-opc.c40 #define one(x) ((unsigned int) (x)) macro
1447 { "callt", one (0x0200), one (0xffc0), {IMM6}, 0, PROCESSOR_NOT_V850 },
1462 { "dbcp", one (0xe840), one (0xffff), {0}, 0, PROCESSOR_V850E3V5_UP },
1464 { "dbhvtrap", one (0xe040), one (0xffff), {0}, 0, PROCESSOR_V850E3V5_UP },
1472 { "dbtrap", one (0xf840), one (0xffff), {0}, 0, PROCESSOR_NOT_V850 },
1509 { "fetrap", one (
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dv850-opc.c40 #define one(x) ((unsigned int) (x)) macro
1447 { "callt", one (0x0200), one (0xffc0), {IMM6}, 0, PROCESSOR_NOT_V850 },
1462 { "dbcp", one (0xe840), one (0xffff), {0}, 0, PROCESSOR_V850E3V5_UP },
1464 { "dbhvtrap", one (0xe040), one (0xffff), {0}, 0, PROCESSOR_V850E3V5_UP },
1472 { "dbtrap", one (0xf840), one (0xffff), {0}, 0, PROCESSOR_NOT_V850 },
1509 { "fetrap", one (
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dv850-opc.c40 #define one(x) ((unsigned int) (x)) macro
1447 { "callt", one (0x0200), one (0xffc0), {IMM6}, 0, PROCESSOR_NOT_V850 },
1462 { "dbcp", one (0xe840), one (0xffff), {0}, 0, PROCESSOR_V850E3V5_UP },
1464 { "dbhvtrap", one (0xe040), one (0xffff), {0}, 0, PROCESSOR_V850E3V5_UP },
1472 { "dbtrap", one (0xf840), one (0xffff), {0}, 0, PROCESSOR_NOT_V850 },
1509 { "fetrap", one (
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dv850-opc.c40 #define one(x) ((unsigned int) (x)) macro
1447 { "callt", one (0x0200), one (0xffc0), {IMM6}, 0, PROCESSOR_NOT_V850 },
1462 { "dbcp", one (0xe840), one (0xffff), {0}, 0, PROCESSOR_V850E3V5_UP },
1464 { "dbhvtrap", one (0xe040), one (0xffff), {0}, 0, PROCESSOR_V850E3V5_UP },
1472 { "dbtrap", one (0xf840), one (0xffff), {0}, 0, PROCESSOR_NOT_V850 },
1509 { "fetrap", one (
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c79 threshold is set to "size+1" to avoid karatsuba, or to "size" to use one
537 one (mp_size_t *threshold, struct param_t *param) function
625 /* Calculate the fraction by which the one or the other routine is
722 one, if functions[i] is fastest, the value of the define is i+1.
1142 /* Use plain one() mechanism, for some reasonable initial values of k. The
1165 one (&thres, &param);
1332 one (&mul_toom22_threshold, &param);
1350 one (&mul_toom33_threshold, &param);
1366 one (&mul_toom44_threshold, &param);
1382 one (
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decp_mont.c140 BIGNUM *one = NULL; local
161 one = BN_new();
162 if (one == NULL)
164 if (!BN_to_montgomery(one, BN_value_one(), mont, ctx))
169 group->field_data2 = one;
170 one = NULL;
182 BN_free(one);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_mont.c148 BIGNUM *one = NULL; local
169 one = BN_new();
170 if (one == NULL)
172 if (!BN_to_montgomery(one, BN_value_one(), mont, ctx))
177 group->field_data2 = one;
178 one = NULL;
190 BN_free(one);
/netbsd-current/lib/libm/noieee_src/
H A Dn_atan2.c52 * is further reduced to one of the following intervals and the
96 * if trig is one of sin, cos, tan, then computed trig(y) returns the
180 static const double zero=0, one=1, small=1.0E-9, big=1.0E18; local
190 signy = copysign(one,y) ;
191 signx = copysign(one,x) ;
194 if(x==1) { y=copysign(y,one); t=y; if(finite(t)) goto begin;}
197 if(y==zero) return((signx==one)?y:copysign(PI,signy));
205 return(copysign((signx==one)?PIo4:3*PIo4,signy));
207 return(copysign((signx==one)?zero:PI,signy));
213 x=copysign(x,one);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dtanq_kernel.c62 one = 1, variable
99 return one / fabsq (x);
106 return -one / x;
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dtanq_kernel.c62 one = 1, variable
99 return one / fabsq (x);
106 return -one / x;
/netbsd-current/external/bsd/unbound/dist/testdata/acl_interface.tdir/
H A Dacl_interface.conf10 define-tag: "one two refuse"
33 interface-tag: @IPV4_ADDR@@@PORT_TAG_1@ "one"
36 interface-tag-action: @IPV4_ADDR@@@PORT_TAG_1@ one redirect
37 interface-tag-data: @IPV4_ADDR@@@PORT_TAG_1@ one "A 1.1.1.1"
67 interface-tag: @IPV6_ADDR@@@PORT_TAG_1@ "one"
70 interface-tag-action: @IPV6_ADDR@@@PORT_TAG_1@ one redirect
71 interface-tag-data: @IPV6_ADDR@@@PORT_TAG_1@ one "A 1.1.1.1"
101 interface-tag: @INTERFACE@@@PORT_TAG_1@ "one"
104 interface-tag-action: @INTERFACE@@@PORT_TAG_1@ one redirect
105 interface-tag-data: @INTERFACE@@@PORT_TAG_1@ one "
[all...]
/netbsd-current/sys/arch/evbarm/iq80310/
H A Diq80310var.h45 * Otherwise, make sure only one board type option is specified.
48 #error May not define more than one IOP310 board type
/netbsd-current/share/man/tools/
H A Dcknames19 echo "$dt\n" > $TMPDIR/not.one.line$sec
46 echo $file >> $TMPDIR/not.one.line$sec
/netbsd-current/sys/lib/libkern/arch/m68k/
H A Dskpc.S62 addqw #1,%d0 | overshot by one
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dctfloat.h44 static real_t one; member in struct:CTFloat

Completed in 227 milliseconds

<<11121314151617181920>>