HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 76 - 100 of 2978) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/pdfium/public/
fpdf_doc.h 31 FS_FLOAT x2; member in struct:_FS_QUADPOINTSF
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt.c 28 int32_t A, B, x2; local
45 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2
46 A = -x2; // A = -(x/2)^2
60 t16 = (int16_t)(x2 >> 16);
  /frameworks/av/media/libeffects/loudness/common/core/
math.h 58 const T x2 = x * x; local
59 const T x3 = x2 * x;
60 const T x4 = x2 * x2;
61 const T x5 = x3 * x2;
62 return 1.0f + x + 0.5f * x2 +
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
post_pro.cpp 291 Word16 i, x2;
296 x2 = st->x1;
307 L_tmp = L_mac (L_tmp, x2, b[2]);
351 Word16 i, x2; local
365 x2 = st->x1;
378 L_tmp += ((Word32) x2) * c_b2;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
highpass_400hz_at_12k8.cpp 149 int16 i, x2; local
171 x2 = x1;
174 L_tmp2 = fxp_mac_16by16(x2, 915, L_tmp2);
highpass_50hz_at_12k8.cpp 151 int16 i, x2; local
176 x2 = x1;
179 L_tmp2 = fxp_mac_16by16(x2, 8106, L_tmp2);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp400.c 63 Word16 x2; local
76 x2 = x1;
85 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2)* b[0] + x1 * b[1]) << 1;
hp50.c 48 static Word16 a[3] = {8192, 16211, -8021}; /* Q12 (x2) */
64 Word16 x2; local
78 x2 = x1;
87 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2) * b[0] + x1 * b[1]) << 1;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 55 x2 RN 8 label
79 M_LDR x2, [pSrc], srcStep
82 M_STR x2, [pDst], dstStep
90 M_LDR x2, [pSrc], srcStep
94 MOV x2, x2, LSR #8
95 ORR x2, x2, x3, LSL #24
98 M_STR x2, [pDst], dstStep
100 M_LDR x2, [pSrc], srcSte
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 55 x2 RN 8 label
79 M_LDR x2, [pSrc], srcStep
82 M_STR x2, [pDst], dstStep
90 M_LDR x2, [pSrc], srcStep
94 MOV x2, x2, LSR #8
95 ORR x2, x2, x3, LSL #24
98 M_STR x2, [pDst], dstStep
100 M_LDR x2, [pSrc], srcSte
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
GridOccupancy.java 62 int x2 = x + spanX - 1; local
64 if (x < 0 || y < 0 || x2 >= mCountX || y2 >= mCountY) {
67 for (int i = x; i <= x2; i++) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue12577.go 23 x2 float32 = z2
54 test32(x2)
22 x2 float32 = z2 var
issue13821b.go 17 var x2 = 1 < 2 && b // x2 has type B, not ideal bool var
20 var x5 = x2 && b2 // ERROR "mismatched types B and B2"
22 var x7 = b2 && x2 // ERROR "mismatched types B2 and B"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue12577.go 23 x2 float32 = z2
54 test32(x2)
22 x2 float32 = z2 var
issue13821b.go 17 var x2 = 1 < 2 && b // x2 has type B, not ideal bool var
20 var x5 = x2 && b2 // ERROR "mismatched types B and B2"
22 var x7 = b2 && x2 // ERROR "mismatched types B2 and B"
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/
op_star.pass.cpp 39 typename std::iterator_traits<It>::value_type x2 = *r; local
40 assert(x2 == x);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/
op_star.pass.cpp 39 typename std::iterator_traits<It>::value_type x2 = *r; local
40 assert(x2 == x);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-pcrel2.s 11 move.d [pc-(x2-x+129-8)],r8 ; 6
25 move.d [pc-(x2-x+129-8)],r8 ; 6
26 x2: label
42 move.d [pc-(x2-x+129-8)],r8 ; 6
54 move.d [pc-(x2-x+129-8)],r8 ; 6
  /bionic/libm/upstream-netbsd/lib/libm/complex/
cephes_subrl.c 92 long double f, x, x2, y, y2, rn, t; local
102 x2 = 1.0;
112 x2 *= x;
114 t = y2 + x2;
122 x2 *= x;
124 t = y2 - x2;
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SineOscillator.java 42 float x2 = (x * x); local
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1);
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SineOscillator.java 42 float x2 = (x * x); local
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1);
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SineOscillator.java 42 float x2 = (x * x); local
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1);
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SineOscillator.java 42 float x2 = (x * x); local
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1);
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SineOscillator.java 42 float x2 = (x * x); local
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1);
  /external/clang/test/CXX/temp/temp.spec/
no-body.cpp 86 template<typename T> struct x2 { }; struct
90 template struct x2<int> { }; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} struct

Completed in 3597 milliseconds

1 2 34 5 6 7 8 91011>>