/device/google/contexthub/firmware/lib/libm/ |
D | ef_fmod.c | 37 __int32_t n,hx,hy,hz,ix,iy,sx,i; local 63 for (iy = -126,i=(hy<<8); i>=0; i<<=1) iy -=1; 64 } else iy = (hy>>23)-127; 73 if(iy >= -126) 76 n = -126-iy; 81 n = ix - iy; 99 iy -= 1; 101 if(iy>= -126) { /* normalize output */ 102 hx = ((hx-0x00800000)|((iy+127)<<23)); 107 n = -126 - iy;
|
D | ef_atan2.c | 39 __int32_t k,m,hx,hy,ix,iy; local 44 iy = hy&0x7fffffff; 46 FLT_UWORD_IS_NAN(iy)) /* x or y is NaN */ 52 if(FLT_UWORD_IS_ZERO(iy)) { 65 if(FLT_UWORD_IS_INFINITE(iy)) { 82 if(FLT_UWORD_IS_INFINITE(iy)) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny; 85 k = (iy-ix)>>23;
|
D | ef_pow.c | 69 __int32_t hx,hy,ix,iy,is; local 73 ix = hx&0x7fffffff; iy = hy&0x7fffffff; 76 if(FLT_UWORD_IS_ZERO(iy)) return one; 80 FLT_UWORD_IS_NAN(iy)) { 92 if(iy>=0x4b800000) yisint = 2; /* even integer y */ 93 else if(iy>=0x3f800000) { 94 k = (iy>>23)-0x7f; /* exponent */ 95 j = iy>>(23-k); 96 if((j<<(23-k))==iy) yisint = 2-(j&1); 101 if (FLT_UWORD_IS_INFINITE(iy)) { /* y is +-inf */ [all …]
|
D | kf_sin.c | 32 float __kernel_sinf(float x, float y, int iy) in __kernel_sinf() argument 34 float __kernel_sinf(x, y, iy) in __kernel_sinf() 35 float x,y; int iy; /* iy=0 if y is zero */ in __kernel_sinf() 47 if(iy==0) return x+v*(S1+z*r);
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | e_atan2f.c | 36 int32_t k,m,hx,hy,ix,iy; in __ieee754_atan2f() local 41 iy = hy&0x7fffffff; in __ieee754_atan2f() 43 (iy>0x7f800000)) /* x or y is NaN */ in __ieee754_atan2f() 49 if(iy==0) { in __ieee754_atan2f() 62 if(iy==0x7f800000) { in __ieee754_atan2f() 79 if(iy==0x7f800000) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny; in __ieee754_atan2f() 82 k = (iy-ix)>>23; in __ieee754_atan2f()
|
/device/google/contexthub/util/nanotool/ |
D | sensorevent.h | 50 int16_t iy; member 65 int32_t iy; member
|
D | sensorevent.cpp | 290 float y = sample->iy * compressedSampleRatio; in StringForSample()
|
/device/google/contexthub/firmware/os/inc/ |
D | sensors.h | 94 int32_t iy; member 115 int16_t iy; member
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 937 sensor->buffer.triple[0].iy = triple->samples[i].iy; in copyTripleSamples() 969 sensor->buffer.triple[numSamples].iy = triple->samples[0].iy; in copyTripleSamples() 988 sensor->buffer.triple[numSamples].iy = triple->samples[i].iy; in copyTripleSamples() 1049 sensor->buffer.rawTriple[0].iy = floatToInt16(triple->samples[i].y * sensor->rawScale); in copyTripleSamplesRaw() 1075 … sensor->buffer.rawTriple[numSamples].iy = floatToInt16(triple->samples[0].y * sensor->rawScale); in copyTripleSamplesRaw() 1088 … sensor->buffer.rawTriple[numSamples].iy = floatToInt16(triple->samples[i].y * sensor->rawScale); in copyTripleSamplesRaw()
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.h | 190 int16_t ix, iy, iz; member
|
D | hubconnection.cpp | 687 sv->y = sample->iy * mScaleAccel; in processSample() 716 ue->y_uncalib = sample->iy * mScaleAccel + mAccelBias[1]; in processSample() 742 sv->y = (mLefty.accel ? -sample->iy : sample->iy) * mScaleAccel; in processSample() 750 sv->y = sample->iy * mScaleMag; in processSample() 763 ue->y_uncalib = sample->iy * mScaleMag + mMagBias[1]; in processSample()
|
/device/google/coral/audio/acdbdata/OEM/sm8150-iaxxx-f2proto-snd-card/ |
D | workspaceFile.qwsp | 1 …nFxfgCLJovgSUNae9TaoShNwVC+boF9F89JMVsDVxSsRjmjqrPHqBpPruAtlZTtUMdT5Y9KltW/iy/wI+38NJdiaTAVa4OpK1v…
|
/device/google/coral/audio/acdbdata/OEM/sm8150-iaxxx-c2proto-snd-card/ |
D | workspaceFile.qwsp | 1 …nFxfgCLJovgSUNae9TaoShNwVC+boF9F89JMVsDVxSsRjmjqrPHqBpPruAtlZTtUMdT5Y9KltW/iy/wI+38NJdiaTAVa4OpK1v…
|