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.h56 extern float complex cacosf(float complex);
58 extern float complex casinf(float complex);
60 extern float complex catanf(float complex);
62 extern float complex ccosf(float complex);
64 extern float complex cexpf(float complex);
65 extern float complex clogf(float complex);
66 extern float complex conjf(float complex);
67 extern float complex cpowf(float complex, float complex);
69 extern float complex csinf(float complex);
72 extern float complex ctanf(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.c219 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) function
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:
1108 * complex is sufficient to positively identify this case.
1177 * ereport generated from the root complex.
1181 * complex should also report a ptlp.
1259 * ereport generated from the root complex.
1260 * - poiscomp-u propagates up to the root complex and any switches on
1330 * ereport generated from the root complex.
1374 * ereport generated from the root complex.
1420 * should still see a nonfatal error reported from the root complex
1686 * Stub unused legacy pci ereports at root complex.
[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/cmd/mdb/
H A DREADME31 environment for debugging complex software systems such as an operating system,
/illumos-gate/usr/src/test/os-tests/tests/definit/
H A Dinit.data69 # More complex examples
/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