Searched refs:point (Results 1 - 25 of 775) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dd_c99_compound_literal_comma.c13 struct point { struct
18 struct point
19 point_abs(struct point point) argument
22 if (point.x >= 0 && point.y >= 0)
23 return (struct point){ point.x, point.y };
26 if (point
[all...]
H A Dmsg_319.c12 struct point { struct
15 } point = (struct point) { variable in typeref:struct:point
20 /* expect-2: error: {}-enclosed or constant initializer of type 'struct point' required [181] */
H A Dmsg_188.c8 struct point { struct
13 struct point global = {
23 struct point local = {
H A Dinit_c90.c12 struct point { struct
16 struct point point_c90 = { 0, 0 };
19 struct point point_c99 = { .x = 0, .y = 0 };
21 struct point points_c90[] = {{ 0, 0 }};
23 struct point points_c99[] = {[3] = { 0, 0 }};
26 struct point
29 return (struct point){ 0, 0 };
H A Dmsg_171.c36 * 'struct point' and 'pointer to struct point'.
41 struct point { struct
45 struct point *p = &(struct point){
53 struct point p2 = {
54 (int)sizeof(struct point){
55 (int)sizeof(struct point){
56 (int)sizeof(struct point){
57 (int)sizeof(struct point){
[all...]
H A Dmsg_104.c8 struct point { struct
14 test(struct point pt, struct point *ptr)
16 /* expect+1: error: left operand of '->' must be pointer to struct or union, not 'struct point' [104] */
H A Dmsg_103.c8 struct point { struct
13 test(struct point pt, struct point *ptr)
16 /* expect+1: error: left operand of '.' must be struct or union, not 'pointer to struct point' [103] */
H A Dd_c99_anon_struct.c8 struct point { struct
15 struct point top_left;
16 struct point bottom_right;
H A Dmsg_313.c8 struct point { struct
H A Dmsg_315.c8 struct point { struct
H A Dmsg_101.c8 struct point { struct
15 test(const struct point *ptr, const struct point pt)
22 /* expect+1: error: type 'pointer to const struct point' does not have member 'z' [101] */
24 /* expect+1: error: type 'const struct point' does not have member 'z' [101] */
28 /* expect+1: error: left operand of '.' must be struct or union, not 'pointer to const struct point' [103] */
30 /* expect+1: error: left operand of '->' must be pointer to struct or union, not 'struct point' [104] */
34 /* expect+1: error: type 'pointer to const struct point' does not have member 'z' [101] */
36 /* expect+1: error: type 'struct point' does not have member 'z' [101] */
H A Dd_c99_init.c126 struct point { struct
131 struct point point = { variable in typeref:struct:point
136 struct point point_with_designators = {
141 struct point point_with_mixed_designators = {
154 struct point origin = {
161 struct point pythagoras = { 3, 4 };
180 struct point scalar_with_several_braces = {
186 struct point top_left;
187 struct point bottom_righ
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dthumb-entry.d2 Entry point address: 0x8001
/netbsd-current/tests/usr.bin/indent/
H A Dlsym_rbrace.c58 struct point
61 return (struct point){
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Diftoa.c31 /* room for a -, INT_DIGITS digits, a decimal point, and a terminating '\0' */
34 int point = 0; local
41 if (++point == decimal_point)
43 } while (i != 0 || point < decimal_point);
49 if (++point == decimal_point)
51 } while (i != 0 || point < decimal_point);
/netbsd-current/external/lgpl3/gmp/dist/cxx/
H A Dosmpf.cc56 char point[2]; local
57 point[0] = use_facet< numpunct<char> >(o.getloc()).decimal_point();
58 point[1] = '\0';
60 const char *point = GMP_DECIMAL_POINT; local
64 ret = __gmp_doprnt_mpf (&__gmp_asprintf_funs_noformat, &d, &param, point, f);
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-watch.c151 sim_watch_point *point; local
153 for (point = watch->points; point != NULL; point = point->next)
156 point->ident,
157 watchpoint_type_to_str (sd, point->type),
158 interrupt_nr_to_str (sd, point->interrupt_nr));
159 if (point->is_periodic)
161 if (!point
175 schedule_watchpoint(SIM_DESC sd, sim_watch_point *point) argument
217 sim_watch_point *point = (sim_watch_point *) data; local
240 sim_watch_point **point; local
361 sim_watch_point *point; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-watch.c145 sim_watch_point *point; local
147 for (point = watch->points; point != NULL; point = point->next)
150 point->ident,
151 watchpoint_type_to_str (sd, point->type),
152 interrupt_nr_to_str (sd, point->interrupt_nr));
153 if (point->is_periodic)
155 if (!point
169 schedule_watchpoint(SIM_DESC sd, sim_watch_point *point) argument
209 sim_watch_point *point = (sim_watch_point *) data; local
232 sim_watch_point **point; local
353 sim_watch_point *point; local
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/build/
H A DVersionName22 case "$repotype::$point" in
26 NAME="${NAME}p${point}"
35 NAME="${NAME}p${point}"
37 *) NAME="${NAME}.${point}"
43 *) echo "Unexpected value for 'point' <$point>! (repotype is <$repotype>)"
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dfloat16-format-opt-bad.l3 [^:]*:23: Error: cannot create floating-point number
4 [^:]*:24: Error: cannot create floating-point number
H A Dmve-vcvt-bad-1.d1 #name: bad MVE VCVT (between floating-point and fixed-point) instructions
H A Dvcvt-bad.d1 #name: Invalid Immediate field for VCVT (between floating-point and fixed-point, VFP)
H A Dvcmp-zero-bad.l2 [^:]*:5: Error: only floating point zero is allowed as immediate value -- `vcmp.f32 s0,#0.01'
3 [^:]*:6: Error: only floating point zero is allowed as immediate value -- `vcmp.f32 s1,#2'
4 [^:]*:7: Error: only floating point zero is allowed as immediate value -- `vcmpe.f32 s3,5'
5 [^:]*:8: Error: only floating point zero is allowed as immediate value -- `vcmpe.f32 s4,#-0.0'
6 [^:]*:10: Error: only floating point zero is allowed as immediate value -- `vcmp.f64 d0,#-1'
7 [^:]*:11: Error: only floating point zero is allowed as immediate value -- `vcmpe.f64 d3,#0x35'
8 [^:]*:12: Error: only floating point zero is allowed as immediate value -- `vcmpe.f64 d4,0xf'
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_oct.c18 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, argument
27 if (!ec_point_is_compat(point, group)) {
34 return ec_GFp_simple_set_compressed_coordinates(group, point, x,
44 return ec_GF2m_simple_set_compressed_coordinates(group, point, x,
48 return group->meth->point_set_compressed_coordinates(group, point, x,
54 EC_POINT *point, const BIGNUM *x,
57 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx);
62 EC_POINT *point, const BIGNUM *x,
65 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx);
70 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, argument
53 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
61 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
101 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
129 EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_oct.c24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, argument
32 if (!ec_point_is_compat(point, group)) {
38 return ossl_ec_GFp_simple_set_compressed_coordinates(group, point, x,
47 return ossl_ec_GF2m_simple_set_compressed_coordinates(group, point,
51 return group->meth->point_set_compressed_coordinates(group, point, x,
57 EC_POINT *point, const BIGNUM *x,
60 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx);
65 EC_POINT *point, const BIGNUM *x,
68 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx);
73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, argument
56 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
64 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
105 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
133 EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) argument
[all...]

Completed in 378 milliseconds

1234567891011>>