Home
last modified time | relevance | path

Searched defs:z (Results 26 – 50 of 440) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmaf.c42 __fmaf(float x, float y, float z) { in __fmaf()
128 __fmaf(float x, float y, float z) { in __fmaf()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c227 char *z; in hardDynamicify() local
254 char *z; in hardDeephem() local
708 char *z = pOp->p3; in sqliteVdbeExec() local
2042 char *z; in sqliteVdbeExec() local
3088 char *z = sqliteMallocRaw( n ); in sqliteVdbeExec() local
3288 char *z; in sqliteVdbeExec() local
3610 const char *z; in sqliteVdbeExec() local
3733 char *z; in sqliteVdbeExec() local
3949 char *z; in sqliteVdbeExec() local
4173 char *zDelim, *z; in sqliteVdbeExec() local
[all …]
H A Dfunc.c68 const char *z; in lengthFunc() local
86 const char *z; in absFunc() local
98 const char *z; in substrFunc() local
161 unsigned char *z; in upperFunc() local
171 unsigned char *z; in lowerFunc() local
405 char *z; in quoteFunc() local
610 char *z; /* The best so far */ member
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/
H A Dmd4.c62 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
63 #define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) argument
64 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
/illumos-gate/usr/src/test/libc-tests/tests/qsort/
H A Dqsort_test.c433 do_test(struct test_distribution *d, char *sub, int m, int n, size_t es, void *y, void *z) in do_test()
465 #define TEST_PERTURBED(d, n, x, y, z) do { \ argument
532 int *z = vz; in test_perturbed_i() local
544 long long *z = vz; in test_perturbed_ll() local
556 double *z = vz; in test_perturbed_double() local
567 #define TEST_SIMPLE(d, n, x, y, z) do { \ argument
587 int *z = vz; in test_simple_i() local
599 long long *z = vz; in test_simple_ll() local
611 double *z = vz; in test_simple_double() local
695 void *x, *y, *z; in run_tests() local
/illumos-gate/usr/src/lib/libm/common/C/
H A Datan.c127 double y, z, r, p, s; in atan() local
189 double *w, w0, w1, s, z; in atan() local
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dspecifiers1.c5 #define TEST3(x, y, z) TEST(x y z) TEST(x z y) TEST(y x z) \ in OK() argument
7 #define TEST4(x, y, z, w) TEST2(x y, z w) TEST2(x y, w z) \ in OK() argument
H A Dbuiltin_bswap.c3 static unsigned long long z = __builtin_bswap64(0); variable
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSrvLocHeader.java337 int z = x << 8; in getInteger() local
344 void putInt(int z, ByteArrayOutputStream baos) { in putInt()
354 static void putInteger(int z, ByteArrayOutputStream baos) { in putInteger()
372 int z = w << 16; in getInt24() local
381 protected void putInt24(int z, ByteArrayOutputStream baos) { in putInt24()
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dbitfield-init-zero.c5 unsigned int z:3; member
31 signed int z:3; member
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D__quad_mag.c44 union longdouble *z, unsigned int *fsr) in __quad_mag_add()
204 union longdouble *z, unsigned int *fsr) in __quad_mag_sub()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dgamma.c182 double z, p; local
271 ratfun_gam(z, c) in ratfun_gam() argument
303 double y, z; local
H A Datanh.c77 double z; variable
/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c271 double x, z, s, c, ss, cc, r, t, p0, q0; in __k_j0f() local
358 double x, z, s, c, ss, cc, t, p0, q0, u, v; in __k_y0f() local
437 double x, z, s, c, ss, cc, r, t, p1, q1; in __k_j1f() local
526 double x, z, s, c, ss, cc, u, v, p1, q1, t; in __k_y1f() local
610 double a, b, temp, x, z, w, t, q0, q1, h; in jnf() local
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcimag.c36 cimag(dcomplex z) { in cimag()
H A Dcimagf.c36 cimagf(fcomplex z) { in cimagf()
H A Dcimagl.c36 cimagl(ldcomplex z) { in cimagl()
H A Dconj.c36 conj(dcomplex z) { in conj()
H A Dconjf.c36 conjf(fcomplex z) { in conjf()
H A Dconjl.c36 conjl(ldcomplex z) { in conjl()
H A Dcabsf.c36 cabsf(fcomplex z) { in cabsf()
H A Dcabsl.c36 cabsl(ldcomplex z) { in cabsl()
H A Dcargf.c36 cargf(fcomplex z) { in cargf()
H A Dcargl.c36 cargl(ldcomplex z) { in cargl()
H A Dcreal.c36 creal(dcomplex z) { in creal()

12345678910>>...18