Home
last modified time | relevance | path

Searched defs:t1 (Results 1 – 16 of 16) sorted by relevance

/device/google/trout/hal/common/agl/watchdog/test/
Dservice.cpp38 std::thread t1([]() { in main() local
/device/generic/vulkan-cereal/include/glm/gtx/
Dintersect.inl120 typename genType::value_type t1 = sqrt( sphereRadiusSquered - dSquared ); local
161 typename genType::value_type t1 = sqrt( sphereRadius * sphereRadius - dSquared ); local
Deuler_angles.inl137 T const & t1,
298 T & t1,
Dspline.inl33 genType const & t1,
Drotate_vector.inl21 T t1 = sin((static_cast<T>(1) - a) * Alpha) / SinAlpha; local
/device/google/contexthub/lib/nanohub/
Daes.c217 uint32_t t0, t1, t2; in aesEncr() local
287 uint32_t t0, t1, t2; in aesDecr() local
/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()
/device/generic/vulkan-cereal/include/glm/simd/
Dcommon.h221 glm_ivec4 const t1 = _mm_castps_si128(x); // reinterpret as 32-bit integer in glm_vec4_nan() local
235 glm_ivec4 const t1 = _mm_castps_si128(x); // reinterpret as 32-bit integer in glm_vec4_inf() local
/device/generic/goldfish/dhcp/client/
Ddhcpclient.h86 uint32_t t1; member
Ddhcpclient.cpp404 uint32_t t1 = mDhcpInfo.t1, t2 = mDhcpInfo.t2; in configureDhcp() local
/device/google/contexthub/firmware/os/algos/common/math/
Dmacros.h74 #define NANO_TIMER_CHECK_T1_GEQUAL_T2_PLUS_DELTA(t1, t2, t_delta) \ argument
/device/google/contexthub/firmware/lib/libm/
Def_pow.c67 float y1,t1,t2,r,s,t,u,v,w; local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dutil.cpp857 ImplicitTypeConversion GetConversion(TBasicType t1, TBasicType t2) in GetConversion()
DIntermNode.cpp3847 bool TIntermConstantUnion::IsFloatDivision(TBasicType t1, TBasicType t2) in IsFloatDivision()
/device/generic/goldfish/radio/librilutils/proto/
Dsap-api.proto291 t1 = 1; enumerator
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dmatrix_utils_unittest.cpp748 Mat4 t1 = Mat4::Translate(Vector3(1.f, 1.f, 1.f)); in TEST() local