/external/clang/test/CodeGen/ |
attributes.c | 79 void t21(void) { function
|
libcalls-fno-builtin.c | 118 long int t21(char **x) { return strtol("1234", x, 10); } function 119 // CHECK: t21
|
asm.c | 165 float t21(long double x) { function 169 // CHECK: @t21
|
arm-aapcs-zerolength-bitfield.c | 209 struct t21 struct 229 static int arr21_bar1_offset[(offsetof(struct t21, bar1) == 4) ? 0 : -1]; 230 static int arr21_bar2_offset[(offsetof(struct t21, bar2) == 8) ? 0 : -1]; 231 static int arr21_bar3_offset[(offsetof(struct t21, bar3) == 12) ? 0 : -1]; 232 static int arr21_bar4_offset[(offsetof(struct t21, bar4) == 28) ? 0 : -1]; 233 static int arr21_sizeof[(sizeof(struct t21) == 40) ? 0 : -1];
|
arm-apcs-zerolength-bitfield.c | 213 struct t21 struct 233 static int arr21_bar1_offset[(offsetof(struct t21, bar1) == 8) ? 0 : -1]; 234 static int arr21_bar2_offset[(offsetof(struct t21, bar2) == 12) ? 0 : -1]; 235 static int arr21_bar3_offset[(offsetof(struct t21, bar3) == 16) ? 0 : -1]; 236 static int arr21_bar4_offset[(offsetof(struct t21, bar4) == 32) ? 0 : -1]; 237 static int arr21_sizeof[(sizeof(struct t21) == 44) ? 0 : -1];
|
/external/clang/test/CodeGenCXX/ |
aarch64-aapcs-zerolength-bitfield.cpp | 210 struct t21 struct 230 static_assert(offsetof(struct t21, bar1) == 8); 231 static_assert(offsetof(struct t21, bar2) == 12); 232 static_assert(offsetof(struct t21, bar3) == 16); 233 static_assert(offsetof(struct t21, bar4) == 40); 234 static_assert(sizeof(struct t21) == 56);
|
/external/libcxxabi/test/ |
dynamic_cast3.pass.cpp | 1157 namespace t21 namespace 1212 } // t21 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_MCReconBlock_s.s | 479 M_LOAD_XINT pSrc, srcStep, $offset, t20, t21, t30, t31 ;// Load c, c', d, d' 481 M_EXT_XINT $offset, t20, t21, t30, t31 483 M_HSUM_XOR t21, t31, tmp ;// s1', l1' 485 M_AVG4 t01, t11, t21, t31, $rndVal ;// s0', l0', s1', l1' 489 ;// t20, t21, t30, t31 required from above 496 M_AVG4 t21, t31, t01, t11, $rndVal 497 STRD t20, t21, [pDst], dstStep 613 t21 RN 9 label
|
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 1150 namespace t21 namespace 1205 } // t21 [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
dynamic_cast3.pass.cpp | 1151 namespace t21 namespace 1206 } // t21 [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 1150 namespace t21 namespace 1205 } // t21 [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/ |
dynamic_cast3.pass.cpp | 1151 namespace t21 namespace 1206 } // t21 [all...] |
/external/eigen/test/ |
geo_transformations.cpp | 264 Transform2 t20, t21; local 269 t21.setIdentity(); 270 t21.linear() = Rotation2D<Scalar>(a).toRotationMatrix(); 272 t21.pretranslate(v20).scale(v21).matrix()); 274 t21.setIdentity(); 275 t21.linear() = Rotation2D<Scalar>(-a).toRotationMatrix(); 277 * (t21.prescale(v21.cwiseInverse()).translate(-v20))).matrix().isIdentity(test_precision<Scalar>()) ); 453 t21 = Translation2(v20) * R0 * Eigen::Scaling(s0); 454 VERIFY_IS_APPROX(t20,t21); 457 t21 = Translation2(v20) * Eigen::Scaling(s0) [all...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
e_lgammal_r.c | 93 t21 = -1.64508584981658692556994212457518536e-05L, variable 286 y*(t17+y*(t18+y*(t19+y*(t20+y*(t21+y*(t22+y*(t23+
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
RawConverter.java | 726 double t21 = a20 * a01 - a00 * a21; local [all...] |
/external/clang/test/SemaCXX/ |
type-traits.cpp | 413 int t21[F(__is_integral(float))]; local 442 int t21[F(__is_floating_point(unsigned int))]; local 470 int t21[T(__is_arithmetic(unsigned int))]; local 502 int t21[T(__is_complete_type(unsigned int))]; local 526 int t21[F(__is_void(unsigned int))]; local 556 int t21[F(__is_array(unsigned short))]; local 595 int t21[F(__is_function(unsigned short))]; local 668 int t21[T(__is_fundamental(unsigned int))]; local 718 int t21[F(__is_scalar(cvoid))]; local 747 int t21[F(__is_compound(double))] local 784 int t21[F(__is_pointer(cvoid))]; local 817 int t21[F(__is_member_object_pointer(Union*))]; local 853 int t21[F(__is_member_function_pointer(Union*))]; local 890 int t21[F(__is_member_pointer(UnionAr*))]; local 930 int t21[T(__is_const(const IntArNB))]; local 979 int t21[T(__is_volatile(volatile IntArNB))]; local 1097 int t21[T(__is_trivial(UnionAr))]; local 1131 int t21[T(__is_trivially_copyable(UnionAr))]; local 1229 int t21[F(__is_signed(ClassType))]; local 1257 int t21[F(__is_unsigned(long))]; local [all...] |
/art/test/083-compiler-regressions/src/ |
Main.java | 1179 double t21 = 21.0 + t20; local [all...] |