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

12

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 53 t10 = 8.8108185446e-04, /* 0x3a66f867 */ variable
193 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/chromium_org/third_party/mesa/src/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/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/chromium_org/v8/test/mjsunit/
string-lastindexof.js 41 assertEquals(10, s.lastIndexOf("test", 10), "t10");
  /external/v8/test/mjsunit/
string-lastindexof.js 41 assertEquals(10, s.lastIndexOf("test", 10), "t10");
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-mips.pl 105 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
186 lwl $t10,1($i2) # Te3[s1]
190 lwr $t10,0($i2) # Te3[s1]
221 xor $t2,$t10
287 lbu $t10,2($i2) # Te4[s2>>24]
325 _ins $t10,24
335 xor $t2,$t10
517 lwl $t10,1($i2) # Td3[s3]
521 lwr $t10,0($i2) # Td3[s3]
555 xor $t2,$t10
    [all...]
  /external/openssl/crypto/aes/asm/
aes-mips.pl 105 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
186 lwl $t10,1($i2) # Te3[s1]
190 lwr $t10,0($i2) # Te3[s1]
221 xor $t2,$t10
287 lbu $t10,2($i2) # Te4[s2>>24]
325 _ins $t10,24
335 xor $t2,$t10
517 lwl $t10,1($i2) # Td3[s3]
521 lwr $t10,0($i2) # Td3[s3]
555 xor $t2,$t10
    [all...]
  /external/clang/test/CodeGen/
ms-inline-asm.c 83 unsigned t10(void) {
90 // CHECK: t10
  /external/pixman/demos/
quad2quad.c 23 t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, local
124 t10 = - px3 * py2 * t2;
125 t11 = (t10 + t9) * y2;
147 t28 = t10 + t27 + t25;
623 t390 = t389 + t10;
832 t552 = (t389 + t10 + t551) * y2;
1026 t652 = t540 + x1 * (px1 * t651 + py1 * t650 + t389 + t10 + t649) + t538 + t648
1097 t704 = (t10 + t703) * y2;
1143 t737 = t389 + t10 + t649;
    [all...]
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 1001 t10(false, 'a', 3, 4, 5, 1.5F, -2.5, str, NULL, "10");
1004 Print(t10));
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 1007 t10(false, 'a', 3, 4, 5, 1.5F, -2.5, str, NULL, "10");
1010 Print(t10));
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc 1024 t10(false, 'a', 3, 4, 5, 1.5F, -2.5, str,
1028 Print(t10));
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 1029 t10(false, 'a', 3, 4, 5, 1.5F, -2.5, str,
1033 Print(t10));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 3798 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
3901 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
3996 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
4171 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
4281 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 509 namespace t10 namespace
564 } // t10
    [all...]
  /external/elfutils/tests/
run-allregs.sh     [all...]

Completed in 5688 milliseconds

12