Searched refs:zero (Results 1 – 11 of 11) sorted by relevance
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | e_atan2f.c | 25 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/lib/libm/ |
D | ef_atan2.c | 25 zero = 0.0, variable 74 case 0: return zero ; /* atan(+...,+INF) */ 75 case 1: return -zero ; /* atan(-...,+INF) */
|
D | kf_rem_pio2.c | 50 zero = 0.0, variable 76 for(i=0;i<=m;i++,j++) f[i] = (j<0)? zero : (float) ipio2[j]; 131 if(z==zero) {
|
D | ef_rem_pio2.c | 87 zero = 0.0000000000e+00, /* 0x00000000 */ variable 189 while(tx[nx-1]==zero) nx--; /* skip zero term */
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | README | 57 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/build/tasks/ |
D | boot_fat.mk | 5 dd if=/dev/zero of=$@ bs=512 count=98304
|
/device/google/accessory/demokit/hardware/fab/m256c/ |
D | README | 23 Board dimensions/outline included as zero width trace in silkscreen layer
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 316 char zero = 0; in closeHub() local 319 while(write(mThreadClosingPipe[1], &zero, 1) != 1); in closeHub()
|
/device/google/dragon/audio/hal/dsp/ |
D | drc.c | 125 float *zero, float *pole) in emphasis_stage_roots() argument 130 *zero = expf(-f1 * PI_FLOAT); in emphasis_stage_roots()
|
/device/generic/goldfish/fingerprint/ |
D | fingerprint.c | 142 uint64_t zero = 0; in openForWrite() local 145 fwrite(&zero, sizeof(uint64_t), 1, fp); in openForWrite() 149 fwrite(&zero, sizeof(uint64_t), 1, fp); in openForWrite()
|
/device/lge/bullhead/wifi/ |
D | WCNSS_qcom_cfg.ini | 310 #Enable Keep alive with non-zero period value 531 # to disable set it to zero. ssdp = 0
|