HomeSort by relevance Sort by last modified time
    Searched refs:at2 (Results 1 - 11 of 11) sorted by null

  /external/testng/src/test/java/test/configuration/
BeforeTestOrdering2Test.java 15 public void at2() { method in class:BeforeTestOrdering2Test
16 log("at2");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-at2.d 1 # name: rgn-at2
3 # ld: -T rgn-at2.t
  /external/aac/libFDK/src/
FDK_trigFcts.cpp 136 FIXP_DBL at2; // atan2 out local
212 at2 = at >> (AT2O_SF - ATO_SF); // now AT2O_SF for atan2
214 ret = at2;
218 ret = at2 + FL2FXCONST_DBL( M_PI / AT2O_SCALE);
220 ret = at2 - FL2FXCONST_DBL( M_PI / AT2O_SCALE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
container_base_dispatch.hpp 265 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
266 typedef typename at2::type at2t;
288 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
289 typedef typename at2::type at2t;
310 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
311 typedef typename at2::type at2t;
335 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
336 typedef typename at2::type at2t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
container_base_dispatch.hpp 265 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
266 typedef typename at2::type at2t;
288 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
289 typedef typename at2::type at2t;
310 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
311 typedef typename at2::type at2t;
335 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
336 typedef typename at2::type at2t;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
container_base_dispatch.hpp 265 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
266 typedef typename at2::type at2t;
288 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
289 typedef typename at2::type at2t;
310 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
311 typedef typename at2::type at2t;
335 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
336 typedef typename at2::type at2t;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
container_base_dispatch.hpp 265 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
266 typedef typename at2::type at2t;
288 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
289 typedef typename at2::type at2t;
310 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
311 typedef typename at2::type at2t;
335 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef in struct:__gnu_pbds::detail::container_base_dispatch
336 typedef typename at2::type at2t;
  /external/v8/test/mjsunit/
array-unshift.js 46 var at2 = '@2'; variable
49 Array.prototype[2] = at2;
59 assertEquals(array[2], at2);
122 var at2 = '@2'; variable
126 array_proto[2] = at2;
137 assertEquals(array[2], at2);
149 assertEquals(array[2], at2);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
penwin.h 1291 #define dwDiffAT(at1,at2) (1000*((at2).sec - (at1).sec) - (DWORD)(at1).ms + (DWORD)(at2).ms)
1292 #define FLTAbsTime(at1,at2) ((at1).sec < (at2).sec || ((at1).sec==(at2).sec && (at1).ms < (at2).ms))
1293 #define FLTEAbsTime(at1,at2) ((at1).sec < (at2).sec || ((at1).sec==(at2).sec && (at1).ms <= (at2).ms)
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 1665 IRAtom* at2 = mkPCastTo(mce, Ity_I64, va2); local
1723 IRAtom* at2 = mkPCastTo(mce, Ity_I64, va2); local
2517 IRAtom *at1, *at2, *at3; local
2543 IRAtom *at1, *at2, *at3; local
2564 IRAtom *at1, *at2; local
2602 IRAtom *at1, *at2; local
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 1578 IRAtom *at1, *at2, *at3; local
    [all...]

Completed in 209 milliseconds