Home
last modified time | relevance | path

Searched refs:fpi (Results 1 – 25 of 33) sorted by relevance

12

/external/ltp/testcases/misc/math/float/exp_log/
Dgenldexp.c56 int fp, fpi, fpd; in create_Result_file() local
63 fpi = open(F_namini, O_RDONLY, 0777); in create_Result_file()
66 if (!fpi || !fpd) { in create_Result_file()
68 close(fpi); in create_Result_file()
73 read(fpi, &(tabInpi[i]), sizeof(int)); in create_Result_file()
77 close(fpi); in create_Result_file()
108 int fp, fpi; in create_Data_file() local
122 fpi = open(F_namei, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()
123 if (!fp || !fpi) { in create_Data_file()
126 close(fpi); in create_Data_file()
[all …]
/external/ltp/testcases/misc/math/float/power/
Dgenfabs.c43 int fp, fpi; in create_Result_file() local
49 fpi = open(F_naminp, O_RDONLY, 0777); in create_Result_file()
50 if (!fpi) { in create_Result_file()
52 close(fpi); in create_Result_file()
56 read(fpi, &Val, sizeof(double)); in create_Result_file()
59 close(fpi); in create_Result_file()
Dgenfmod.c51 int fp, fpi1, fpi; in create_Result_file() local
58 fpi = open(F_namei, O_RDONLY, 0777); in create_Result_file()
60 if (!fpi || !fpi1) { in create_Result_file()
62 close(fpi); in create_Result_file()
67 read(fpi, &Val, sizeof(double)); in create_Result_file()
72 close(fpi); in create_Result_file()
Dgenpow.c43 int fp, fpi1, fpi; in create_Result_file() local
50 fpi = open(F_namei, O_RDONLY, 0777); in create_Result_file()
52 if (!fpi || !fpi1) { in create_Result_file()
54 close(fpi); in create_Result_file()
59 read(fpi, &Val_X, sizeof(double)); in create_Result_file()
63 close(fpi); in create_Result_file()
/external/icu/icu4c/source/i18n/
Dscientificnumberformatter.cpp130 FieldPositionIterator &fpi, in format() argument
139 while (fpi.next(fp)) { in format()
204 FieldPositionIterator &fpi, in format() argument
213 while (fpi.next(fp)) { in format()
285 FieldPositionIterator fpi; in format() local
286 fDecimalFormat->format(number, original, &fpi, status); in format()
289 fpi, in format()
Dnumber_capi.cpp195 auto* fpi = reinterpret_cast<FieldPositionIterator*>(ufpositer); in unumf_resultGetAllFieldPositions() local
196 FieldPositionIteratorHandler fpih(fpi, *ec); in unumf_resultGetAllFieldPositions()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DFormattedValueTest.java169 AttributedCharacterIterator fpi = fv.toCharacterIterator(); in checkFormattedValue() local
170 Set<AttributedCharacterIterator.Attribute> allAttributes = fpi.getAllAttributeKeys(); in checkFormattedValue()
172 …als(baseMessage + "Iterator should have length of string output", stringLength, fpi.getEndIndex()); in checkFormattedValue()
174 for (char c = fpi.first(); c != AttributedCharacterIterator.DONE; c = fpi.next(), i++) { in checkFormattedValue()
175 … Set<AttributedCharacterIterator.Attribute> currentAttributes = fpi.getAttributes().keySet(); in checkFormattedValue()
191 int actualBeginIndex = fpi.getRunStart(expectedField); in checkFormattedValue()
192 int actualEndIndex = fpi.getRunLimit(expectedField); in checkFormattedValue()
193 Object actualValue = fpi.getAttribute(expectedField); in checkFormattedValue()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DFormattedValueTest.java166 AttributedCharacterIterator fpi = fv.toCharacterIterator(); in checkFormattedValue() local
167 Set<AttributedCharacterIterator.Attribute> allAttributes = fpi.getAllAttributeKeys(); in checkFormattedValue()
169 …als(baseMessage + "Iterator should have length of string output", stringLength, fpi.getEndIndex()); in checkFormattedValue()
171 for (char c = fpi.first(); c != AttributedCharacterIterator.DONE; c = fpi.next(), i++) { in checkFormattedValue()
172 … Set<AttributedCharacterIterator.Attribute> currentAttributes = fpi.getAttributes().keySet(); in checkFormattedValue()
188 int actualBeginIndex = fpi.getRunStart(expectedField); in checkFormattedValue()
189 int actualEndIndex = fpi.getRunLimit(expectedField); in checkFormattedValue()
190 Object actualValue = fpi.getAttribute(expectedField); in checkFormattedValue()
/external/python/cpython3/Tools/scripts/
Difdef.py51 def process(fpi, fpo): argument
56 line = fpi.readline()
59 nextline = fpi.readline()
Dpindent.py100 def __init__(self, fpi = sys.stdin, fpo = sys.stdout, argument
102 self.fpi = fpi
129 line = self.fpi.readline()
/external/python/cpython2/Tools/scripts/
Difdef.py52 def process(fpi, fpo): argument
57 line = fpi.readline()
60 nextline = fpi.readline()
Dpindent.py102 def __init__(self, fpi = sys.stdin, fpo = sys.stdout, argument
104 self.fpi = fpi
131 line = self.fpi.readline()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c208 struct ir2_shader_info *fpi, *vpi; in fd2_program_emit() local
236 fpi = &fp->variant[0].info; in fd2_program_emit()
243 patch_fetches(ctx, fpi, NULL, &ctx->tex[PIPE_SHADER_FRAGMENT]); in fd2_program_emit()
250 emit(ring, MESA_SHADER_FRAGMENT, fpi, NULL); in fd2_program_emit()
251 fs_gprs = (fpi->max_reg < 0) ? 0x80 : fpi->max_reg; in fd2_program_emit()
/external/icu/icu4c/source/i18n/unicode/
Dscientificnumberformatter.h152 FieldPositionIterator &fpi,
166 FieldPositionIterator &fpi,
184 FieldPositionIterator &fpi,
Ddecimfmt.h2176 FieldPositionIterator* fpi,
/external/icu/libicu/cts_headers/unicode/
Dscientificnumberformatter.h152 FieldPositionIterator &fpi,
166 FieldPositionIterator &fpi,
184 FieldPositionIterator &fpi,
Ddecimfmt.h2176 FieldPositionIterator* fpi,
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c47 struct rc_instruction *fpi = rc_insert_new_instruction(c, after); in emit1() local
50 memcpy(&fpi->U.I, base, sizeof(struct rc_sub_instruction)); in emit1()
53 fpi->U.I.Opcode = Opcode; in emit1()
54 fpi->U.I.DstReg = DstReg; in emit1()
55 fpi->U.I.SrcReg[0] = SrcReg; in emit1()
56 return fpi; in emit1()
65 struct rc_instruction *fpi = rc_insert_new_instruction(c, after); in emit2() local
68 memcpy(&fpi->U.I, base, sizeof(struct rc_sub_instruction)); in emit2()
71 fpi->U.I.Opcode = Opcode; in emit2()
72 fpi->U.I.DstReg = DstReg; in emit2()
[all …]
/external/oss-fuzz/projects/cryptofuzz/
Dxxd.c267 FILE *fpi, in huntype() argument
277 rewind(fpi); in huntype()
279 while ((c = getc(fpi)) != EOF) in huntype()
354 while ((c = getc(fpi)) != '\n' && c != EOF) in huntype()
356 if (c == EOF && ferror(fpi)) in huntype()
366 while ((c = getc(fpi)) != '\n' && c != EOF) in huntype()
368 if (c == EOF && ferror(fpi)) in huntype()
380 if (fclose(fpi) != 0) in huntype()
/external/llvm-project/llvm/test/CodeGen/X86/
Dpr40539.ll35 @fpi = external dso_local global float, align 4
61 %0 = load float, float* @fpi, align 4
/external/llvm-project/clang/test/SemaCXX/
Dcxx1z-constexpr-lambdas.cpp106 constexpr int (*fpi)(int) = L; variable
107 static_assert(fpi(3) == 3);
Dcxx1y-generic-lambdas.cpp150 int& (*fpi)(int*) = [](auto* a) -> auto& { return *a; }; // OK in test() local
184 int& (*fpi)(int*) = [](auto* a) -> auto& { return *a; }; // OK in test() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DMakefile.Watcom41 CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm &
/external/clang/test/SemaCXX/
Dcxx1y-generic-lambdas.cpp146 int& (*fpi)(int*) = [](auto* a) -> auto& { return *a; }; // OK in test() local
180 int& (*fpi)(int*) = [](auto* a) -> auto& { return *a; }; // OK in test() local
/external/libpcap/msdos/
Dmakefile.wc34 -$(MODEL) -mf -zff -zgf -zq -bt=dos -fr=nul -w6 -fpi &

12