HomeSort by relevance Sort by last modified time
    Searched refs:__g (Results 1 - 25 of 39) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
gslice.h 158 gslice::gslice(const gslice& __g)
159 : _M_index(__g._M_index)
170 gslice::operator=(const gslice& __g)
172 if (__g._M_index)
173 __g._M_index->_M_increment_use();
176 _M_index = __g._M_index;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
gslice.h 158 gslice::gslice(const gslice& __g)
159 : _M_index(__g._M_index)
170 gslice::operator=(const gslice& __g)
172 if (__g._M_index)
173 __g._M_index->_M_increment_use();
176 _M_index = __g._M_index;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
gslice.h 158 gslice::gslice(const gslice& __g)
159 : _M_index(__g._M_index)
170 gslice::operator=(const gslice& __g)
172 if (__g._M_index)
173 __g._M_index->_M_increment_use();
176 _M_index = __g._M_index;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
gslice.h 158 gslice::gslice(const gslice& __g)
159 : _M_index(__g._M_index)
170 gslice::operator=(const gslice& __g)
172 if (__g._M_index)
173 __g._M_index->_M_increment_use();
176 _M_index = __g._M_index;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fenv.h 120 float __g = 0.0; local
123 __asm__ __volatile__ ("divss %1, %0" : : "x" (__f), "x" (__g));
126 : "=t" (__f) : "0" (__f), "u" (__g) : "st(1)");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 89 _Adaptor(const _Engine& __g)
90 : _M_g(__g) { }
161 _Adaptor(_Engine* __g)
162 : _M_g(__g) { }
384 * seeded from the generator function @p __g.
386 * @param __g The seed generator function.
389 linear_congruential(_Gen& __g)
390 { this->seed(__g); }
403 * sequence using values from the generator function @p __g.
405 * @param __g the seed generator function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 89 _Adaptor(const _Engine& __g)
90 : _M_g(__g) { }
161 _Adaptor(_Engine* __g)
162 : _M_g(__g) { }
384 * seeded from the generator function @p __g.
386 * @param __g The seed generator function.
389 linear_congruential(_Gen& __g)
390 { this->seed(__g); }
403 * sequence using values from the generator function @p __g.
405 * @param __g the seed generator function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 89 _Adaptor(const _Engine& __g)
90 : _M_g(__g) { }
161 _Adaptor(_Engine* __g)
162 : _M_g(__g) { }
384 * seeded from the generator function @p __g.
386 * @param __g The seed generator function.
389 linear_congruential(_Gen& __g)
390 { this->seed(__g); }
403 * sequence using values from the generator function @p __g.
405 * @param __g the seed generator function
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 89 _Adaptor(const _Engine& __g)
90 : _M_g(__g) { }
161 _Adaptor(_Engine* __g)
162 : _M_g(__g) { }
384 * seeded from the generator function @p __g.
386 * @param __g The seed generator function.
389 linear_congruential(_Gen& __g)
390 { this->seed(__g); }
403 * sequence using values from the generator function @p __g.
405 * @param __g the seed generator function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fenv.h 122 float __g = 0.0; local
124 __asm__ __volatile__ ("divss %1, %0" : : "x" (__f), "x" (__g));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
gshadow.h 103 extern int putsgent (__const struct sgrp *__g, FILE *__stream);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
gshadow.h 103 extern int putsgent (__const struct sgrp *__g, FILE *__stream);
  /external/clang/lib/Headers/
avxintrin.h 921 float __e, float __f, float __g, float __h)
923 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
976 float __e, float __f, float __g, float __h)
978 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
    [all...]
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
avxintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
avxintrin.h 921 float __e, float __f, float __g, float __h)
923 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
976 float __e, float __f, float __g, float __h)
978 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
avxintrin.h 921 float __e, float __f, float __g, float __h)
923 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
976 float __e, float __f, float __g, float __h)
978 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
avxintrin.h 921 float __e, float __f, float __g, float __h)
923 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
976 float __e, float __f, float __g, float __h)
978 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
avxintrin.h 921 float __e, float __f, float __g, float __h)
923 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
976 float __e, float __f, float __g, float __h)
978 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
avxintrin.h 921 float __e, float __f, float __g, float __h)
923 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
976 float __e, float __f, float __g, float __h)
978 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
avxintrin.h 921 float __e, float __f, float __g, float __h)
923 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
976 float __e, float __f, float __g, float __h)
978 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
avxintrin.h 921 float __e, float __f, float __g, float __h)
923 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
976 float __e, float __f, float __g, float __h)
978 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
avxintrin.h 908 float __e, float __f, float __g, float __h)
910 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
963 float __e, float __f, float __g, float __h)
965 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
avxintrin.h 911 float __e, float __f, float __g, float __h)
913 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
966 float __e, float __f, float __g, float __h)
968 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
avxintrin.h 911 float __e, float __f, float __g, float __h)
913 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
966 float __e, float __f, float __g, float __h)
968 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
    [all...]

Completed in 1419 milliseconds

1 2