Home
last modified time | relevance | path

Searched defs:fp1 (Results 1 – 25 of 73) sorted by relevance

123

/external/clang/test/CXX/over/over.over/
Dp4.cpp8 int (*fp1)(int) = &f0; in test_f0() local
19 float (*fp1)(float) = f0; in test_f0_2() local
/external/llvm-project/clang/test/CXX/over/over.over/
Dp4.cpp8 int (*fp1)(int) = &f0; in test_f0() local
19 float (*fp1)(float) = f0; in test_f0_2() local
/external/skia/tests/sksl/dslfp/
DGrDSLFPTest_Sample.h17 …static std::unique_ptr<GrFragmentProcessor> Make(std::unique_ptr<GrFragmentProcessor> fp1, std::un… in Make()
24 …GrDSLFPTest_Sample(std::unique_ptr<GrFragmentProcessor> fp1, std::unique_ptr<GrFragmentProcessor> … in GrDSLFPTest_Sample()
/external/llvm-project/lld/test/COFF/
Dgfids-gc.s96 .globl fp1 symbol
97 fp1: label
Dgfids-icf.s70 .globl fp1 symbol
71 fp1: label
Dgfids-corrupt.s50 .globl fp1 symbol
51 fp1: label
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp6.cpp4 int (*fp1)(int) = [](int x) { return x + 1; }; in test_conversion() local
15 int (*fp1)(int) = [=](int x) { return x + 1; }; // expected-error{{no viable conversion}} in test_no_conversion() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp9-0x.cpp33 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_simple() local
42 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_extension() local
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp9-0x.cpp33 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_simple() local
42 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_extension() local
/external/llvm-project/clang/test/FixIt/
Dfixit-nullability-declspec.cpp8 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
/external/clang/test/FixIt/
Dfixit-nullability-declspec.cpp8 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp6.cpp7 int (*fp1)(int) = [](int x) { return x + 1; }; in test_conversion() local
27 int (*fp1)(int) = [=](int x) { return x + 1; }; // expected-error{{no viable conversion}} in test_no_conversion() local
/external/clang/test/SemaCXX/
Dnullability-declspec.cpp6 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
/external/llvm-project/clang/test/SemaCXX/
Dnullability-declspec.cpp6 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java88 FieldPosition fp1 = attributes.get(i); in addOverlapSpans() local
121 FieldPosition fp1 = attributes.get(i); in sort() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java90 FieldPosition fp1 = attributes.get(i); in addOverlapSpans() local
123 FieldPosition fp1 = attributes.get(i); in sort() local
/external/clang/test/Misc/
Dmessage-length.c14 int (*fp1)(int, float, short, float) = f; in g() local
/external/llvm-project/clang/test/Misc/
Dmessage-length.c14 int (*fp1)(int, float, short, float) = f; in g() local
/external/skqp/src/shaders/
DSkColorFilterShader.cpp59 auto fp1 = as_SB(fShader)->asFragmentProcessor(args); in asFragmentProcessor() local
/external/llvm-project/clang/test/PCH/
Dnamespaces.cpp15 N2::t1 *fp1 = &float_val; variable
/external/clang/test/PCH/
Dnamespaces.cpp15 N2::t1 *fp1 = &float_val; variable
/external/ltp/testcases/misc/math/float/exp_log/
Dgenfrexp.c44 int fp, fp1; in create_Result_file() local
Dgenmodf.c52 int fp, fp1; in create_Result_file() local
/external/clang/test/CodeGenCXX/
Dconvert-to-fptr.cpp12 typedef int (*fp1)(int); typedef
/external/llvm-project/clang/test/CodeGenCXX/
Dconvert-to-fptr.cpp12 typedef int (*fp1)(int); typedef

123