Home
last modified time | relevance | path

Searched refs:fp3 (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm-project/clang/test/CodeGen/
Dppc64le-f128Aggregates.c8 struct fp3 { __float128 f[3]; }; struct
28 struct fp3 func_f3(struct fp3 x) { return x; } in func_f3()
72 struct fp3 global_f3;
/external/llvm-project/clang/test/CodeGenCXX/
Dlambda-conversion-op-cc.cpp15 double (*__attribute__((stdcall)) fp3)(int, float, double) = lambda; in usage() local
22 fp3(0, 1.1, 2.2); in usage()
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/
Dp2.cpp42 typedef S_alias (*fp3)(); typedef
49 fp3 three; in f()
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp6.cpp8 void (*fp3)(int) = lambda; in test_conversion() local
/external/clang/test/SemaCXX/
Dcxx1y-generic-lambdas.cpp182 int (*fp3)(char) = [](auto c) -> int { return c; }; in test() local
189 fp3('\n'); in test()
190 fp3('a'); in test()
214 int (&&fp3)(int) = [](auto a) { return a; }; // expected-error{{no viable conversion}}\ in test() local
641 void (*fp3)(char) = fp2(L, ts...); in fooV() local
642 fp3('a'); in fooV()
Dattr-unavailable.cpp19 int &(*fp3)(int) = foo; in test_foo() local
/external/llvm-project/clang/test/SemaCXX/
Dcxx1y-generic-lambdas.cpp186 int (*fp3)(char) = [](auto c) -> int { return c; }; in test() local
193 fp3('\n'); in test()
194 fp3('a'); in test()
218 int (&&fp3)(int) = [](auto a) { return a; }; // expected-error{{no viable conversion}}\ in test() local
655 void (*fp3)(char) = fp2(L, ts...); in fooV() local
656 fp3('a'); in fooV()
Dcxx1z-constexpr-lambdas.cpp111 constexpr double (*fp3)(double) = GL; variable
114 static_assert(fp3(3.14) == 3.14);
Dattr-unavailable.cpp18 int &(*fp3)(int) = foo; in test_foo() local
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp6.cpp11 void (*fp3)(int) = lambda; in test_conversion() local
/external/skia/src/gpu/effects/generated/
DGrConfigConversionEffect.cpp154 auto fp3 = GrConfigConversionEffect::Make( in TestForPreservingPMConversions() local
157 readSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp3)); in TestForPreservingPMConversions()
/external/llvm-project/llvm/test/CodeGen/X86/
D2010-05-12-FastAllocKills.ll12 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-…
26 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-…
Dipra-reg-usage.ll6 …r5 $dr6 $dr7 $dr8 $dr9 $dr10 $dr11 $dr12 $dr13 $dr14 $dr15 $fp0 $fp1 $fp2 $fp3 $fp4 $fp5 $fp6 $fp7…
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dextract_in_tree_user.ll47 %fp3 = sitofp i32 %add3 to float
48 %call3 = tail call float @llvm.powi.f32(float %fp3,i32 %add1) nounwind readnone
/external/llvm-project/clang/test/Sema/
Darm-cmse.c13 callback_2t fp3 = fptr; in foo() local
/external/skia/src/gpu/effects/
DGrConfigConversionEffect.fp89 auto fp3 = GrConfigConversionEffect::Make(
93 readSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp3));
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-pragmas-1.h80 float *fp3 = ipp; // expected-error{{lvalue of type 'int_ptr_ptr' (aka 'int **')}} in f30() local
/external/clang/test/SemaTemplate/
Dmember-template-access-expr.cpp71 float* (*fp3)(int) = &X1::f2; in test_X1() local
/external/llvm-project/clang/test/SemaObjCXX/Inputs/
Dnullability-pragmas-1.h102 float *fp3 = ipp; // expected-error{{lvalue of type 'int_ptr_ptr' (aka 'int **')}} in f30() local
/external/llvm-project/clang/test/SemaTemplate/
Dmember-template-access-expr.cpp71 float* (*fp3)(int) = &X1::f2; in test_X1() local
/external/rust/crates/libz-sys/src/zlib/watcom/
Dwatcom_f.mak19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dextract_in_tree_user.ll81 %fp3 = sitofp i32 %add3 to float
82 %call3 = tail call float @llvm.powi.f32(float %fp3,i32 %add1) nounwind readnone
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dspeculation-hardening-sls.ll177 i64 (i8*, i8*, i64, i64, i64, i64, i64, i64)** nocapture readonly %fp3)
187 %4 = bitcast i64 (i8*, i8*, i64, i64, i64, i64, i64, i64)** %fp3 to i8**
189 …, i8*, i64, i64, i64, i64, i64, i64)*, i64 (i8*, i8*, i64, i64, i64, i64, i64, i64)** %fp3, align 8
/external/libchrome/base/
Dlogging_unittest.cc628 void (*fp3)() = DcheckEmptyFunction1; in TEST_F() local
629 DCHECK_EQ(fp1, fp3); in TEST_F()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dternary_float.cpp263 float *fp3 = (float *)gIn3; in TestFunc_Float_Float_Float_Float() local
270 fp3[idx] = specialValues[z]; in TestFunc_Float_Float_Float_Float()

12