Searched defs:ihi (Results 1 - 3 of 3) sorted by relevance

/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface_impl.hh119 int ihi = N; local
123 BLAS_FUNC(gehrd)(&N, &ilo, &ihi, C, &N, d, d+N, &worksize, &info);
/external/python/cpython3/Objects/stringlib/
H A Dcodecs.h504 int ihi = !!native_ordering, ilo = !native_ordering; local
506 int ihi = !native_ordering, ilo = !!native_ordering; local
563 ch = (q[ihi] << 8) | q[ilo];
580 ch2 = (q[ihi] << 8) | q[ilo];
/external/python/cpython2/Objects/
H A Dunicodeobject.c2559 int ihi = 1, ilo = 0; local
2561 int ihi = 0, ilo = 1; local
2588 const Py_UNICODE bom = (q[ihi] << 8) | q[ilo];
2613 ihi = 1;
2618 ihi = 0;
2635 ch = (q[ihi] << 8) | q[ilo];
2655 Py_UNICODE ch2 = (q[ihi] << 8) | q[ilo];
2726 int ihi = 1, ilo = 0; local
2728 int ihi = 0, ilo = 1; local
2733 p[ihi]
[all...]

Completed in 116 milliseconds