Home
last modified time | relevance | path

Searched refs:fp2 (Results 1 - 25 of 28) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java90 FieldPosition fp2 = attributes.get(j); in addOverlapSpans()
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()
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 in sort()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java92 FieldPosition fp2 = attributes.get(j); in addOverlapSpans()
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()
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 in sort()
[all...]
/third_party/ltp/testcases/misc/math/float/power/
H A Dgenpow.c87 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()
/third_party/ffmpeg/libavutil/mips/
H A Dmmiutils.h138 #define MMI_LQC1(fp1, fp2, addr, bias) \
140 "ldc1 "#fp2", 8+"#bias"("#addr") \n\t"
142 #define MMI_SQC1(fp1, fp2, addr, bias) \
144 "sdc1 "#fp2", 8+"#bias"("#addr") \n\t"
222 #define MMI_LQC1(fp1, fp2, addr, bias) \
223 "gslqc1 "#fp1", "#fp2", "#bias"("#addr") \n\t"
225 #define MMI_SQC1(fp1, fp2, addr, bias) \
226 "gssqc1 "#fp1", "#fp2", "#bias"("#addr") \n\t"
366 #define PSRAH_4_MMI(fp1, fp2, fp3, fp4, shift) \
368 "psrah "#fp2", "#fp
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dfork.c61 FILE *fp2 = fopen("test2.txt", "r"); in fork_0100() local
62 if (!fp2) { in fork_0100()
66 fread(list2, sizeof(list2), 1, fp2); in fork_0100()
71 fclose(fp2); in fork_0100()
/third_party/openssl/test/
H A Dcms-examples.pl327 my ( $fp1, $fp2 );
336 if ( !open( $fp2, "<$f2" ) ) {
342 binmode $fp2;
348 $n2 = sysread $fp2, $rd2, 4096;
360 close $fp2;
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range01.c39 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()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dforkpty.c51 FILE *fp2 = fopen("test2.txt", "r"); in forkpty_0100() local
53 fread(list2, sizeof(list2), 1, fp2); in forkpty_0100()
57 fclose(fp2); in forkpty_0100()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dcall_once.c27 FILE *fp2 = fopen("call_once.txt", "r"); in do_once() local
28 fread(list, sizeof(list), 1, fp2); in do_once()
29 fclose(fp2); in do_once()
/third_party/icu/icu4c/source/test/intltest/
H A Dpptest.cpp228 FieldPosition fp2(2); in Test4109023()
229 if (fp != fp2) in Test4109023()
/third_party/python/Lib/
H A Dgenericpath.py107 def sameopenfile(fp1, fp2):
110 s2 = os.fstat(fp2)
H A Dfilecmp.py77 with open(f1, 'rb') as fp1, open(f2, 'rb') as fp2:
80 b2 = fp2.read(bufsize)
/third_party/musl/src/setjmp/m68k/
H A Dsetjmp.s16 fmovem.x %fp2-%fp7,52(%a0)
H A Dlongjmp.s12 fmovem.x 52(%a0),%fp2-%fp7
/third_party/libcoap/include/coap3/
H A Dcoap_session_internal.h232 coap_fixed_point_t fp2);
238 coap_fixed_point_t fp2);
/third_party/skia/src/gpu/
H A DGrDirectContextPriv.cpp288 auto fp2 = make_premul_effect( in test_for_preserving_PM_conversions() local
290 tempSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp2)); in test_for_preserving_PM_conversions()
/third_party/skia/gm/
H A Dtexelsubset.cpp183 auto fp2 = GrTextureEffect::Make(subsetView, variable
188 if (auto op = sk_gpu_test::test_ops::MakeRect(rContext, std::move(fp2),
/third_party/libcoap/src/
H A Dcoap_session.c161 coap_multi_fixed_fixed(coap_fixed_point_t fp1, coap_fixed_point_t fp2) { in coap_multi_fixed_fixed() argument
163 uint32_t fr = fp1.fractional_part * fp2.fractional_part; in coap_multi_fixed_fixed()
165 res.integer_part = fp1.integer_part * fp2.integer_part + fr/1000; in coap_multi_fixed_fixed()
181 coap_add_fixed_fixed(coap_fixed_point_t fp1, coap_fixed_point_t fp2) { in coap_add_fixed_fixed() argument
183 uint32_t fr = fp1.fractional_part + fp2.fractional_part; in coap_add_fixed_fixed()
185 res.integer_part = fp1.integer_part + fp2.integer_part + fr/1000; in coap_add_fixed_fixed()
/third_party/python/Lib/test/
H A Dtest_genericpath.py308 with open(filename, "rb", 0) as fp2:
309 fd2 = fp2.fileno()
H A Dtest_posix.py571 fp2 = open(os_helper.TESTFN)
573 posix.dup2(fp1.fileno(), fp2.fileno())
576 fp2.close()
/third_party/icu/icu4c/source/i18n/
H A Ddtptngen.cpp773 FormatParser fp2; in getSkeleton() local
776 matcher.set(pattern, &fp2, localSkeleton); in getSkeleton()
792 FormatParser fp2; in getBaseSkeleton() local
795 matcher.set(pattern, &fp2, localSkeleton); in getBaseSkeleton()
/third_party/node/deps/icu-small/source/i18n/
H A Ddtptngen.cpp768 FormatParser fp2; in getSkeleton() local
771 matcher.set(pattern, &fp2, localSkeleton); in getSkeleton()
787 FormatParser fp2; in getBaseSkeleton() local
790 matcher.set(pattern, &fp2, localSkeleton); in getBaseSkeleton()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtptngen.cpp755 FormatParser fp2; in getSkeleton() local
758 matcher.set(pattern, &fp2, localSkeleton); in getSkeleton()
774 FormatParser fp2; in getBaseSkeleton() local
777 matcher.set(pattern, &fp2, localSkeleton); in getBaseSkeleton()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberRegressionTests.java115 FieldPosition fp2 = new FieldPosition(0); in Test4088161()
117 df.format(d, sBuf2, fp2); in Test4088161()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberRegressionTests.java112 FieldPosition fp2 = new FieldPosition(0); in Test4088161()
114 df.format(d, sBuf2, fp2); in Test4088161()

Completed in 35 milliseconds

12