Searched refs:fpd (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/misc/math/float/exp_log/ |
D | genldexp.c | 56 int fp, fpi, fpd; in create_Result_file() local 64 fpd = open(F_namind, O_RDONLY, 0777); in create_Result_file() 66 if (!fpi || !fpd) { in create_Result_file() 69 close(fpd); in create_Result_file() 74 read(fpd, &(tabInpd[i]), sizeof(double)); in create_Result_file() 78 close(fpd); in create_Result_file()
|
/external/dhcpcd-6.8.2/ |
D | control.c | 57 struct fd_data *fpd; in control_queue_purge() local 62 TAILQ_FOREACH(fpd, &fp->queue, next) { in control_queue_purge() 63 if (fpd->data == data) { in control_queue_purge()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_fragprog.c | 126 struct nv30_fragprog_data *fpd; in emit_src() local 129 sizeof(*fpd)); in emit_src() 130 fpd = &fp->consts[fp->nr_consts - 1]; in emit_src() 131 fpd->offset = fpc->inst_offset + 4; in emit_src() 132 fpd->index = src.reg.index; in emit_src() 133 memset(&fp->insn[fpd->offset], 0, sizeof(uint32_t) * 4); in emit_src()
|
/external/fio/ |
D | client.c | 849 fio_fp64_t *fpd = &dst->percentile_list[i]; in convert_ts() local 851 fpd->u.f = fio_uint64_to_double(le64_to_cpu(fps->u.i)); in convert_ts()
|