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

  /prebuilts/go/darwin-x86/src/math/rand/
rng.go 20 _M = (1 << 31) - 1
195 x += _M
205 seed = seed % _M
207 seed += _M
  /prebuilts/go/linux-x86/src/math/rand/
rng.go 20 _M = (1 << 31) - 1
195 x += _M
205 seed = seed % _M
207 seed += _M
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
lock_free_slist.h 45 _STLP_STATIC_ASSERT(sizeof(_M) == 8)
46 _M._M_data._M_top = 0;
47 _M._M_data._M_sequence = 0;
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
73 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1
78 :"a" (_M._M_data._M_top), "d" (_M._M_data._M_sequence), "c" (__item), "S" (&_M._M_data)
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_next
96 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence +
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
nasty_macros.hpp 25 #define _M NASTY_MACRO
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
lock_free_slist.h 45 _STLP_STATIC_ASSERT(sizeof(_M) == 8)
46 _M._M_data._M_top = 0;
47 _M._M_data._M_sequence = 0;
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
73 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1
78 :"a" (_M._M_data._M_top), "d" (_M._M_data._M_sequence), "c" (__item), "S" (&_M._M_data)
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_next
96 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence +
    [all...]
  /external/libcxx/test/support/
nasty_macros.hpp 25 #define _M NASTY_MACRO
  /prebuilts/go/darwin-x86/src/math/big/
arith.go 16 _m = ^Word(0)
17 _logS = _m>>8&1 + _m>>16&1 + _m>>32&1
22 _M = _B - 1 // digit mask
14 _m = ^Word(0) const
  /prebuilts/go/linux-x86/src/math/big/
arith.go 16 _m = ^Word(0)
17 _logS = _m>>8&1 + _m>>16&1 + _m>>32&1
22 _M = _B - 1 // digit mask
14 _m = ^Word(0) const
  /external/opencv/cv/src/
cvgeometry.cpp 362 double _M[3][3], _R[3][3], _Q[3][3];
363 CvMat M = cvMat(3, 3, CV_64F, _M);
382 s = _M[2][1];
383 c = _M[2][2];
411 assert(fabs(_M[2][0]) < FLT_EPSILON);
412 _M[2][0] = 0;
421 s = _M[1][0];
422 c = _M[1][1];
  /toolchain/binutils/binutils-2.25/opcodes/
m68hc11-opc.c 71 #define _M 0xff
108 { "test", OP_NONE, 1, 0x00, 5, _M, CHG_NONE, cpu6811, 0 },
    [all...]
  /prebuilts/go/darwin-x86/src/unicode/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/unicode/
tables.go     [all...]

Completed in 311 milliseconds