Searched refs:complex (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-45-generic.json31 // Exercise complex value promotion. No ASAN issues.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dpostprocess.rst32 - pp_celshade - set to 1 to enable cell shading (a more complex color
/xsrc/external/mit/xedit/dist/lisp/
H A Dmath.c208 num.complex = 0;
237 num.complex = 0;
255 num.complex = 0;
530 complex realpart &optional imagpart
581 num.complex = 0;
619 num.complex = 0;
854 num.complex = 0;
1398 if (num.complex)
H A Dmathimp.c112 #define OCXR(object) (object)->data.complex.real
113 #define OCXI(object) (object)->data.complex.imag
137 char complex; member in struct:_n_number
201 /* complex */
275 /* real complex */
281 /* complex real */
287 /* complex complex */
593 num->complex = 0;
598 num->complex
[all...]
H A Dhelper.c206 if (LispObjectCompare(left->data.complex.real,
207 right->data.complex.real,
209 LispObjectCompare(left->data.complex.imag,
210 right->data.complex.imag,
H A Dhash.c117 key = (LispHashKey(object->data.complex.imag, function) << 16) ^
118 LispHashKey(object->data.complex.real, function);
H A Dwrite.c954 object->data.complex.real, info, 0);
957 object->data.complex.imag, info, 0);
H A Dlisp.c244 {LispFunction, Lisp_Complex, "complex realpart &optional imagpart"},
2271 if (POINTERP(object->data.complex.real))
2272 object->data.complex.real->mark = 1;
2273 if (POINTERP(object->data.complex.imag))
2274 object->data.complex.imag->mark = 1;
2423 if (POINTERP(object->data.complex.real))
2424 object->data.complex.real->prot = 1;
2425 if (POINTERP(object->data.complex.imag))
2426 object->data.complex.imag->prot = 1;
2805 complexp->data.complex
[all...]
H A Dinternal.h277 /* complex */
590 } complex; member in union:_LispObj::__anon0d52a560020a
/xsrc/external/mit/MesaLib/dist/src/util/tests/
H A Ddag_test.cpp206 TEST_F(dag_test, complex)
/xsrc/external/mit/libXt/dist/include/X11/
H A DTranslateI.h203 TMComplexStateTreeRec complex; member in union:_TMStateTreeRec
229 TMComplexBindDataRec complex; member in union:_TMBindDataRec
/xsrc/external/mit/MesaLib/dist/docs/nir/
H A Dtex.rst62 to implement more complex texture operations in terms of simpler ones.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.3.rst39 - [llvmpipe] complex-loop-analysis-bug regression
H A D17.2.7.rst155 - glsl: add varying resources for arrays of complex types
H A D11.1.3.rst200 - i965/vec4: don't copy ATTR into 3src instructions with complex
H A D19.2.0.rst259 - nir: Handle complex derefs in nir_split_array_vars
/xsrc/external/mit/libdrm/dist/man/
H A Ddrm.7.rst22 Processing Units* (GPUs). It is designed to support the needs of complex
H A Ddrm-memory.7.rst40 complex compositions and renderings.
235 complex display-servers that don't do any rendering on their own. See its
/xsrc/external/mit/MesaLib/dist/docs/
H A Dinstall.rst177 2. Watch out for wrapper scripts. Some more complex apps such as games have
H A Ddispatch.rst116 resulting implementation of ``GET_DISPATCH`` is slightly more complex,
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A DREADME.md47 * Pseudo instructions which are helpers that encapsulate more complex functionality.
61 In this phase, simpler instructions are combined into more complex instructions (like the different versions of multiply-add as well as neg, abs, clamp, and output modifiers) and constants are inlined, moves are eliminated, etc.
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dindex.rst14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown199 More complex example:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown199 More complex example:
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dtiling.rst318 hardware. It may seem complex on paper but "simple" things such as addition

Completed in 40 milliseconds

12