Searched defs:Bx (Results 1 - 5 of 5) sorted by relevance

/external/eigen/bench/
H A Dsparse_setter.cpp307 T Bx[])
324 //write Aj,Ax into Bj,Bx
330 Bx[dest] = Ax[n];
341 //now Bp,Bj,Bx form a CSR representation (with possible duplicates)
300 coo_tocsr(const int n_row, const int n_col, const int nnz, const Coordinates Aij, const Values Ax, int Bp[], int Bj[], T Bx[]) argument
/external/skia/src/utils/
H A DSkCurveMeasure.cpp111 float Bx = pts[1].x(); local
118 Sk8f(2*(Ax - 2*Bx + Cx)).store(&xCoeff[0]);
119 Sk8f(2*(Bx - Ax)).store(&xCoeff[1]);
128 float Bx = pts[1].x(); local
137 Sk8f(3*(-Ax + 3*(Bx - Cx) + Dx)).store(&xCoeff[0]);
138 Sk8f(6*(Ax - 2*Bx + Cx)).store(&xCoeff[1]);
139 Sk8f(3*(-Ax + Bx)).store(&xCoeff[2]);
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_colorspace.cpp294 // sRGB value {Rx,Ry}={0.64, 0.33}, {Gx,Gy}={0.30, 0.60}, {Bx,By}={0.15, 0.06}
298 FX_FLOAT Bx = 0.15f, By = 0.06f; local
299 CFX_Matrix_3by3 RGB_xyz(Rx, Gx, Bx, Ry, Gy, By, 1 - Rx - Ry, 1 - Gx - Gy,
300 1 - Bx - By);
/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_common.c146 #define Bx (HI(18)) macro
405 code_ptr[0] = Bx;
458 *buf_ptr = Bx | (addr & 0x03fffffc) | ((*buf_ptr) & 0x1);
462 *buf_ptr = Bx | (addr & 0x03fffffc) | 0x2 | ((*buf_ptr) & 0x1);
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h1555 void Bx(Condition cond, Register rm) { function in class:vixl::aarch32::MacroAssembler
1566 void Bx(Register rm) { Bx(al, rm); } function in class:vixl::aarch32::MacroAssembler

Completed in 300 milliseconds