Home
last modified time | relevance | path

Searched refs:complex (Results 1 – 25 of 52) sorted by relevance

123

/illumos-gate/usr/src/head/
H A Dcomplex.h47 #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 Dtest-float.c26 float complex d;
27 double complex e;
28 long double complex f;
H A Dtest-sou.c220 complex double namine;
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcomplex_wrapper.h47 #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 Dtst.retlist.S37 ENTRY(complex)
45 SET_SIZE(complex)
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c812 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 Dzonecfg_grammar.y41 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 Dzonecfg.h225 extern void free_complex(complex_property_ptr_t complex);
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc267 * 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 Dpciexrc.esc30 * 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 Dillumos_user.skipped_functions2 * These are specific functions that are generally too complex for smatch to
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c93 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 Ddoupdate.c94 STATIC void complex(void);
804 complex() in complex() function
990 complex(); in doupdate()
/illumos-gate/usr/src/test/os-tests/tests/definit/
H A Dinit.data69 # More complex examples
/illumos-gate/usr/src/cmd/mdb/
H A DREADME31 environment for debugging complex software systems such as an operating system,
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME35 Other interesting features include color support, the ability to treat complex
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DTODO.md95 This seems to make evaluation of function pointers much more complex
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.p5m42 file path=usr/include/complex.h
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisc1.test284 } {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 Dinterrupt.test147 # the beginning of a complex query - before the first callback. We
H A Dlaststmtchanges.test174 # 5.x - complex tests with temporary tables and nested instead of triggers
H A Dlastinsert.test260 # 7.x - complex tests with temporary tables and nested instead of triggers
/illumos-gate/usr/src/ucblib/libucb/port/
H A Dmapfile-vers151 # The longjmp/setjmp story is complex:
/illumos-gate/usr/src/tools/smatch/src/
H A DFAQ5 A. Gcc is big, complex, and the gcc maintainers are not interested in
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.src147 :kw=call common complex continue dimension do double else elseif\

123