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

  /external/valgrind/main/none/tests/s390x/
lpr.c 46 void t32(int value) function
80 t32(0); t32(1); t32(-1);
81 t32(INT_MAX); t32(INT_MIN); t32(UINT_MAX);
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 81 uint32_t* t32 = (uint32_t*)malloc(512*512*4); local
87 t32[x+y*512] = 0x10FFFFFF;
89 t32[x+y*512] = 0x20FF0000;
108 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 512, 512, 0, GL_RGBA, GL_UNSIGNED_BYTE, t32);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.c 65 int32_t t32, tmpW32; local
384 t32 = WEBRTC_SPL_MUL_16_16(temp1, (*gainPtr));
385 t32 = t32 - targetEner;
386 if (t32 < 0) {
  /frameworks/native/opengl/tests/textures/
textures.cpp 96 uint32_t t32[] = {
114 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_BYTE, t32);
  /frameworks/native/opengl/tests/filter/
filter.cpp 106 uint32_t t32[] = {
137 4, 4, 0, GL_RGBA, GL_UNSIGNED_BYTE, t32);
  /hardware/libhardware/tests/hwc/
test-arrows.c 53 uint32_t t32[] = { variable
118 GL_RGBA, GL_UNSIGNED_BYTE, t32);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 62 int32_t r32, q32, t32, nom32, den32; local
78 t32 = WebRtcSpl_DivResultInQ31(nom32 * sign1, den32 * sign2);
80 t16=(int16_t)WEBRTC_SPL_RSHIFT_W32(t32, 23); /* Q8 */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 71 WebRtc_Word32 r32, q32, t32, nom32, den32; local
86 t32=WebRtcSpl_DivResultInQ31(WEBRTC_SPL_MUL_32_16(nom32, sign1),WEBRTC_SPL_MUL_32_16(den32, sign2)); /* t in Q31, without signs */
88 t16=(WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(t32, 23); /* Q8 */
  /external/clang/test/CodeGen/
ms-inline-asm.c 336 void t32() {
342 // CHECK: t32
  /external/clang/test/SemaCXX/
type-traits.cpp 579 int t32[F(__is_function(void(*)()))]; local
649 int t32[F(__is_fundamental(Derives))]; local
731 int t32[F(__is_compound(long))]; local
768 int t32[F(__is_pointer(StructWithMembers))]; local
801 int t32[F(__is_member_object_pointer(Enum))]; local
837 int t32[F(__is_member_function_pointer(Enum))]; local
874 int t32[F(__is_member_pointer(IntArNB))]; local
909 int t32[F(__is_const(long))]; local
958 int t32[F(__is_volatile(long))]; local
1077 int t32[F(__is_trivial(SuperNonTrivialStruct))]; local
1112 int t32[F(__is_trivially_copyable(NonTCStruct))]; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 5322 IRTemp t32 = newTemp(Ity_I32); local
27824 IRTemp t32 = newTemp(Ity_I32); local
27841 IRTemp t32 = newTemp(Ity_I32); local
27858 IRTemp t32 = newTemp(Ity_I32); local
27875 IRTemp t32 = newTemp(Ity_I32); local
28530 IRTemp t32 = newTemp(Ity_I32); local
28553 IRTemp t32 = newTemp(Ity_I32); local
28656 IRTemp t32 = newTemp(Ity_I32); local
28682 IRTemp t32 = newTemp(Ity_I32); local
28710 IRTemp t32 = newTemp(Ity_I32); local
28734 IRTemp t32 = newTemp(Ity_I32); local
    [all...]
guest_arm64_toIR.c 1654 IRTemp t32 = newTemp(Ity_I64); local
1663 IRTemp t32 = newTemp(Ity_I64); local
    [all...]
guest_arm_toIR.c     [all...]
  /external/pixman/demos/
quad2quad.c 24 t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, local
152 t32 = t31 + t30;
153 t33 = t32 * y2;
235 t96 = t32 * x2;
1021 t649 = t32 * t5;
    [all...]
  /external/libcxxabi/test/
dynamic_cast3.cpp 1802 namespace t32 namespace
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 1802 namespace t32 namespace
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast3.cpp 1802 namespace t32 namespace
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1171 double t32 = 32.0 + t31; local
    [all...]

Completed in 1858 milliseconds