/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | FormattedValueFieldPositionIteratorImpl.java | 90 FieldPosition fp2 = attributes.get(j); in addOverlapSpans() local 91 if (fp1.getFieldAttribute() != fp2.getFieldAttribute()) { in addOverlapSpans() 97 s2a = Math.min(s2a, fp2.getBeginIndex()); in addOverlapSpans() 98 s2b = Math.max(s2b, fp2.getEndIndex()); in addOverlapSpans() 122 FieldPosition fp2 = attributes.get(i + 1); in sort() local 124 if (fp1.getBeginIndex() != fp2.getBeginIndex()) { in sort() 126 comparison = fp2.getBeginIndex() - fp1.getBeginIndex(); in sort() 127 } else if (fp1.getEndIndex() != fp2.getEndIndex()) { in sort() 129 comparison = fp1.getEndIndex() - fp2.getEndIndex(); in sort() 130 } else if (fp1.getFieldAttribute() != fp2.getFieldAttribute()) { in sort() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | FormattedValueFieldPositionIteratorImpl.java | 92 FieldPosition fp2 = attributes.get(j); in addOverlapSpans() local 93 if (fp1.getFieldAttribute() != fp2.getFieldAttribute()) { in addOverlapSpans() 99 s2a = Math.min(s2a, fp2.getBeginIndex()); in addOverlapSpans() 100 s2b = Math.max(s2b, fp2.getEndIndex()); in addOverlapSpans() 124 FieldPosition fp2 = attributes.get(i + 1); in sort() local 126 if (fp1.getBeginIndex() != fp2.getBeginIndex()) { in sort() 128 comparison = fp2.getBeginIndex() - fp1.getBeginIndex(); in sort() 129 } else if (fp1.getEndIndex() != fp2.getEndIndex()) { in sort() 131 comparison = fp1.getEndIndex() - fp2.getEndIndex(); in sort() 132 } else if (fp1.getFieldAttribute() != fp2.getFieldAttribute()) { in sort() [all …]
|
/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/libxaac/decoder/armv7/ |
D | ixheaacd_qmf_dec_armv7.c | 100 WORD16 *fp1, *fp2, *tmp; in ixheaacd_cplx_anal_qmffilt() local 148 fp2 = qmf_bank->anal_filter_states + NO_ANALYSIS_CHANNELS; in ixheaacd_cplx_anal_qmffilt() 154 fp2 = qmf_bank->fp2_anal; in ixheaacd_cplx_anal_qmffilt() 163 ixheaacd_sbr_qmfanal32_winadds(fp1, fp2, filter_1, filter_2, in ixheaacd_cplx_anal_qmffilt() 167 ixheaacd_sbr_qmfanal32_winadds_eld(fp1, fp2, filter_1, filter_2, in ixheaacd_cplx_anal_qmffilt() 180 fp1 = fp2; in ixheaacd_cplx_anal_qmffilt() 181 fp2 = tmp; in ixheaacd_cplx_anal_qmffilt() 225 qmf_bank->fp2_anal = fp2; in ixheaacd_cplx_anal_qmffilt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2010-05-12-FastAllocKills.ll | 12 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-… 21 ; %fp2 = MUL_Fp80m32 %fp1, %rip, 1, %reg0, %const.0, %reg0; mem:LD4[ConstantPool] 22 ; %fp0 = MOV_Fp8080 %fp2 25 ; ST_FpP80m %stack.5, 1, %reg0, 0, %reg0, killed %fp2; mem:ST10[FixedStack5](align=4) 26 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-…
|
/external/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range01.c | 39 FILE *fp1, *fp2; in check_file_content() local 47 fp2 = SAFE_FOPEN(fname2, "r"); in check_file_content() 48 if (off2 && fseek(fp2, *off2, SEEK_SET)) in check_file_content() 53 ch2 = getc(fp2); in check_file_content() 58 SAFE_FCLOSE(fp2); in check_file_content()
|
/external/skqp/src/shaders/ |
D | SkColorFilterShader.cpp | 64 auto fp2 = fFilter->asFragmentProcessor(args.fContext, *args.fDstColorSpaceInfo); in asFragmentProcessor() local 65 if (!fp2) { in asFragmentProcessor() 69 std::unique_ptr<GrFragmentProcessor> fpSeries[] = { std::move(fp1), std::move(fp2) }; in asFragmentProcessor()
|
/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/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/tensorflow/tensorflow/core/platform/ |
D | numbers_test.cc | 34 uint64 fp2; in TEST() local 35 EXPECT_TRUE(StringToFp(s, &fp2)); in TEST() 36 EXPECT_EQ(fp, fp2); in TEST() 51 uint64 fp2; in TEST() local 52 EXPECT_TRUE(HexStringToUint64(s, &fp2)); in TEST() 53 EXPECT_EQ(fp, fp2) << s; in TEST()
|
D | fingerprint.h | 68 inline uint64 FingerprintCat64(const uint64 fp1, const uint64 fp2) { in FingerprintCat64() argument 71 result ^= internal::ShiftMix(fp2 * kMul) * kMul; in FingerprintCat64()
|
/external/skia/src/shaders/ |
D | SkColorFilterShader.cpp | 107 auto fp2 = fFilter->asFragmentProcessor(args.fContext, *args.fDstColorInfo); in asFragmentProcessor() local 108 if (!fp2) { in asFragmentProcessor() 112 std::unique_ptr<GrFragmentProcessor> fpSeries[] = { std::move(fp1), std::move(fp2) }; in asFragmentProcessor()
|
/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
|
/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()
|
/external/libxaac/decoder/ |
D | ixheaacd_qmf_dec.c | 701 WORD16 *fp2; in ixheaacd_cplx_synt_qmffilt() local 746 fp2 = fp1 + no_synthesis_channels; in ixheaacd_cplx_synt_qmffilt() 751 fp2 = qmf_bank->fp2_syn; in ixheaacd_cplx_synt_qmffilt() 853 sbr_qmf_syn_winadd(fp1, fp2, filter_coeff, &time_out[ch_fac * p1], 2, in ixheaacd_cplx_synt_qmffilt() 862 fp1 = fp2; in ixheaacd_cplx_synt_qmffilt() 863 fp2 = fptemp; in ixheaacd_cplx_synt_qmffilt() 937 ixheaacd_sbr_qmfsyn32_winadd(fp1, fp2, filter_coeff, in ixheaacd_cplx_synt_qmffilt() 941 fp2 -= thirty2; in ixheaacd_cplx_synt_qmffilt() 954 ixheaacd_sbr_qmfsyn64_winadd(fp1, fp2, filter_coeff, in ixheaacd_cplx_synt_qmffilt() 958 fp2 -= sixty4; in ixheaacd_cplx_synt_qmffilt() [all …]
|
/external/python/cpython3/Lib/ |
D | genericpath.py | 107 def sameopenfile(fp1, fp2): argument 110 s2 = os.fstat(fp2)
|
/external/skqp/src/core/ |
D | SkCubicMap.cpp | 108 float fp2 = fp * fp; in solve_nice_cubic_householder() local 113 float numer = 6 * f * fp2 - 3 * f2 * fpp; in solve_nice_cubic_householder() 117 float denom = 6 * (fp2 * fp - f * fp * fpp) + f2 * fppp; in solve_nice_cubic_householder()
|
/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/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/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/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
|