HomeSort by relevance Sort by last modified time
    Searched refs:t10 (Results 26 - 50 of 60) sorted by null

12 3

  /external/speex/libspeex/
smallft.c 278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
292 t10=ip*ido;
473 t2+=t10;
485 t2+=t10;
507 t5+=t10;
537 t6+=t10;
538 t7+=t10;
566 t6+=t10;
567 t7+=t10;
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
    [all...]
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 68 void (*t10)(void (*)() throw(B1)) = &s9; // valid
  /toolchain/binutils/binutils-2.25/gold/testsuite/
tls_test_main.cc 98 check("t10", t10());
  /external/clang/test/CodeGen/
asm.c 59 void t10(int r) { function
62 // CHECK: @t10(
libcalls-fno-builtin.c 67 int t10(void) { return strcmp("foo", "bar"); } function
68 // CHECK: t10
ms-inline-asm.c 83 unsigned t10(void) {
90 // CHECK: t10
  /external/clang/test/CodeGenCXX/
new.cpp 120 A* t10() { function
  /external/clang/test/Sema/
ms-inline-asm.c 141 void t10() { function
unused-expr.c 111 void t10() {
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 143 namespace t10 { namespace
type-traits.cpp 408 int t10[T(__is_integral(int))]; local
515 int t10[F(__is_void(float))]; local
545 int t10[F(__is_array(void))]; local
584 int t10[F(__is_function(void))]; local
618 int t10[F(__is_reference(int))]; local
630 int t10[F(__is_lvalue_reference(int))]; local
642 int t10[F(__is_rvalue_reference(int&))]; local
692 int t10[F(__is_object(type_wrapper<void(void)>::type))]; local
708 int t10[T(__is_scalar(unsigned short))]; local
742 int t10[T(__is_compound(ClassType))] local
777 int t10[T(__is_pointer(IntArNB*))]; local
806 int t10[F(__is_member_object_pointer(void (StructWithMembers::*) ()))]; local
842 int t10[F(__is_member_function_pointer(int StructWithMembers::*))]; local
879 int t10[F(__is_member_pointer(void*))]; local
919 int t10[T(__is_const(const double))]; local
968 int t10[T(__is_volatile(volatile double))]; local
1086 int t10[T(__is_trivial(long double))]; local
1120 int t10[T(__is_trivially_copyable(long double))]; local
1199 int t10[F(__is_standard_layout(CppStructNonStandardByVirt))]; local
1218 int t10[F(__is_signed(bool))]; local
1247 int t10[F(__is_unsigned(void))]; local
1714 int t10[F(__is_same(Base, const Base))]; local
    [all...]
  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 561 double t10 = t1Seed - t1Step * 2; local
567 test = cubic1.ptAtT(t10);
568 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step;
590 t10, t1Seed, t12, t20, t2Seed, t22);
591 SkDPoint p10 = cubic1.ptAtT(t10);
  /external/llvm/include/llvm/Support/
AlignOf.h 195 typename T8 = char, typename T9 = char, typename T10 = char>
197 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; member in class:llvm::detail::AlignerImpl
205 typename T8 = char, typename T9 = char, typename T10 = char>
209 arr9[sizeof(T9)], arr10[sizeof(T10)];
223 typename T8 = char, typename T9 = char, typename T10 = char>
226 T6, T7, T8, T9, T10> >::Alignment,
228 T6, T7, T8, T9, T10>)> {
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 121 t10 = 8.81081882437654011382e-04, /* 0x3F4CDF0C, 0xEF61A8E9 */ variable
261 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
  /external/fdlibm/
e_lgamma_r.c 119 t10 = 8.81081882437654011382e-04, /* 0x3F4CDF0C, 0xEF61A8E9 */ variable
266 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 109 const GLfloat t00[4], const GLfloat t10[4],
112 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]);
113 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]);
114 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]);
115 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]);
1159 GLfloat t00[4], t10[4], t01[4], t11[4]; \/* sampled texel colors *\/ local
1223 GLfloat t00[4], t10[4], t01[4], t11[4]; \/* sampled texel colors *\/ local
2730 GLfloat t00[4], t01[4], t10[4], t11[4]; local
2866 GLfloat t00[4], t01[4], t10[4], t11[4]; local
    [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_sse.hpp 1222 __m128i t10 = _mm_unpacklo_epi8(t00, _mm_unpackhi_epi64(t01, t01)); local
1273 __m128i t10 = _mm_unpacklo_epi16(t00, _mm_unpackhi_epi64(t01, t01)); local
1315 __m128i t10 = _mm_unpacklo_epi32(t00, _mm_unpackhi_epi64(t01, t01)); local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 82 t10 = 2.25976482322181046611440855340968560e-03L, variable
285 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
WriteIndicCharts.java 79 Transliterator t10 = Transliterator.getInstance("InterIndic-Latin"); local
169 String s = t10.transliterate(str);
  /external/v8/test/mjsunit/
string-lastindexof.js 41 assertEquals(10, s.lastIndexOf("test", 10), "t10");
  /external/valgrind/VEX/priv/
guest_mips_toIR.c 2720 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, local
    [all...]
  /external/opencv3/modules/calib3d/src/
upnp.cpp 413 double t10 = pow( m[6], 2 ); local
423 *P.ptr<double>(0,1) = t10 - 2 * m[6] * m[3] + t13;
429 *P.ptr<double>(3,1) = t22 - 2 * m[9] * m[6] + t10;
431 *P.ptr<double>(4,1) = t33 - 2 * m[12] * m[6] + t10;
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 698 double t10 = a20 * a12 - a10 * a22; local
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 1010 t10(false, 'a', 3, 4, 5, 1.5F, -2.5, str,
1014 Print(t10));
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 1029 t10(false, 'a', 3, 4, 5, 1.5F, -2.5, str,
1033 Print(t10));
    [all...]

Completed in 1754 milliseconds

12 3