Searched defs:AX (Results 1 - 6 of 6) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h408 /** \brief Solve a triangular Sylvester equation AX + XB = C
451 // Compute AX = \sum_{k=i+1}^m A_{ik} X_{kj}
452 Scalar AX; local
454 AX = 0;
457 AX = AXmatrix(0,0);
469 X(i,j) = (C(i,j) - AX - XB) / (A(i,i) + B(j,j));
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp268 struct AX { struct
269 AX& operator ->(); // expected-note {{declared here}}
274 AX a;
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c583 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
596 static void int10_func(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
636 AX=0x00;
651 biosfn_read_char_attr(GET_BH(),&AX); local
663 biosfn_read_pixel(GET_BH(),CX,DX,&AX); local
771 vbe_biosfn_return_controller_information(&AX,ES,DI);
774 vbe_biosfn_return_mode_information(&AX,CX,ES,DI);
777 vbe_biosfn_set_mode(&AX,B
[all...]
/external/qemu/
H A Di386-dis.c407 #define AX { OP_IMREG, ax_reg } macro
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h95 #define AX ax macro
157 #define AX %ax macro
443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
450 #define IN1_W(a) CHOICE(inw (a), inw ARG2(a,AX), _WTOG in a)
454 #define IN1_W(a) CHOICE(inw a, inw ARG2(a,AX), _WTOG in a)
556 #define OUT_W CHOICE(outw (DX), outw ARG2(AX,DX), _WTOG out DX)
562 #define OUT1_W(a) CHOICE(outw (a), outw ARG2(AX,a), _WTOG out a)
818 #define W_AX AX
1179 #define IN_W in AX, DX
1279 #define OUT_W out DX, AX
[all...]
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h95 #define AX ax macro
157 #define AX %ax macro
443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
450 #define IN1_W(a) CHOICE(inw (a), inw ARG2(a,AX), _WTOG in a)
454 #define IN1_W(a) CHOICE(inw a, inw ARG2(a,AX), _WTOG in a)
556 #define OUT_W CHOICE(outw (DX), outw ARG2(AX,DX), _WTOG out DX)
562 #define OUT1_W(a) CHOICE(outw (a), outw ARG2(AX,a), _WTOG out a)
818 #define W_AX AX
1179 #define IN_W in AX, DX
1279 #define OUT_W out DX, AX
[all...]

Completed in 282 milliseconds