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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/debug/
H A Ddwarf2-3.h4 struct point struct
H A Ddwarf2-3.c10 struct point p;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/debug/
H A Ddwarf2-3.h4 struct point struct
H A Ddwarf2-3.c10 struct point p;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Dthumb-entry.d2 Entry point address: 0x8001
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/s390/
H A Dpr20927.c6 struct point { double x, y; }; struct
7 extern void use (struct point);
9 void test (struct point *pc, struct point p1)
11 struct point p0 = *pc;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr20927.c6 struct point { double x, y; }; struct
7 extern void use (struct point);
9 void test (struct point *pc, struct point p1)
11 struct point p0 = *pc;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20071102-1.c16 NSPoint point; local
17 point.x = x;
18 point.y = y;
19 return point;
23 RelativePoint (NSPoint point, NSPoint refPoint) argument
25 return NSMakePoint (refPoint.x + point.x, refPoint.y + point.y);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20071102-1.c16 NSPoint point; local
17 point.x = x;
18 point.y = y;
19 return point;
23 RelativePoint (NSPoint point, NSPoint refPoint) argument
25 return NSMakePoint (refPoint.x + point.x, refPoint.y + point.y);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D990127-2.x1 # On x86 targets, two floating-point double values can't be reliably compared
2 # for inequality due to excess precision of 80387 floating-point coprocessor.
3 # Use -mpc64 to force 80387 floating-point precision to 64 bits. This option
/netbsd-6-1-5-RELEASE/gnu/dist/groff/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-6-1-5-RELEASE/external/lgpl3/gmp/dist/cxx/
H A Dosmpf.cc46 char point[2]; local
47 point[0] = use_facet< numpunct<char> >(o.getloc()).decimal_point();
48 point[1] = '\0';
50 const char *point = localeconv()->decimal_point; local
54 ret = __gmp_doprnt_mpf (&__gmp_asprintf_funs_noformat, &d, &param, point, f);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-watch.c150 sim_watch_point *point; local
152 for (point = watch->points; point != NULL; point = point->next)
155 point->ident,
156 watchpoint_type_to_str (sd, point->type),
157 interrupt_nr_to_str (sd, point->interrupt_nr));
158 if (point->is_periodic)
160 if (!point
174 schedule_watchpoint(SIM_DESC sd, sim_watch_point *point) argument
216 sim_watch_point *point = (sim_watch_point *) data; local
239 sim_watch_point **point; local
360 sim_watch_point *point; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mri/
H A Dfloat.d2 #name: MRI floating point constants
5 # Test MRI floating point constants
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/
H A Dpackageinfo.sh13 # To bump the -dev point (p) number, UpdatePoint needs no changes here.
20 # minor version, empty prerelease, and set point=NEW. UpdatePoint
21 # will empty point and rcpoint, and set betapoint=0.
26 # -RC1 during the runup to a -stable point release, UpdatePoint needs
27 # no changes here. Both betapoint and point will be incremented, and
36 # To skip all -stable prereleases and move from one primary or point
37 # release directly to the next point release, or to go from RC to
74 point=5
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.x2 # The SPU single-precision floating point format does not
H A Dfp-cmp-4f.x2 # The SPU single-precision floating point format does not
H A Dfp-cmp-8f.x2 # The SPU single-precision floating point format does not
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_oct.c71 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, argument
80 if (group->meth != point->meth)
89 group, point, x, y_bit, ctx);
98 group, point, x, y_bit, ctx);
101 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx);
105 int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, argument
114 if (group->meth != point->meth)
123 group, point, x, y_bit, ctx);
126 group, point, x, y_bit, ctx);
128 return group->meth->point_set_compressed_coordinates(group, point,
132 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
167 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
[all...]
H A Dec_print.c60 const EC_POINT *point,
68 buf_len = EC_POINT_point2oct(group, point, form,
76 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
91 EC_POINT *point,
109 if (point == NULL)
118 ret = point;
122 if (point == NULL)
136 const EC_POINT *point,
144 buf_len = EC_POINT_point2oct(group, point, form,
152 if (!EC_POINT_point2oct(group, point, for
59 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) argument
89 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) argument
135 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
179 EC_POINT_hex2point(const EC_GROUP *group, const char *buf, EC_POINT *point, BN_CTX *ctx) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dmbutil.c82 int point; local
93 point = seed + _rl_adjust_point (string, seed, &ps);
95 started byte. So correct the point and consume count */
96 if (seed < point)
101 tmp = mbrtowc (&wc, string+point, strlen(string + point), &ps);
105 point++;
115 point += tmp;
130 tmp = mbrtowc (&wc, string + point, strlen (string + point),
149 int prev, non_zero_prev, point, length; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68k-coff/
H A Dp2389.s1 # I reached a point where the file looks
15 # gas did manage to create the .o file at this point.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dodd-float.s1 # Source file used to test operations on odd numbered floating point
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-4c.s5 # Create a call stub for f2. We pretend that f2 takes floating-point
6 # arguments but doesn't return a floating-point value.
17 # floating-point value.
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-locale.cc79 static char point[] = { local
86 for (size_t i = 0; i < numberof (point); i++)
88 set_point (point[i]);
94 string str = string(data[j].str1)+point[i]+string(data[j].str2);
105 cout << " point " << point[i] << "\n"; local
107 cout << " localeconv point \""
118 cout << " point " << point[i] << "\n"; local
122 cout << " localeconv point \""
136 static char point[] = { local
156 cout << " point " << point[i] << "\\n"; local
[all...]

Completed in 324 milliseconds

1234567891011>>