Searched refs:point (Results 101 - 125 of 155) sorted by relevance

1234567

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-loop.mk56 # There's no point in allowing a dollar sign in that position.
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l406 <S0>{RGX_FP} yyerror("floating-point constants are not permitted\n");
/freebsd-13-stable/stand/
H A Ddefs.mk73 # Spike the floating point interfaces
/freebsd-13-stable/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c281 /* The point is now on the twisted curve. Move it to untwisted. */
711 void curve448_point_destroy(curve448_point_t point) argument
713 OPENSSL_cleanse(point, sizeof(curve448_point_t));
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dcurve25519.c202 const uint8_t point[32])
213 fe64_frombytes(x1, point);
687 const uint8_t point[32])
696 x25519_scalar_mulx(out, scalar, point);
705 fe51_frombytes(x1, point);
4223 * B is the Ed25519 base point (x,4/5) with x positive.
4369 const uint8_t point[32]) {
4379 fe_frombytes(x1, point);
4419 const uint8_t point[32]) {
4420 x25519_scalar_mult_generic(out, scalar, point);
201 x25519_scalar_mulx(uint8_t out[32], const uint8_t scalar[32], const uint8_t point[32]) argument
686 x25519_scalar_mult(uint8_t out[32], const uint8_t scalar[32], const uint8_t point[32]) argument
4367 x25519_scalar_mult_generic(uint8_t out[32], const uint8_t scalar[32], const uint8_t point[32]) argument
4418 x25519_scalar_mult(uint8_t out[32], const uint8_t scalar[32], const uint8_t point[32]) argument
[all...]
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl23 # that can be made at this point is based on code size. Inner loop is
187 add $len,$inp,$len @ $len to point at the end
/freebsd-13-stable/contrib/apr/memory/unix/
H A Dapr_pools.c736 * before 'point'. */
737 #define list_insert(node, point) do { \
738 node->ref = point->ref; \
740 node->next = point; \
741 point->ref = &node->next; \
/freebsd-13-stable/contrib/mandoc/
H A Dread.c268 * readjust our starting point and re-run it. The roff
/freebsd-13-stable/stand/i386/boot0/
H A Dboot0.S167 .globl start # Entry point
199 * Set %bp to point to the partition and also, with negative offsets,
329 * 'decw %si' makes the register point to the space after 'Boot: '
440 * Make %si and %bx point to the fake partition at LBA 0 (CHS 0:0:1).
454 * F1..F4 was pressed, so make %bx point to the currently
510 * That last point is done using the btsw instruction which does
618 * Offsets that match the known types above, used to point to the
619 * actual partition name. The last entry must point to os_misc,
/freebsd-13-stable/stand/i386/boot2/
H A Dboot1.S24 .set MEM_JMP,0x9010 # BTX entry point
185 * when we use btxld to create boot2, we use an entry point of 0x2000. That
186 * entry point is relative to MEM_USR; thus boot2.bin starts at 0xc000.
/freebsd-13-stable/share/mk/
H A Dsys.mk141 # set the %POSIX macro before we read this point.
H A Dgendirdeps.mk258 # we need := so only skip_ql to this point applies
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl274 @ at this point we have first half of 512-bit result in
768 @ at this point we have first half of 512-bit result in
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl59 # Modulo-scheduled inner loops allow to interleave floating point and
163 add $ap_l,$num,$ap_l ! [an]p_[lh] point at the vectors' ends !
170 add $rp,$num,$rp ! readjust input pointers to point
815 add $tp,8,$tp ! adjust tp to point at the end
H A Dbn-c64xplus.asm282 ;; point SPLOOP is draining and interrupts are disabled
H A Darmv8-mont.pl590 // to be zero at this point
846 // to be zero at this point
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp120 // Many features, at point of detection, define an _INTERNAL_ macro, so they
5370 Duration point;
5377 return { point, lower_bound, upper_bound, confidence_interval };
6973 double point = estimator(first, last);
6975 if (n_samples == 1) return { point, point, point, confidence_level };
6989 double prob_n = std::count_if(resample.begin(), resample.end(), [point](double x) { return x < point; }) / (double)n;
6991 if (prob_n == 0) return { point, poin
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Dgendirdeps.mk257 # we need := so only skip_ql to this point applies
H A Dlib.mk586 # note that we do NOT ch{own,grp} as that would likely fail at this point.
/freebsd-13-stable/contrib/lua/src/
H A Dlstrlib.c995 ** Hexadecimal floating-point formatter
1039 e -= L_NBFD; /* this digit goes before the radix point */
1041 buff[n++] = lua_getlocaledecpoint(); /* add radix point */
1126 ** Serialize a floating-point number in such a way that it can be
1144 char point = lua_getlocaledecpoint(); /* try locale point */ local
1145 char *ppoint = (char *)memchr(buff, point, nb);
1400 Kfloat, /* floating-point numbers */
1598 case Kfloat: { /* floating-point options */
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk240 # genoffset_test.o is not actually used for anything - the point of compiling it
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c1705 const struct crypto_ec_point *point, u8 *x, u8 *y)
1718 EC_POINT_get_affine_coordinates_GFp(e->group, (EC_POINT *) point,
1704 crypto_ec_point_to_bin(struct crypto_ec *e, const struct crypto_ec_point *point, u8 *x, u8 *y) argument
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dchacha-armv4.S209 @ at this point we have first half of 512-bit result in
1091 @ at this point we have first half of 512-bit result in
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc540 // this point, so try to rename the source file again. Still, another
/freebsd-13-stable/stand/lua/
H A Dconfig.lua109 -- XXX This getEnv/setEnv should likely be exported at some point. We can save

Completed in 329 milliseconds

1234567