Home
last modified time | relevance | path

Searched defs:z (Results 76 – 100 of 586) sorted by relevance

12345678910>>...24

/freebsd/lib/msun/src/
H A Dw_cabsl.c14 cabsl(long double complex z) in cabsl()
H A Ds_cproj.c36 cproj(double complex z) in cproj()
H A Ds_cprojf.c35 cprojf(float complex z) in cprojf()
H A Ds_cprojl.c35 cprojl(long double complex z) in cprojl()
H A Ds_cargf.c33 cargf(float complex z) in cargf()
H A Ds_cargl.c33 cargl(long double complex z) in cargl()
H A Ds_carg.c33 carg(double complex z) in carg()
H A Ds_cimagl.c33 cimagl(long double complex z) in cimagl()
H A Ds_cimagf.c33 cimagf(float complex z) in cimagf()
H A Ds_cimag.c33 cimag(double complex z) in cimag()
/freebsd/lib/msun/tests/
H A Dfma_test.c52 #define test(func, x, y, z, result, exceptmask, excepts) do { \ argument
60 #define testall(x, y, z, result, exceptmask, excepts) do { \ argument
69 #define testrnd(func, x, y, z, rn, ru, rd, rz, exceptmask, excepts) do { \ argument
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c116 int32 z; in roundAndPackInt32() local
166 int64 z; in roundAndPackInt64() local
613 floatx80 z; in packFloatx80() local
1419 int32 z; in float32_to_int32_round_to_zero() local
1501 int64 z; in float32_to_int64_round_to_zero() local
2364 int32 z; in float64_to_int32_round_to_zero() local
2455 int64 z; in float64_to_int64_round_to_zero() local
3325 int32 z; in floatx80_to_int32_round_to_zero() local
3412 int64 z; in floatx80_to_int64_round_to_zero() local
4345 int32 z; in float128_to_int32_round_to_zero() local
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h190 #define ITTNOTIFY_VOID_D3(n, d, x, y, z) \ argument
194 #define ITTNOTIFY_VOID_D4(n, d, x, y, z, a) \ argument
198 #define ITTNOTIFY_VOID_D5(n, d, x, y, z, a, b) \ argument
202 #define ITTNOTIFY_VOID_D6(n, d, x, y, z, a, b, c) \ argument
212 #define ITTNOTIFY_DATA_D3(n, d, x, y, z) \ argument
214 #define ITTNOTIFY_DATA_D4(n, d, x, y, z, a) \ argument
218 #define ITTNOTIFY_DATA_D5(n, d, x, y, z, a, b) \ argument
222 #define ITTNOTIFY_DATA_D6(n, d, x, y, z, a, b, c) \ argument
/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m64.c264 unsigned __int128 z, ff; in f256_montymul() local
601 unsigned __int128 z; in f256_final_reduce() local
657 uint64_t z[4]; member
735 uint64_t t1[4], t2[4], z; in point_encode() local
1406 uint64_t z[16][4]; in window_to_affine() local
1628 uint32_t z; in check_scalar() local
1715 uint64_t z; in api_muladd() local
/freebsd/sys/dev/syscons/
H A Dsysmouse.c88 smdev_evdev_write(int x, int y, int z, int buttons) in smdev_evdev_write()
260 int x, y, z; in sysmouse_event() local
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Derr.D_ARR_LOCAL.thisarray.d38 this int z; variable
H A Dtst.selfarray.d39 self int z; variable
/freebsd/sys/kern/
H A Dmd5c.c96 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
97 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
98 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
99 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_casinh.c15 #define RE(z) (((double *)(&z))[0]) argument
16 #define IM(z) (((double *)(&z))[1]) argument
/freebsd/sys/dev/mii/
H A Dciphy.c288 #define PHY_SETBIT(x, y, z) \ argument
290 #define PHY_CLRBIT(x, y, z) \ argument
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_lru.c203 uint32_t z; in find_replacement_node() local
218 uint32_t z; in find_replacement_node() local
287 uint32_t z; in remove_node() local
/freebsd/sys/crypto/siphash/
H A Dsiphash.h75 #define SipHash24(x, y, z, i) SipHashX((x), 2, 4, (y), (z), (i)); argument
76 #define SipHash48(x, y, z, i) SipHashX((x), 4, 8, (y), (z), (i)); argument
/freebsd/contrib/bearssl/src/int/
H A Di32_iszero.c31 uint32_t z; in br_i32_iszero() local
H A Di15_iszero.c31 uint32_t z; in br_i15_iszero() local
H A Di31_iszero.c31 uint32_t z; in br_i31_iszero() local

12345678910>>...24