Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/clang/test/CXX/over/over.over/
H A Dp4.cpp8 int (*fp1)(int) = &f0; in test_f0() local
19 float (*fp1)(float) = f0; in test_f0_2() local
/aosp_15_r20/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A 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
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A 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
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java90 FieldPosition fp1 = attributes.get(i); in addOverlapSpans() local
123 FieldPosition fp1 = attributes.get(i); in sort() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java88 FieldPosition fp1 = attributes.get(i); in addOverlapSpans() local
121 FieldPosition fp1 = attributes.get(i); in sort() local
/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/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/FixIt/
H A Dfixit-nullability-declspec.cpp8 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dnullability-declspec.cpp6 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
H A Dattr-noreturn.cpp176 void (*fp1)() __attribute__((noreturn)) = f0; in test_f0a() local
184 void (*fp1)() __attribute__((noreturn)) = f0; in test_f0b() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/inline/inlheur/
Dtserial_test.go9 func fpeq(fp1, fp2 FuncProps) bool { argument
/aosp_15_r20/external/clang/test/Misc/
H A Dmessage-length.c14 int (*fp1)(int, float, short, float) = f; in g() local
/aosp_15_r20/external/clang/test/PCH/
H A Dnamespaces.cpp15 N2::t1 *fp1 = &float_val; variable
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dconvert-to-fptr.cpp12 typedef int (*fp1)(int); typedef
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dfingerprint.h61 inline uint64 FingerprintCat64(const uint64 fp1, const uint64 fp2) { in FingerprintCat64()
/aosp_15_r20/external/ltp/testcases/misc/math/float/exp_log/
H A Dgenfrexp.c44 int fp, fp1; in create_Result_file() local
H A Dgenmodf.c52 int fp, fp1; in create_Result_file() local
/aosp_15_r20/external/ltp/testcases/misc/math/float/power/
H A Dgenfmod.c96 int fp, fp1; in create_Data_file() local
/aosp_15_r20/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
H A Dp2.cpp65 int (*fp1)(int, __typeof__(e2)) = f1; in f() 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

1234