OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t23
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/CodeGen/
libcalls-fno-builtin.c
119
long int
t23
(char **x) { return strtoul("1234", x, 10); }
function
120
// CHECK:
t23
asm.c
187
unsigned char
t23
(unsigned char a, unsigned char b) {
function
/external/libcxxabi/test/
dynamic_cast3.pass.cpp
1265
namespace
t23
namespace
1292
t23
::A1* getA1() {return A2::getA1();}
1320
} //
t23
[
all
...]
/ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp
1264
namespace
t23
namespace
1291
t23
::A1* getA1() {return A2::getA1();}
1319
} //
t23
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast3.pass.cpp
1265
namespace
t23
namespace
1292
t23
::A1* getA1() {return A2::getA1();}
1320
} //
t23
[
all
...]
/bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c
95
t23
= -7.03070407519397260929482550448878399e-06L,
variable
286
y*(t17+y*(t18+y*(t19+y*(t20+y*(t21+y*(t22+y*(
t23
+
/external/opencv3/modules/calib3d/src/
upnp.cpp
459
double
t23
= pow( m[2][1], 2 );
local
488
*P.ptr<double>(0,2) = t19 - 2 * m[2][4] * m[2][1] + t22 +
t23
+ t24 - 2 * m[2][5] * m[2][2];
495
*P.ptr<double>(1,2) = -2 * m[2][8] * m[2][2] + t22 +
t23
+ t59 - 2 * m[2][7] * m[2][1] + t62;
502
*P.ptr<double>(2,2) = t90 + t22 - 2 * m[2][10] * m[2][1] +
t23
- 2 * m[2][11] * m[2][2] + t95;
/external/clang/test/SemaCXX/
type-traits.cpp
415
int
t23
[F(__is_integral(long double))];
local
444
int
t23
[F(__is_floating_point(unsigned long))];
local
472
int
t23
[T(__is_arithmetic(unsigned long))];
local
504
int
t23
[T(__is_complete_type(unsigned long))];
local
528
int
t23
[F(__is_void(unsigned long))];
local
558
int
t23
[F(__is_array(unsigned int))];
local
597
int
t23
[F(__is_function(unsigned int))];
local
670
int
t23
[T(__is_fundamental(unsigned long))];
local
720
int
t23
[F(__is_scalar(UnionAr))];
local
749
int
t23
[F(__is_compound(bool))]
local
786
int
t23
[F(__is_pointer(char))];
local
819
int
t23
[F(__is_member_object_pointer(StructWithMembers*))];
local
855
int
t23
[F(__is_member_function_pointer(StructWithMembers*))];
local
892
int
t23
[F(__is_member_pointer(void))];
local
932
int
t23
[T(__is_const(const UnionAr))];
local
981
int
t23
[T(__is_volatile(volatile UnionAr))];
local
1099
int
t23
[T(__is_trivial(AllDefaulted))];
local
1133
int
t23
[T(__is_trivially_copyable(NonTrivialStruct))];
local
1231
int
t23
[F(__is_signed(Enum))];
local
1259
int
t23
[F(__is_unsigned(UnionAr))];
local
[
all
...]
/art/test/083-compiler-regressions/src/
Main.java
1181
double
t23
= 23.0 + t22;
local
[
all
...]
Completed in 373 milliseconds