/external/ltp/testcases/misc/math/float/power/ |
D | genpow.c | 87 int fp, fp2; in create_Data_file() local 102 fp2 = open(F_name_pow, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file() 103 if (!fp || !fp2) { in create_Data_file() 106 close(fp2); in create_Data_file() 111 write(fp2, &tabD_pow[i], sizeof(double)); in create_Data_file() 114 close(fp2); in create_Data_file()
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p6.cpp | 5 void (*fp2)(int) = [](int x) { }; in test_conversion() local 16 void (*fp2)(int) = [&](int x) { }; // expected-error{{no viable conversion}} in test_no_conversion() local
|
/external/clang/test/CodeGenCXX/ |
D | convert-to-fptr.cpp | 14 typedef int (*fp2)(float); typedef 18 operator fp2() { return f2; } in operator fp2()
|
/external/skia/src/shaders/ |
D | SkColorFilterShader.cpp | 66 sk_sp<GrFragmentProcessor> fp2(fFilter->asFragmentProcessor(args.fContext, in asFragmentProcessor() local 68 if (!fp2) { in asFragmentProcessor() 72 sk_sp<GrFragmentProcessor> fpSeries[] = { std::move(fp1), std::move(fp2) }; in asFragmentProcessor()
|
/external/autotest/client/site_tests/firmware_TouchMTB/geometry/ |
D | two_farthest_clusters.py | 52 fp1, fp2 = get_two_farthest_points(points) 59 (cluster1 if p.distance(fp1) <= p.distance(fp2) else cluster2).append(p)
|
/external/clang/test/SemaCXX/ |
D | cxx1y-generic-lambdas.cpp | 181 int (*fp2)(int) = [](auto b) -> int { return b; }; in test() local 188 fp2(3); in test() 202 int (*fp2)(int, char, double) = [](auto ... a) { vfun(a...); return 4; }; in variadic_test() local 213 int (&fp2)(int) = [](auto a) { return a; }; // expected-error{{non-const lvalue}} in test() local 617 void (*fp2)(decltype(L), decltype(ts) ...) = L(L, ts...); in fooV() local 639 decltype(L(L, ts...)(L, ts...)) (*fp2)(decltype(L), decltype(ts) ...) = L(L, ts...); in fooV() local 640 fp2 = fp(L, ts...); in fooV() 641 void (*fp3)(char) = fp2(L, ts...); in fooV()
|
D | const-cast.cpp | 65 …f fp2 = const_cast<f>(fp1); // expected-error {{const_cast to 'f' (aka 'int (*)(int)'), which is n… in bad_const_cast_test() local
|
D | attr-unavailable.cpp | 17 void (*fp2)(...) = bar; // expected-error{{'bar' is unavailable}} in test_foo() local
|
D | overload-call.cpp | 160 float* fp2 = multiparm(sv, iv, iv); in test_multiparm() local
|
/external/clang/test/CodeGen/ |
D | exprs.c | 57 void f0(void (*fp)(void), void (*fp2)(void)) { in f0() 58 int x = fp - fp2; in f0()
|
D | big-atomic-ops.c | 136 int* fp2(_Atomic(int*) *p) { in fp2() function
|
D | atomic-ops.c | 265 int* fp2(_Atomic(int*) *p) { in fp2() function
|
/external/icu/icu4c/source/test/intltest/ |
D | pptest.cpp | 228 FieldPosition fp2(2); in Test4109023() local 229 if (fp != fp2) in Test4109023()
|
/external/clang/test/CXX/over/over.over/ |
D | p4.cpp | 9 float (*fp2)(float) = &f0; in test_f0() local
|
/external/clang/test/Misc/ |
D | message-length.c | 16 int (*fp2)(int, float, short, float) = f; in g() local
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | extract_in_tree_user.ll | 39 %fp2 = sitofp i32 %add2 to float 40 %call2 = tail call float @llvm.powi.f32(float %fp2,i32 %add1) nounwind readnone
|
/external/python/cpython2/PC/VC6/ |
D | build_ssl.py | 130 with open(f1, 'rb') as fp1, open(f2, 'rb') as fp2: 133 b2 = fp2.read(bufsize)
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-cxx03-extra-copy.cpp | 76 float &fp2 = g<X3>(); // Not ambiguous. in h() local
|
/external/python/cpython2/Lib/test/ |
D | test_posix.py | 178 fp2 = open(test_support.TESTFN) 180 posix.dup2(fp1.fileno(), fp2.fileno()) 183 fp2.close() 187 fp2 = posix.fdopen(fd, *args) 188 fp2.close()
|
/external/python/cpython2/Lib/ |
D | posixpath.py | 163 def sameopenfile(fp1, fp2): argument 166 s2 = os.fstat(fp2)
|
D | filecmp.py | 66 with open(f1, 'rb') as fp1, open(f2, 'rb') as fp2: 69 b2 = fp2.read(bufsize)
|
/external/clang/test/SemaObjCXX/Inputs/ |
D | nullability-pragmas-1.h | 77 …float *fp2 = ip2; // expected-error{{cannot initialize a variable of type 'float *' with an lvalue… in f30() local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p1-0x.cpp | 69 float *fp2 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17), in test_pair_deduction() local
|
/external/clang/test/SemaTemplate/ |
D | member-template-access-expr.cpp | 63 …float *fp2 = x1.f1<int>(3.14); // expected-warning {{implicit conversion from 'double' to 'int' ch… in test_X1() local
|
D | instantiate-function-params.cpp | 52 FuncPtr<R, A2, &unary_func<R, A2> > fp2; in use_func_ptr() local
|