Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 29) sorted by relevance

12

/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
De_atan2f.c25 zero = 0.0, variable
71 case 0: return zero ; /* atan(+...,+INF) */ in __ieee754_atan2f()
72 case 1: return -zero ; /* atan(-...,+INF) */ in __ieee754_atan2f()
/device/google/contexthub/firmware/lib/libm/
Def_atan2.c25 zero = 0.0, variable
74 case 0: return zero ; /* atan(+...,+INF) */
75 case 1: return -zero ; /* atan(-...,+INF) */
Dkf_rem_pio2.c50 zero = 0.0, variable
76 for(i=0;i<=m;i++,j++) f[i] = (j<0)? zero : (float) ipio2[j];
132 if(z==zero) {
Def_rem_pio2.c87 zero = 0.0000000000e+00, /* 0x00000000 */ variable
189 while(tx[nx-1]==zero) nx--; /* skip zero term */
Def_pow.c30 zero = 0.0, variable
105 return (hy>=0)? y: zero;
107 return (hy<0)?-y: zero;
/device/generic/goldfish/tools/
Dmk_qemu_image.sh32 dd if=/dev/zero of=$target ibs=1024k count=1 > /dev/null 2>&1
37 dd if=/dev/zero of=$target conv=notrunc bs=1 count=1024k seek=$curdisksize > /dev/null 2>&1
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME57 handle. config is the config index for the context, share is either zero
88 to zero the colorbuffer is automatically destroyed.
120 if 'forRead' is not-zero, the function returns positive value in case
122 with non-zero 'forRead' value, otherwise the function returns zero or
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/tools/
Delftobin.sh38 head -c "4" /dev/zero > __zero.bin
/device/amlogic/yukawa/bootloader/scripts/
Dgenerate-bins-new.sh47 dd if=/dev/zero of=$2 bs=1 count=$zero_size
53 dd if=/dev/zero of=$2 bs=1 count=$zero_size
/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp342 char zero = 0; in closeHub() local
345 while(write(mThreadClosingPipe[1], &zero, 1) != 1) { in closeHub()
/device/generic/goldfish/fingerprint/
Dfingerprint.c146 uint64_t zero = 0; in openForWrite() local
149 fwrite(&zero, sizeof(uint64_t), 1, fp); in openForWrite()
153 fwrite(&zero, sizeof(uint64_t), 1, fp); in openForWrite()
/device/google/cuttlefish/host/commands/fetcher/
Dbuild_api.cc225 while (retry_period != std::chrono::seconds::zero() && !StatusIsTerminal(status)) { in ArgumentToBuild()
/device/google/contexthub/firmware/lib/builtins/
Dfp_extend_impl.inc101 // a is zero.
/device/google/muskie/
DWCNSS_qcom_cfg.ini18 #Enable Keep alive with non-zero period value
441 # to disable set it to zero. ssdp = 0
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space_host.impl174 ALOGE("%s: called with zero size\n", __func__);
Dgoldfish_address_space_fuchsia.impl170 ALOGE("%s: called with zero size\n", __func__);
Dgoldfish_address_space_android.impl256 ALOGE("%s: called with zero size\n", __func__);
/device/google/taimen/
DWCNSS_qcom_cfg.ini18 #Enable Keep alive with non-zero period value
441 # to disable set it to zero. ssdp = 0
/device/google/bonito/
DWCNSS_qcom_cfg.ini18 #Enable Keep alive with non-zero period value
421 # to disable set it to zero. ssdp = 0
/device/google/crosshatch/
DWCNSS_qcom_cfg.ini18 #Enable Keep alive with non-zero period value
421 # to disable set it to zero. ssdp = 0
/device/google/crosshatch/json-c/
DChangeLog138 to not return TRUE for zero length string. Remove redundant includes.
/device/google/bonito/json-c/
DChangeLog138 to not return TRUE for zero length string. Remove redundant includes.
/device/google/coral/json-c/
DChangeLog138 to not return TRUE for zero length string. Remove redundant includes.
/device/linaro/dragonboard/db845c/firmware/
Dadsp.b1332zero��capi_v2_media_format_converter.cpp:MFC: Native mode enabled for out sampling rate���capi_v2_…
38zero.��AFEDecoder_If.cpp:afe_set_dec_params: port_id: 0x%x Error - cannot set dec_depacketizer_id …
39zero���AudioDecSvc_CapiV2Util.cpp: Get Properties done with stack_size=%lu,max_metadata=%lu����Aud…
/device/google/coral/
DWCNSS_qcom_cfg.ini125 # to disable set it to zero. ssdp = 0

12