Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
Def_pow.c67 float y1,t1,t2,r,s,t,u,v,w; local
146 t1 = u+v;
147 GET_FLOAT_WORD(is,t1);
148 SET_FLOAT_WORD(t1,is&0xfffff000);
149 t2 = v-(t1-u);
197 t1 = (((z_h+z_l)+dp_h[k])+t);
198 GET_FLOAT_WORD(is,t1);
199 SET_FLOAT_WORD(t1,is&0xfffff000);
200 t2 = z_l-(((t1-t)-dp_h[k])-z_h);
210 p_l = (y-y1)*t1+y*t2;
[all …]
/device/google/contexthub/firmware/os/algos/common/math/
Dmacros.h70 #define NANO_TIMER_CHECK_T1_GEQUAL_T2_PLUS_DELTA(t1, t2, t_delta) \ argument
71 (((t1) >= (t2) + (t_delta)) || ((t1) < (t2)))
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
DcpuMath.h25 uint32_t t1, t2, t3, t4, t5; \
27 t1 = numHi / divBy; \
37 (((uint64_t)t1) << 32) + (((uint64_t)t3) << 16) + t5; \
/device/google/contexthub/lib/nanohub/
Daes.c217 uint32_t t0, t1, t2; in aesEncr() local
225 t1 = *k++ ^ in aesEncr()
244 x1 = t1; in aesEncr()
287 uint32_t t0, t1, t2; in aesDecr() local
295 t1 = *k++ ^ in aesDecr()
314 x1 = t1; in aesDecr()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-sched.h62 static inline int xf_timestamp_before(u32 t0, u32 t1) in xf_timestamp_before() argument
65 return ((s32)(t0 - t1) < 0); in xf_timestamp_before()
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp339 mDhcpInfo.t1 = in configureDhcp()
404 uint32_t t1 = mDhcpInfo.t1, t2 = mDhcpInfo.t2; in configureDhcp() local
405 mT1.expireSeconds(t1 > 0 ? t1 : (mDhcpInfo.leaseTime / 2)); in configureDhcp()
Ddhcpclient.h86 uint32_t t1; member
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DSmartPtr.h100 bool operator <(const SmartPtr<T>& t1) const {
101 return m_ptr < t1.m_ptr;
/device/generic/goldfish/radio/librilutils/proto/
Dsap-api.proto291 t1 = 1; enumerator