HomeSort by relevance Sort by last modified time
    Searched defs:_n (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.h 138 unsigned int _n = batch->used - batch->emit; local
140 if (_n != batch->total) {
142 _n, batch->total);
  /external/opencv3/modules/calib3d/test/
test_homography_decomp.cpp 103 _n = Vec3d(0.244875830334816, 0.480857890778889, 0.841909446789566);
123 double ndist = norm(*niter, _n, NORM_INF);
135 Vec3d _t, _n; member in class:CV_HomographyDecompTest
  /external/libgdx/extensions/gdx-jnigen/libs/
javaparser-core-2.3.0.jar 
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 204 Rational(void) : _n(0), _d(1) {}
205 Rational(uint32_t n, uint32_t d) : _n(n), _d(d) {}
206 uint32_t numerator(void) { return _n; }
208 void setNumerator(uint32_t numerator) { _n = numerator; }
220 operator double() const { return (double) _n / (double) _d; }
224 uint32_t _n; member in class:Rational
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 484 } _n; member in struct:internal_syment
493 #define n_name _n._n_name
494 #define n_zeroes _n._n_n._n_zeroes
495 #define n_offset _n._n_n._n_offset
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 235 milliseconds