Home
last modified time | relevance | path

Searched defs:fp2 (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp6.cpp5 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
/aosp_15_r20/external/llvm-libc/test/src/stdio/
H A Dfdopen_test.cpp39 auto *fp2 = LIBC_NAMESPACE::fdopen(fd2, "a"); in TEST() local
83 auto *fp2 = LIBC_NAMESPACE::fdopen(fd, "w"); in TEST() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java92 FieldPosition fp2 = attributes.get(j); in addOverlapSpans() local
124 FieldPosition fp2 = attributes.get(i + 1); in sort() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java90 FieldPosition fp2 = attributes.get(j); in addOverlapSpans() local
122 FieldPosition fp2 = attributes.get(i + 1); in sort() local
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dnumbers_test.cc34 uint64 fp2; in TEST() local
51 uint64 fp2; in TEST() local
H A Dfingerprint.h61 inline uint64 FingerprintCat64(const uint64 fp1, const uint64 fp2) { in FingerprintCat64()
/aosp_15_r20/external/libxaac/decoder/armv7/
H A Dixheaacd_qmf_dec_armv7.c94 WORD16 *fp1, *fp2, *tmp; in ixheaacd_cplx_anal_qmffilt() local
236 WORD32 *fp1, *fp2, *tmp; in ixheaacd_cplx_anal_qmffilt_32() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp181 int (*fp2)(int) = [](auto b) -> int { return b; }; in test() local
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
H A Dconst-cast.cpp65 …f fp2 = const_cast<f>(fp1); // expected-error {{const_cast to 'f' (aka 'int (*)(int)'), which is n… in bad_const_cast_test() local
/aosp_15_r20/external/libconfig/tinytest/
H A Dtinytest.c72 FILE *fp1, *fp2; in __tt_compare_files_text() local
149 FILE *fp1, *fp2; in __tt_compare_files() local
/aosp_15_r20/external/clang/test/CXX/over/over.over/
H A Dp4.cpp9 float (*fp2)(float) = &f0; in test_f0() local
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx03-extra-copy.cpp76 float &fp2 = g<X3>(); // Not ambiguous. in h() local
/aosp_15_r20/external/clang/test/Misc/
H A Dmessage-length.c16 int (*fp2)(int, float, short, float) = f; in g() local
/aosp_15_r20/external/clang/test/SemaObjCXX/Inputs/
H A Dnullability-pragmas-1.h77 …float *fp2 = ip2; // expected-error{{cannot initialize a variable of type 'float *' with an lvalue… in f30() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dconvert-to-fptr.cpp14 typedef int (*fp2)(float); typedef
/aosp_15_r20/external/ltp/testcases/misc/math/float/power/
H A Dgenpow.c87 int fp, fp2; in create_Data_file() local
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dgenericpath.py107 def sameopenfile(fp1, fp2): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dgenericpath.py107 def sameopenfile(fp1, fp2): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dgenericpath.py107 def sameopenfile(fp1, fp2): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dgenericpath.py107 def sameopenfile(fp1, fp2): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dgenericpath.py107 def sameopenfile(fp1, fp2): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dgenericpath.py107 def sameopenfile(fp1, fp2): argument
/aosp_15_r20/libcore/ojluni/src/test/java/text/Format/NumberFormat/
H A DPositionTest.java187 FieldPosition fp2 = new FieldPosition(2); in Test4109023() local
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp69 float *fp2 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17), in test_pair_deduction() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dpptest.cpp228 FieldPosition fp2(2); in Test4109023() local

1234