Home
last modified time | relevance | path

Searched refs:t02 (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
Dtype-traits.cpp400 int t02[T(__is_integral(char))]; in is_integral() local
429 int t02[T(__is_floating_point(double))]; in is_floating_point() local
458 int t02[T(__is_arithmetic(double))]; in is_arithmetic() local
490 int t02[T(__is_complete_type(double))]; in is_complete_type() local
513 int t02[T(__is_void(cvoid))]; in is_void() local
542 int t02[T(__is_array(IntArNB))]; in is_array() local
580 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function() local
615 int t02[T(__is_reference(const int&))]; in is_reference() local
626 int t02[T(__is_lvalue_reference(void *&))]; in is_lvalue_reference() local
640 int t02[T(__is_rvalue_reference(void * const &&))]; in is_rvalue_reference() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/autohvx/
Dbitwise-pred-128b.ll25 ; CHECK-LABEL: t02
27 define <128 x i8> @t02(<128 x i8> %a0, <128 x i8> %a1) #0 {
Dbitwise-pred-64b.ll23 ; CHECK-LABEL: t02
25 define <64 x i8> @t02(<64 x i8> %a0, <64 x i8> %a1) #0 {
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dvec_shuffle-37.ll27 define void @t02(<8 x i32>* %source, <2 x i32>* %dest) nounwind noinline {
Dvec_shuffle-15.ll13 define <2 x i64> @t02(<2 x i64> %a, <2 x i64> %b) nounwind {
/external/epid-sdk/epid/common/math/src/
Dpairing.c2147 FfElement* t02 = NULL; in SquareCyclotomic() local
2193 result = NewFfElement(ps->Fq2, &t02); in SquareCyclotomic()
2245 result = SquareForFq4(ps, t02, t10, a[2], a[5]); in SquareCyclotomic()
2278 sts = ippsGFpAdd(t02->ipp_ff_elem, t02->ipp_ff_elem, e[4]->ipp_ff_elem, in SquareCyclotomic()
2281 sts = ippsGFpAdd(e[4]->ipp_ff_elem, t02->ipp_ff_elem, e[4]->ipp_ff_elem, in SquareCyclotomic()
2365 DeleteFfElement(&t02); in SquareCyclotomic()