Home
last modified time | relevance | path

Searched refs:fw (Results 1 – 24 of 24) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Math/
Dk_rem_pio2.c160 double z,fw,f[20],fq[20],q[20]; in __kernel_rem_pio2() local
177 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw; in __kernel_rem_pio2()
184 fw = (double)((int32_t)(twon24* z)); in __kernel_rem_pio2()
185 iq[i] = (int32_t)(z-two24*fw); in __kernel_rem_pio2()
186 z = q[j-1]+fw; in __kernel_rem_pio2()
236 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; in __kernel_rem_pio2()
237 q[i] = fw; in __kernel_rem_pio2()
251 fw = (double)((int32_t)(twon24*z)); in __kernel_rem_pio2()
252 iq[jz] = (int32_t)(z-two24*fw); in __kernel_rem_pio2()
254 iq[jz] = (int32_t) fw; in __kernel_rem_pio2()
[all …]
/device/google/contexthub/firmware/lib/libm/
Dkf_rem_pio2.c63 float z,fw,f[20],fq[20],q[20]; local
80 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw;
87 fw = (float)((__int32_t)(twon8* z));
88 iq[i] = (__int32_t)(z-two8*fw);
89 z = q[j-1]+fw;
139 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j];
140 q[i] = fw;
154 fw = (float)((__int32_t)(twon8*z));
155 iq[jz] = (__int32_t)(z-two8*fw);
157 iq[jz] = (__int32_t) fw;
[all …]
/device/google/marlin/dataservices/datatop/src/
Ddatatop_helpers.c60 *prefix, FILE *fw) in dtop_format_dp_names() argument
63 if (fprintf(fw, "\"%s:%s:%s\",", prefix, dp->prefix, in dtop_format_dp_names()
67 if (fprintf(fw, "\"%s::%s\",", prefix, dp->name) < 0) in dtop_format_dp_names()
84 static int dtop_format_dp_values(struct dtop_data_point *dp, FILE *fw) in dtop_format_dp_values() argument
88 if (fprintf(fw, "%"PRIu64, dp->data.d_ulong) < 0) in dtop_format_dp_values()
92 if (fprintf(fw, "%"PRId64, dp->data.d_long) < 0) in dtop_format_dp_values()
96 if (fprintf(fw, "%d", dp->data.d_uint) < 0) in dtop_format_dp_values()
100 if (fprintf(fw, "%u", dp->data.d_uint) < 0) in dtop_format_dp_values()
104 if (fprintf(fw, "%c,", dp->data.d_uchar) < 0) in dtop_format_dp_values()
106 if (fprintf(fw, "(0x%02X)", dp->data.d_uchar) < 0) in dtop_format_dp_values()
[all …]
Ddatatop_fileops.c101 int dtop_check_writefile_access(char *fw) in dtop_check_writefile_access() argument
103 if (!access(fw, F_OK)) { in dtop_check_writefile_access()
108 if (!access(fw, W_OK)) { in dtop_check_writefile_access()
124 int dtop_open_writing_file(char *fw, FILE **to_file) in dtop_open_writing_file() argument
126 *to_file = fopen(fw, "w"); in dtop_open_writing_file()
143 void dtop_close_file(FILE *fw) in dtop_close_file() argument
145 if (fw != stdout && fw != stderr && fw != stdin) in dtop_close_file()
146 fclose(fw); in dtop_close_file()
Ddatatop_fileops.h44 int dtop_check_writefile_access(char *fw);
45 int dtop_open_writing_file(char *fw, FILE **to_file);
46 void dtop_close_file(FILE *fw);
Ddatatop.c90 int dtop_poll_periodically(struct dtop_linked_list *dpg_list, FILE *fw) in dtop_poll_periodically() argument
105 if (fprintf(fw, "\"Time\",") < 0) in dtop_poll_periodically()
110 if (dtop_print_dpg_names_csv(dpset, fw) == FILE_ERROR) in dtop_poll_periodically()
114 if (fprintf(fw, "\n") < 0) in dtop_poll_periodically()
151 if (dtop_print_time_at_poll(fw) == FILE_ERROR) in dtop_poll_periodically()
153 if (dtop_write_pollingdata_csv(dpg_list, fw) == FILE_ERROR) in dtop_poll_periodically()
Ddatatop_interface.h153 int dtop_print_time_at_poll(FILE *fw);
154 int dtop_print_dpg_names_csv(struct dtop_data_point_gatherer *dpg, FILE *fw);
155 int dtop_write_pollingdata_csv(struct dtop_linked_list *dpg_list, FILE *fw);
/device/huawei/angler/
Dinit.angler.sensorhub.rc6 start flash-sh-fw
13 start flash-sh-fw
15 service flash-sh-fw /vendor/bin/sensortool.angler -f /vendor/firmware/nano4x1.bin
Dinit.angler.nanohub.rc6 start flash-nanohub-fw
13 service flash-nanohub-fw /vendor/bin/nanoapp_cmd download
/device/lge/bullhead/
Dinit.bullhead.sensorhub.rc6 start flash-sh-fw
8 service flash-sh-fw /vendor/bin/sensortool.bullhead -f /vendor/firmware/nano4x1.bin
Dinit.bullhead.nanohub.rc6 start flash-nanohub-fw
13 service flash-nanohub-fw /vendor/bin/nanoapp_cmd download
/device/linaro/hikey/bt-wifi-firmware-util/
DAndroid.mk29 LOCAL_MODULE := wl18xx-fw-4.bin
30 LOCAL_SRC_FILES := $(FW_WLAN_FULL_PATH)/wl18xx-fw-4.bin
/device/google/marlin/
Dinit.common.nanohub.rc5 start flash-nanohub-fw
12 service flash-nanohub-fw /vendor/bin/nanoapp_cmd download
Dsystem.prop230 ro.sys.fw.bg_apps_limit=60
/device/linaro/bootloader/edk2/BaseTools/Source/Python/TargetTool/
DTargetTool.py99 fw = open(os.path.normpath(os.path.join(self.WorkSpace, 'Conf\\targetnew.txt')), 'w')
104 fw.write(Line)
121 fw.write(Line)
128 fw.write(Line)
131 fw.close()
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
Dcache_helpers.S96 .macro dcsw_op shift, fw, ls
98 ubfx x3, x9, \shift, \fw
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
DQemuFwCfgAcpiPlatformDxe.inf2 # OVMF ACPI Platform Driver using QEMU's fw-cfg interface
/device/linaro/hikey/
Ddevice-common.mk62 wl18xx-fw-4.bin \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py1379 fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
1386 fp, retrlen = fw.retrfile(file, type)
1400 fw = ftpwrapper(user, passwd, host, port, dirs, timeout)
1402 return fw
/device/asus/fugu/self-extractors/
Dextract-lists.txt219 system/vendor/firmware/rgx.fw.signed.1.72.4.12 \
/device/asus/fugu/self-extractors/intel/staging/
Ddevice-partial.mk208 …vendor/intel/fugu/proprietary/rgx.fw.signed.1.72.4.12:system/vendor/firmware/rgx.fw.signed.1.72.4.…
/device/asus/fugu/
Dproprietary-blobs.txt221 /system/vendor/firmware/rgx.fw.signed.1.72.4.12
Dvendor_owner_info.txt204 system/vendor/firmware/rgx.fw.signed.1.72.4.12:intel
/device/google/dragon/recovery/updater/
Dec_commands.h3380 struct mcdp_version fw; member