/illumos-gate/usr/src/head/ |
H A D | complex.h | 47 #define complex _Complex macro 52 extern float cabsf(float complex); 53 extern float cargf(float complex); 54 extern float cimagf(float complex); 55 extern float crealf(float complex); 56 extern float complex cacosf(float complex); 57 extern float complex cacoshf(float complex); 58 extern float complex casinf(float complex); 59 extern float complex casinhf(float complex); 60 extern float complex catanf(float complex); [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | test-float.c | 26 float complex d; 27 double complex e; 28 long double complex f;
|
H A D | test-sou.c | 220 complex double namine;
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | complex_wrapper.h | 47 #define dcomplex double complex 48 #define fcomplex float complex 49 #define ldcomplex long double complex
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/ |
H A D | tst.retlist.S | 37 ENTRY(complex) 45 SET_SIZE(complex)
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_re.c | 812 complex: in vi_compile() 822 goto complex; in vi_compile() 838 goto complex; in vi_compile() 885 goto complex; in vi_compile() 911 goto complex; in vi_compile() 939 goto complex; in vi_compile() 949 goto complex; in vi_compile() 1050 goto complex; in vi_compile()
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg_grammar.y | 41 static complex_property_ptr_t complex = NULL; variable 114 complex = retval; in complex_piece_func() 125 complex_property_ptr_t complex; member 143 %type <complex> complex_piece complex_prop_val 1036 property[num_prop_vals].pv_complex = complex; 1090 new_list->lp_complex = complex; 1121 $$ = complex_piece_func($1, $3, complex); 1128 if (($$ = complex_piece_func($1, res_types[$3], complex)) == 1134 if (($$ = complex_piece_func($1, prop_types[$3], complex)) ==
|
H A D | zonecfg.h | 225 extern void free_complex(complex_property_ptr_t complex);
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pciex.esc | 267 * A faulty PCI Express hostbridge (root complex) may cause: 901 * handling of fatal and nonfatal error messages propagated up to root complex 903 * Use these for errors reported by root-complex on behalf of another device. 980 * poisoning (be it root complex or downstream port of a switch) also raises 985 * root complex will see and report an ma. Use flt-ur-u to represent this. 1046 * the root complex identifying the leaf device, we won't actually be informed 1096 * though we should still see a nonfatal error reported from the root complex 1101 * eventually get a cto at the root complex - so use an nr-u at the pciex 1106 * reported from the root complex identifying the leaf device. The combination 1107 * of a nonfatal error reported from the root complex and a cto from the root [all …]
|
H A D | pciexrc.esc | 30 * generic root complex/root port diagnosis rules 219 * Indict PCI-E FRU(s) under this root complex excluding the 229 * Indict PCI FRU(s) under this root complex excluding the
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | illumos_user.skipped_functions | 2 * These are specific functions that are generally too complex for smatch to
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | doupdate.c | 93 static void complex(void); 933 complex(void) in complex() function 1115 complex(); in doupdate() 1122 complex(); in doupdate()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | doupdate.c | 94 STATIC void complex(void); 804 complex() in complex() function 990 complex(); in doupdate()
|
/illumos-gate/usr/src/test/os-tests/tests/definit/ |
H A D | init.data | 69 # More complex examples
|
/illumos-gate/usr/src/cmd/mdb/ |
H A D | README | 31 environment for debugging complex software systems such as an operating system,
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | README | 35 Other interesting features include color support, the ability to treat complex
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | TODO.md | 95 This seems to make evaluation of function pointers much more complex
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library-math.p5m | 42 file path=usr/include/complex.h
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | misc1.test | 284 } {1 {WHERE clause too complex - no more than 100 terms allowed}} 294 } {1 {WHERE clause too complex - no more than 100 terms allowed}} 307 } {1 {WHERE clause too complex - no more than 100 terms allowed}}
|
H A D | interrupt.test | 147 # the beginning of a complex query - before the first callback. We
|
H A D | laststmtchanges.test | 174 # 5.x - complex tests with temporary tables and nested instead of triggers
|
H A D | lastinsert.test | 260 # 7.x - complex tests with temporary tables and nested instead of triggers
|
/illumos-gate/usr/src/ucblib/libucb/port/ |
H A D | mapfile-vers | 151 # The longjmp/setjmp story is complex:
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | FAQ | 5 A. Gcc is big, complex, and the gcc maintainers are not interested in
|
/illumos-gate/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 147 :kw=call common complex continue dimension do double else elseif\
|