Home
last modified time | relevance | path

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

12

/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/skia/src/gpu/effects/
DGrMixerEffect.h19 const std::unique_ptr<GrFragmentProcessor>& fp1) { in OptFlags()
40 fp1, in Make()
51 std::unique_ptr<GrFragmentProcessor> in GrMixerEffect()
/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/clang/test/FixIt/
Dfixit-nullability-declspec.cpp8 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
/external/clang/test/SemaCXX/
Dnullability-declspec.cpp6 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
Dconst-cast.cpp63 f fp1 = 0; in bad_const_cast_test() local
/external/clang/test/Misc/
Dmessage-length.c14 int (*fp1)(int, float, short, float) = f; in g() local
/external/tensorflow/tensorflow/core/platform/
Dfingerprint.h65 inline uint64 FingerprintCat64(const uint64 fp1, const uint64 fp2) { in FingerprintCat64()
/external/skia/src/shaders/
DSkColorFilterShader.cpp61 auto fp1 = as_SB(fShader)->asFragmentProcessor(args); in asFragmentProcessor() local
/external/clang/test/PCH/
Dnamespaces.cpp15 N2::t1 *fp1 = &float_val; variable
/external/skqp/src/shaders/
DSkColorFilterShader.cpp59 auto fp1 = as_SB(fShader)->asFragmentProcessor(args); in asFragmentProcessor() local
/external/clang/test/CodeGenCXX/
Dconvert-to-fptr.cpp12 typedef int (*fp1)(int); typedef
/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/CXX/temp/temp.arg/temp.arg.type/
Dp2.cpp65 int (*fp1)(int, __typeof__(e2)) = f1; in f() local
/external/ltp/testcases/misc/math/float/power/
Dgenfmod.c96 int fp, fp1; in create_Data_file() local
/external/python/cpython3/Lib/
Dgenericpath.py103 def sameopenfile(fp1, fp2): argument
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp1-0x.cpp68 float *fp1 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/external/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c67 FILE *fp1, *fp2; in check_file_content() local
/external/clang/test/SemaTemplate/
Dinstantiate-function-params.cpp51 FuncPtr<R, A1, &unary_func<R, A1> > fp1; in use_func_ptr() local
Dmember-template-access-expr.cpp62 float *fp1 = x1.f1<>(17); in test_X1() local
/external/lz4/examples/
DblockStreaming_doubleBuffer.c115 int compare(FILE* fp0, FILE* fp1) in compare()
/external/python/cpython2/Lib/
Dposixpath.py163 def sameopenfile(fp1, fp2): argument
/external/libxaac/decoder/armv7/
Dixheaacd_qmf_dec_armv7.c100 WORD16 *fp1, *fp2, *tmp; in ixheaacd_cplx_anal_qmffilt() local

12