Home
last modified time | relevance | path

Searched defs:two (Results 1 – 25 of 99) sorted by relevance

1234

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_105.c22 struct two { struct
23 int before_member; /* make the offset of 'member' different */
24 int member;
H A Dmsg_186.c11 unsigned two: 2; member
/netbsd-src/external/mit/libcbor/dist/test/
H A Dcbor_serialize_test.c164 cbor_item_t *two = cbor_build_uint8(2); in test_serialize_definite_array() local
180 cbor_item_t *two = cbor_build_uint8(2); in test_serialize_indefinite_array() local
195 cbor_item_t *two = cbor_build_uint8(2); in test_serialize_definite_map() local
211 cbor_item_t *two = cbor_build_uint8(2); in test_serialize_indefinite_map() local
H A Dtype_4_encoders_test.c38 cbor_item_t *two = cbor_build_uint8(2); in test_indef_array_encoding() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
H A Dfloatundisf.S13 two: label
/netbsd-src/lib/libm/src/
H A Ds_tanhf.c24 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable
H A Ds_tanh.c45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
H A De_jnf.c28 two = 2.0000000000e+00, /* 0x40000000 */ variable
H A De_jn.c50 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
/netbsd-src/lib/libm/noieee_src/
H A Dn_tanh.c79 static const double one=1.0, two=2.0, small = 1.0e-10, big = 1.0e10; in tanh() local
H A Dn_pow.c121 static const double zero=0.0, one=1.0, two=2.0, negone= -1.0; variable
H A Dn_jn.c108 two = 2.0, variable
/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
H A Djnq.c63 two = 2, variable
/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
H A Djnq.c63 two = 2, variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dcrc.d212 uint two = (cast(uint*) data.ptr)[1]; in put() local
217 … uint two = (data.ptr[7] << 24 | data.ptr[6] << 16 | data.ptr[5] << 8 | data.ptr[4]); in put() local
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Danon.c8 int two; member
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Danon.c8 int two; member
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dm68k-opc.c25 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dm68k-opc.c25 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro
/netbsd-src/external/mit/isl/dist/
H A Dbasis_reduction_templ.c67 GBR_type two; in isl_tab_compute_reduced_basis() local
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Danon-union.cc25 int two; member
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Danon-union.cc25 int two; member
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dconfig_known_tcp_ports.c141 static void vstream_swap(VSTREAM *one, VSTREAM *two) in vstream_swap()

1234