Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 1540) sorted by relevance

12345678910>>...62

/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf47 #fclose -- POSIX thread cancellation point
50 #fflush -- POSIX thread cancellation point
51 #fgetc -- POSIX thread cancellation point
52 #fgetpos -- POSIX thread cancellation point
53 #fgets -- POSIX thread cancellation point
54 #fgetwc -- POSIX thread cancellation point
55 #fgetws -- POSIX thread cancellation point
58 #fopen -- POSIX thread cancellation point
59 #fprintf -- POSIX thread cancellation point
60 #fputc -- POSIX thread cancellation point
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcfns.gperf46 #fclose -- POSIX thread cancellation point
49 #fflush -- POSIX thread cancellation point
50 #fgetc -- POSIX thread cancellation point
51 #fgetpos -- POSIX thread cancellation point
52 #fgets -- POSIX thread cancellation point
53 #fgetwc -- POSIX thread cancellation point
54 #fgetws -- POSIX thread cancellation point
57 #fopen -- POSIX thread cancellation point
58 #fprintf -- POSIX thread cancellation point
59 #fputc -- POSIX thread cancellation point
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/
H A Dunicode.tml16 # Make a mapping { "$code" : "$code" } where code is a unicode code point:
32 === Code point 0
39 === Code point 1
46 === Code point 7
53 === Code point 8
60 === Code point 9
67 === Code point 10
74 === Code point 11
81 === Code point 12
88 === Code point 13
[all …]
/openbsd-src/gnu/lib/libreadline/
H A Dmbutil.c82 int point = 0; local
91 point = seed + _rl_adjust_point(string, seed, &ps);
94 if (seed < point)
99 tmp = mbrtowc (&wc, string+point, strlen(string + point), &ps);
103 point++;
114 point += tmp;
129 tmp = mbrtowc (&wc, string + point, strlen (string + point), &ps);
132 point += tmp;
133 tmp = mbrtowc (&wc, string + point, strlen (string + point), &ps);
138 return point;
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVSchedule.td40 def WriteFAdd16 : SchedWrite; // 16-bit floating point addition/subtraction
41 def WriteFAdd32 : SchedWrite; // 32-bit floating point addition/subtraction
42 def WriteFAdd64 : SchedWrite; // 64-bit floating point addition/subtraction
43 def WriteFMul16 : SchedWrite; // 16-bit floating point multiply
44 def WriteFMul32 : SchedWrite; // 32-bit floating point multiply
45 def WriteFMul64 : SchedWrite; // 64-bit floating point multiply
46 def WriteFMA16 : SchedWrite; // 16-bit floating point fused multiply-add
47 def WriteFMA32 : SchedWrite; // 32-bit floating point fused multiply-add
48 def WriteFMA64 : SchedWrite; // 64-bit floating point fused multiply-add
49 def WriteFDiv16 : SchedWrite; // 16-bit floating point divide
[all …]
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dmakedoc.c351 long point = 0; in process_one_file() local
371 point = offset; in process_one_file()
376 if (!point) in process_one_file()
380 while (point < file_size) in process_one_file()
382 if (buffer[point] == '\n') in process_one_file()
385 line_start = point + 1; in process_one_file()
387 else if (buffer[point] == '(') in process_one_file()
390 point++; in process_one_file()
393 while (point++ < file_size) in process_one_file()
395 if (!whitespace_or_newline (buffer[point])) in process_one_file()
[all …]
/openbsd-src/share/locale/ctype/
H A Dgen_ctype_utf8.pl303 foreach my $point ( sort { $a <=> $b } keys %{$points} ) {
304 my $diff = $point - $points->{$point};
308 ( defined $prev_point and $point - 1 != $prev_point ) )
315 $first_point //= $point;
316 $adjustment //= $points->{$point};
319 $prev_point = $point;
321 push @{ $map{$first_point}{$adjustment} }, $point;
326 foreach my $point ( keys %map ) {
327 foreach my $adjustment ( keys %{ $map{$point} } ) {
333 @{ squish_points( $map{$point}{$adjustment} ) }
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Dconst-mbr.t
/openbsd-src/lib/libcrypto/ec/
H A Dec_print.c
H A Dec_oct.c
H A Decp_smpl.c
H A Dec_lib.c646 EC_POINT *point = NULL; in EC_GROUP_cmp()
670 if ((point = EC_POINT_new(group)) == NULL)
678 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) in EC_POINT_new()
680 if (!EC_POINT_is_at_infinity(group, point)) { in EC_POINT_new()
691 EC_POINT_free(point); in EC_POINT_new()
796 EC_POINT *point = NULL; in EC_POINT_set_Jprojective_coordinates()
803 if ((point = calloc(1, sizeof(*point))) == NULL) { in EC_POINT_set_Jprojective_coordinates()
808 if ((point->X = BN_new()) == NULL) in EC_POINT_set_Jprojective_coordinates()
810 if ((point in EC_POINT_set_Jprojective_coordinates()
699 EC_POINT_free(EC_POINT * point) EC_POINT_free() argument
712 EC_POINT_clear_free(EC_POINT * point) EC_POINT_clear_free() argument
757 EC_POINT_method_of(const EC_POINT * point) EC_POINT_method_of() argument
764 EC_POINT_set_to_infinity(const EC_GROUP * group,EC_POINT * point) EC_POINT_set_to_infinity() argument
779 EC_POINT_set_Jprojective_coordinates(const EC_GROUP * group,EC_POINT * point,const BIGNUM * x,const BIGNUM * y,const BIGNUM * z,BN_CTX * ctx_in) EC_POINT_set_Jprojective_coordinates() argument
818 EC_POINT_get_Jprojective_coordinates(const EC_GROUP * group,const EC_POINT * point,BIGNUM * x,BIGNUM * y,BIGNUM * z,BN_CTX * ctx_in) EC_POINT_get_Jprojective_coordinates() argument
847 EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP * group,EC_POINT * point,const BIGNUM * x,const BIGNUM * y,const BIGNUM * z,BN_CTX * ctx) EC_POINT_set_Jprojective_coordinates_GFp() argument
856 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP * group,const EC_POINT * point,BIGNUM * x,BIGNUM * y,BIGNUM * z,BN_CTX * ctx) EC_POINT_get_Jprojective_coordinates_GFp() argument
863 EC_POINT_set_affine_coordinates(const EC_GROUP * group,EC_POINT * point,const BIGNUM * x,const BIGNUM * y,BN_CTX * ctx_in) EC_POINT_set_affine_coordinates() argument
901 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP * group,EC_POINT * point,const BIGNUM * x,const BIGNUM * y,BN_CTX * ctx) EC_POINT_set_affine_coordinates_GFp() argument
909 EC_POINT_get_affine_coordinates(const EC_GROUP * group,const EC_POINT * point,BIGNUM * x,BIGNUM * y,BN_CTX * ctx_in) EC_POINT_get_affine_coordinates() argument
939 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP * group,const EC_POINT * point,BIGNUM * x,BIGNUM * y,BN_CTX * ctx) EC_POINT_get_affine_coordinates_GFp() argument
1037 EC_POINT_is_at_infinity(const EC_GROUP * group,const EC_POINT * point) EC_POINT_is_at_infinity() argument
1052 EC_POINT_is_on_curve(const EC_GROUP * group,const EC_POINT * point,BN_CTX * ctx_in) EC_POINT_is_on_curve() argument
1112 EC_POINT_make_affine(const EC_GROUP * group,EC_POINT * point,BN_CTX * ctx_in) EC_POINT_make_affine() argument
1217 EC_POINT_mul(const EC_GROUP * group,EC_POINT * r,const BIGNUM * g_scalar,const EC_POINT * point,const BIGNUM * p_scalar,BN_CTX * ctx_in) EC_POINT_mul() argument
[all...]
H A Dec_check.c
/openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/
H A Dconst-bigrat.t3 # Binary, octal, and hexadecimal floating point literals were introduced in
6 # - It wasn't until v5.28.0 that binary, octal, and hexadecimal floating point
10 # - It wasn't until v5.34.0 that binary and octal floating point literals worked
16 # - Octal floating point literals using the "0o" prefix were introduced in
57 skip "perl v5.34.0 required for octal floating point literals"
98 # Hexadecimal floating point literals require v5.28.0.
99 skip "perl v5.28.0 required for hexadecimal floating point literals",
107 is($x, "314", "hexadecimal floating point literal $str");
114 is($x, "0", "hexadecimal floating point literal $str");
120 # Octal floating point literals using the "0o" prefix require v5.34.0.
[all …]
H A Dconst-bigfloat.t3 # Binary, octal, and hexadecimal floating point literals were introduced in
6 # - It wasn't until v5.28.0 that binary, octal, and hexadecimal floating point
10 # - It wasn't until v5.32.0 that binary and octal floating point literals worked
16 # - Octal floating point literals using the "0o" prefix were introduced in
59 skip "perl v5.34.0 required for octal floating point literals"
104 # Hexadecimal floating point literals require v5.28.0.
105 skip "perl v5.28.0 required for hexadecimal floating point literals",
113 is($x, "314", "hexadecimal floating point literal $str");
121 is($x, "0", "hexadecimal floating point literal $str");
128 # Octal floating point literals using the "0o" prefix require v5.34.0.
[all …]
H A Dconst-bignum.t3 # Binary, octal, and hexadecimal floating point literals were introduced in
6 # - It wasn't until v5.28.0 that binary, octal, and hexadecimal floating point
10 # - It wasn't until v5.32.0 that binary and octal floating point literals worked
16 # - Octal floating point literals using the "0o" prefix were introduced in
60 skip "perl v5.34.0 required for octal floating point literals"
106 # Hexadecimal floating point literals require v5.28.0.
107 skip "perl v5.28.0 required for hexadecimal floating point literals",
115 is($x, "314", "hexadecimal floating point literal $str");
123 is($x, "0", "hexadecimal floating point literal $str");
130 # Octal floating point literals using the "0o" prefix require v5.34.0.
[all …]
H A Dconst-bigint.t3 # Binary, octal, and hexadecimal floating point literals were introduced in
6 # - It wasn't until v5.28.0 that binary, octal, and hexadecimal floating point
10 # - It wasn't until v5.34.0 that binary and octal floating point literals worked
16 # - Octal floating point literals using the "0o" prefix were introduced in
57 skip "perl v5.34.0 required for octal floating point literals"
98 # Hexadecimal floating point literals require v5.28.0.
99 skip "perl v5.28.0 required for hexadecimal floating point literals",
107 is($x, "314", "hexadecimal floating point literal $str");
114 is($x, "0", "hexadecimal floating point literal $str");
120 # Octal floating point literals using the "0o" prefix require v5.34.0.
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Schedule.td23 // integer unit to the floating point unit.
218 // Floating point. This covers both scalar and vector operations.
244 defm WriteFAdd : X86SchedWritePair<ReadAfterVecLd>; // Floating point add/sub.
245 defm WriteFAddX : X86SchedWritePair<ReadAfterVecXLd>; // Floating point add/sub (XMM).
246 defm WriteFAddY : X86SchedWritePair<ReadAfterVecYLd>; // Floating point add/sub (YMM).
247 defm WriteFAddZ : X86SchedWritePair<ReadAfterVecYLd>; // Floating point add/sub (ZMM).
248 defm WriteFAdd64 : X86SchedWritePair<ReadAfterVecLd>; // Floating point double add/sub.
249 defm WriteFAdd64X : X86SchedWritePair<ReadAfterVecXLd>; // Floating point double add/sub (XMM).
250 defm WriteFAdd64Y : X86SchedWritePair<ReadAfterVecYLd>; // Floating point double add/sub (YMM).
251 defm WriteFAdd64Z : X86SchedWritePair<ReadAfterVecYLd>; // Floating point double add/sub (ZMM).
[all …]
/openbsd-src/lib/libssl/
H A Dssl_kex.c271 EC_POINT *point = NULL; in ssl_kex_dummy_ecdhe_x25519() local
279 if ((point = EC_POINT_new(group)) == NULL) in ssl_kex_dummy_ecdhe_x25519()
285 if (!EC_GROUP_set_generator(group, point, order, NULL)) in ssl_kex_dummy_ecdhe_x25519()
299 EC_POINT_free(point); in ssl_kex_dummy_ecdhe_x25519()
332 const EC_POINT *point; in ssl_kex_public_ecdhe_ecp() local
339 if ((point = EC_KEY_get0_public_key(ecdh)) == NULL) in ssl_kex_public_ecdhe_ecp()
342 if ((ecp_len = EC_POINT_point2oct(group, point, in ssl_kex_public_ecdhe_ecp()
347 if ((EC_POINT_point2oct(group, point, POINT_CONVERSION_UNCOMPRESSED, in ssl_kex_public_ecdhe_ecp()
361 EC_POINT *point = NULL; in ssl_kex_peer_public_ecdhe_ecp() local
370 if ((point = EC_POINT_new(group)) == NULL) in ssl_kex_peer_public_ecdhe_ecp()
[all …]
/openbsd-src/lib/libcrypto/x509/
H A Dx509_crld.c287 DIST_POINT *point = NULL; in crldp_from_section() local
289 point = DIST_POINT_new(); in crldp_from_section()
290 if (!point) in crldp_from_section()
295 ret = set_dist_point_name(&point->distpoint, ctx, cnf); in crldp_from_section()
301 if (!set_reasons(&point->reasons, cnf->value)) in crldp_from_section()
305 point->CRLissuer = in crldp_from_section()
307 if (!point->CRLissuer) in crldp_from_section()
312 return point; in crldp_from_section()
315 DIST_POINT_free(point); in crldp_from_section()
332 DIST_POINT *point; in v2i_crld() local
[all …]
/openbsd-src/games/snake/
H A Dsnake.c60 struct point { struct
77 #define pchar(point, c) mvaddch((point)->line + 1, (point)->col + 1, (c)) argument
82 struct point you;
83 struct point money;
84 struct point finish;
85 struct point snake[6];
108 void chase(struct point *, struct point *);
109 int chk(struct point *);
118 void snrand(struct point *);
122 int stretch(struct point *);
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S9 @ Word-aligned function entry point
15 @ Assume that "q" part of the floating-point registers is not used
22 @ Save floating-point parameters of the instrumented function
36 @ Restore floating-point parameters of the instrumented function
40 @ Word-aligned function entry point
46 @ Assume that "q" part of the floating-point registers is not used for the
53 @ Save the floating-point return value of the instrumented function
68 @ Restore the floating-point return value of the instrumented function
72 @ Word-aligned function entry point
78 @ Assume that "q" part of the floating-point registers is not used
[all …]
/openbsd-src/regress/usr.bin/mandoc/man/TP/
H A Ddouble.out_ascii8 width; at which point will this text wrap to the next line?
11 text width; at which point will this text wrap to the
15 text width; at which point will this text wrap to the
19 text width; at which point will this text wrap to the next line?
22 text width; at which point will this text wrap to the
26 text width; at which point will this text wrap to the next line?
29 text width; at which point will this text wrap to the
33 text width; at which point will this text wrap to the next line?
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DProgress.pm34 my($self, $point, $note) = @_;
40 (defined $point) ? (
43 ' ' x (length($goal) - length($point)),
44 $point, '/', $goal,
45 ) : $point,
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcompleter.c46 int point);
379 complete_line (const char *text, char *line_buffer, int point) in complete_line() argument
398 tmp_command = (char *) alloca (point + 1); in complete_line()
401 strncpy (tmp_command, line_buffer, point); in complete_line()
402 tmp_command[point] = '\0'; in complete_line()
406 word = tmp_command + point - strlen (text); in complete_line()
408 if (point == 0) in complete_line()
441 if (q != tmp_command + point) in complete_line()
473 if (p == tmp_command + point) in complete_line()
626 line_completion_function (const char *text, int matches, char *line_buffer, int point) in line_completion_function() argument
[all …]

12345678910>>...62