Home
last modified time | relevance | path

Searched defs:C (Results 26 – 50 of 110) sorted by relevance

12345

/titanic_41/usr/src/lib/libm/common/C/
H A Dexp10.c44 static const double C[] = { variable
H A Dcbrt.c199 static const double C[] = { variable
H A Dexp.c255 static const double C[] = { variable
H A Datan2.c380 static const double C[] = { variable
H A D_SVID_error.c104 } C[] = { variable
/titanic_41/usr/src/lib/libm/common/complex/
H A Dccoshf.c42 float t, x, y, S, C; in ccoshf() local
H A Dctanhf.c41 float r, u, v, t, x, y, S, C; in ctanhf() local
H A Dctanhl.c42 long double r, u, v, t, x, y, S, C; in ctanhl() local
H A Dctanh.c99 double t, r, v, u, x, y, S, C; in ctanh() local
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dsetenv.c93 register char *C; local
/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dmodem_setup.c193 ADM_Send_Char(char C) in ADM_Send_Char()
/titanic_41/usr/src/lib/libm/common/R/
H A Dcosf.c43 static const double C[] = { variable
H A Dsinf.c43 static const double C[] = { variable
H A Dtanf.c39 static const double C[] = { variable
H A Dsincosf.c65 static const double C[] = { variable
/titanic_41/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dcdu_def.h28 u8 C[8]; in calc_crc8() local
/titanic_41/usr/src/lib/libm/common/m9x/
H A Dnexttowardf.c37 } C[] = { variable
/titanic_41/usr/src/ucbhead/sys/
H A Dsignal.h463 #define BUS_CODE(C) FC_CODE(C) argument
464 #define BUS_ERRNO(C) FC_ERRNO(C) argument
474 #define SEGV_CODE(C) FC_CODE(C) argument
475 #define SEGV_ERRNO(C) FC_ERRNO(C) argument
/titanic_41/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h87 #define toupper(C) (((C) >= 'a' && (C) <= 'z')? (C) - 'a' + 'A': (C)) argument
/titanic_41/usr/src/lib/libc/port/fp/
H A D__flt_decim.c198 } C[] = { variable
/titanic_41/usr/src/lib/libc/sparc/fp/
H A D_Q_mul.c31 static const double C[] = { variable
H A D_Q_sqrt.c31 static const double C[] = { variable
/titanic_41/usr/src/cmd/troff/
H A Dni.c132 #define C(a,b) {a, 0, b, 0} macro
/titanic_41/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c125 static char C[28]; variable
/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_dir.h288 #define toupper(C) (((C) >= 'a' && (C) <= 'z') ? (C) - 'a' + 'A' : (C)) argument
289 #define tolower(C) (((C) >= 'A' && (C) <= 'Z') ? (C) - 'A' + 'a' : (C)) argument

12345