Home
last modified time | relevance | path

Searched refs:fp1 (Results 1 - 25 of 29) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java88 FieldPosition fp1 = attributes.get(i); in addOverlapSpans()
91 if (fp1.getFieldAttribute() != fp2.getFieldAttribute()) { in addOverlapSpans()
95 s1a = Math.min(s1a, fp1.getBeginIndex()); in addOverlapSpans()
96 s1b = Math.max(s1b, fp1.getEndIndex()); in addOverlapSpans()
121 FieldPosition fp1 = attributes.get(i); 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 in sort()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java90 FieldPosition fp1 = attributes.get(i); in addOverlapSpans()
93 if (fp1.getFieldAttribute() != fp2.getFieldAttribute()) { in addOverlapSpans()
97 s1a = Math.min(s1a, fp1.getBeginIndex()); in addOverlapSpans()
98 s1b = Math.max(s1b, fp1.getEndIndex()); in addOverlapSpans()
123 FieldPosition fp1 = attributes.get(i); 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 in sort()
[all...]
/third_party/ltp/testcases/misc/math/float/exp_log/
H A Dgenmodf.c52 int fp, fp1; in create_Result_file() local
72 fp1 = open(F_name1, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
73 if (!fp || !fp1) { in create_Result_file()
76 close(fp1); in create_Result_file()
81 write(fp1, &tabRI[i], sizeof(double)); in create_Result_file()
85 close(fp1); in create_Result_file()
H A Dgenfrexp.c44 int fp, fp1; in create_Result_file() local
58 fp1 = open(F_name1, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
59 if (!fp || !fp1) { in create_Result_file()
62 close(fp1); in create_Result_file()
67 write(fp1, &tabRI[i], sizeof(int)); in create_Result_file()
71 close(fp1); in create_Result_file()
/third_party/ltp/testcases/misc/math/float/power/
H A Dgenfmod.c96 int fp, fp1; in create_Data_file() local
110 fp1 = open(F_name1, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()
111 if (!fp || !fp1) { in create_Data_file()
114 close(fp1); in create_Data_file()
119 write(fp1, &tabD1[i], sizeof(double)); in create_Data_file()
122 close(fp1); in create_Data_file()
/third_party/ffmpeg/libavutil/mips/
H A Dmmiutils.h138 #define MMI_LQC1(fp1, fp2, addr, bias) \
139 "ldc1 "#fp1", "#bias"("#addr") \n\t" \
142 #define MMI_SQC1(fp1, fp2, addr, bias) \
143 "sdc1 "#fp1", "#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) \
367 "psrah "#fp1", "#fp
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dfork.c57 FILE *fp1 = fopen("test1.txt", "r"); in fork_0100() local
58 if (!fp1) { in fork_0100()
65 fread(list1, sizeof(list1), 1, fp1); in fork_0100()
70 fclose(fp1); in fork_0100()
/third_party/openssl/test/
H A Dcms-examples.pl327 my ( $fp1, $fp2 );
331 if ( !open( $fp1, "<$f1" ) ) {
341 binmode $fp1;
347 $n1 = sysread $fp1, $rd1, 4096;
359 close $fp1;
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range01.c39 FILE *fp1, *fp2; in check_file_content() local
43 fp1 = SAFE_FOPEN(fname1, "r"); in check_file_content()
44 if (off1 && fseek(fp1, *off1, SEEK_SET)) in check_file_content()
52 ch1 = getc(fp1); in check_file_content()
57 SAFE_FCLOSE(fp1); in check_file_content()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dforkpty.c50 FILE *fp1 = fopen("test1.txt", "r"); in forkpty_0100() local
52 fread(list1, sizeof(list1), 1, fp1); in forkpty_0100()
56 fclose(fp1); in forkpty_0100()
/third_party/libcoap/include/coap3/
H A Dcoap_session_internal.h231 coap_fixed_point_t coap_multi_fixed_fixed(coap_fixed_point_t fp1,
234 coap_fixed_point_t coap_multi_fixed_uint(coap_fixed_point_t fp1,
237 coap_fixed_point_t coap_add_fixed_fixed(coap_fixed_point_t fp1,
240 coap_fixed_point_t coap_add_fixed_uint(coap_fixed_point_t fp1,
243 coap_fixed_point_t coap_sub_fixed_uint(coap_fixed_point_t fp1,
246 coap_fixed_point_t coap_div_fixed_uint(coap_fixed_point_t fp1, uint32_t u2);
/third_party/typescript/tests/baselines/reference/
H A DincompatibleTypes.js75 var fp1: () =>any = a => 0; variable
122 var fp1 = function (a) { return 0; }; function
/third_party/skia/gm/
H A Dtexelsubset.cpp153 std::unique_ptr<GrFragmentProcessor> fp1; variable
154 fp1 = GrTextureEffect::MakeSubset(view,
160 if (!fp1) {
168 std::move(fp1),
/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()
171 coap_multi_fixed_uint(coap_fixed_point_t fp1, uint32_t u2) { in coap_multi_fixed_uint() argument
173 uint32_t fr = fp1.fractional_part * u2; in coap_multi_fixed_uint()
175 res.integer_part = fp1.integer_part * u2 + fr/1000; in coap_multi_fixed_uint()
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()
191 coap_add_fixed_uint(coap_fixed_point_t fp1, uint32_ argument
199 coap_sub_fixed_uint(coap_fixed_point_t fp1, uint32_t u2) coap_sub_fixed_uint() argument
207 coap_div_fixed_uint(coap_fixed_point_t fp1, uint32_t u2) coap_div_fixed_uint() argument
[all...]
/third_party/python/Lib/
H A Dgenericpath.py107 def sameopenfile(fp1, fp2):
109 s1 = os.fstat(fp1)
H A Dfilecmp.py77 with open(f1, 'rb') as fp1, open(f2, 'rb') as fp2:
79 b1 = fp1.read(bufsize)
/third_party/lz4/examples/
H A DblockStreaming_doubleBuffer.c115 int compare(FILE* fp0, FILE* fp1) in compare() argument
123 const size_t r1 = read_bin(fp1, b1, sizeof(b1)); in compare()
H A DfileCompress.c137 int compareFiles(FILE* fp0, FILE* fp1) in compareFiles() argument
145 size_t const r1 = fread(b1, 1, sizeof(b1), fp1); in compareFiles()
H A DdictionaryRandomAccess.c173 int compare(FILE* fp0, FILE* fp1, int length) in compare() argument
181 const size_t r1 = read_bin(fp1, b1, MIN(length, (int)sizeof(b1))); in compare()
H A DframeCompress.c338 int compareFiles(FILE* fp0, FILE* fp1, FILE* fpUnc, long uncOffset) in compareFiles() argument
367 r1 = fread(b1, 1, r0, fp1); in compareFiles()
/third_party/skia/src/gpu/
H A DGrDirectContextPriv.cpp282 auto fp1 = make_unpremul_effect(GrTextureEffect::Make(std::move(dataView), bitmap.alphaType())); in test_for_preserving_PM_conversions() local
283 readSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp1)); in test_for_preserving_PM_conversions()
/third_party/python/Lib/test/
H A Dtest_genericpath.py306 with open(filename, "rb", 0) as fp1:
307 fd1 = fp1.fileno()
H A Dtest_posix.py570 fp1 = open(os_helper.TESTFN)
573 posix.dup2(fp1.fileno(), fp2.fileno())
575 fp1.close()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberRegressionTests.java109 FieldPosition fp1 = new FieldPosition(0); in Test4088161()
112 logln(" format(d) = '" + df.format(d, sBuf1, fp1) + "'"); in Test4088161()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberRegressionTests.java106 FieldPosition fp1 = new FieldPosition(0); in Test4088161()
109 logln(" format(d) = '" + df.format(d, sBuf1, fp1) + "'"); in Test4088161()

Completed in 18 milliseconds

12