Home
last modified time | relevance | path

Searched refs:x_long (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.c306 # define F(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \ argument
307 { #x, a, s, twice, 0, { .t = x_wrap }, { .t = x_long }, { .t = x_mpfr } },
308 # define SVF(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \ argument
309 { #x, a, s, twice, 1, { .t##_pred = x_wrap }, { .t = x_long }, { .t = x_mpfr } },
311 # define F(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \
312 { #x, a, s, twice, 0, { .t = x_wrap }, { .t = x_long } },
313 # define SVF(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \
314 { #x, a, s, twice, 1, { .t##_pred = x_wrap }, { .t = x_long } },
/freebsd/crypto/openssl/crypto/asn1/
H A Dbuild.info22 SOURCE[../../libcrypto]=x_long.c
/freebsd/secure/lib/libcrypto/
H A DMakefile76 SRCS+= x_bignum.c x_info.c x_int64.c x_long.c x_pkey.c x_sig.c x_spki.c