Home
last modified time | relevance | path

Searched refs:sign (Results 1 – 25 of 33) sorted by relevance

12

/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/
Dtype_half.inl83 // Nan -- preserve sign and significand bits
117 // the sign, s, the exponent, e, and the significand, m.
180 // infinity with the same sign as f.
189 // the sign bit and the 10 leftmost bits of the
233 } // infinity with the same sign as f.
Dfunc_common.inl320 // sign
323 GLM_FUNC_QUALIFIER genFIType sign(genFIType x) function
327 "'sign' only accept signed inputs");
333 GLM_FUNC_QUALIFIER vecType<T, P> sign(vecType<T, P> const & x) function
337 "'sign' only accept signed inputs");
Dfunc_common.hpp42 GLM_FUNC_DECL vecType<T, P> sign(vecType<T, P> const & x);
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c433 bool sign = false; in main() local
452 sign = true; in main()
484 if (sign) in main()
496 if (sign && !(keyPvtFile && keyPubFile)) in main()
541 if (sign) in main()
/device/generic/goldfish/gnss/
DGnssHwListener.cpp64 double sign(char m, char positive) { return (m == positive) ? 1.0 : -1; } in sign() function
182 const double lat = convertDMMF(latdmm, latf, latfConsumed - latdmmConsumed) * sign(ns, 'N'); in parseGPRMC()
183 const double lon = convertDMMF(londmm, lonf, lonfConsumed - londmmConsumed) * sign(ew, 'E'); in parseGPRMC()
/device/google/contexthub/firmware/lib/builtins/
Dfp_extend_impl.inc63 // Break a into a sign and representation of the absolute value
66 const src_rep_t sign = aRep & srcSignMask;
106 const dst_rep_t result = absResult | (dst_rep_t)sign << (dstBits - srcBits);
/device/google/trout/tools/tracing/proto/
DAndroid.bp107 "-Wno-sign-compare",
108 "-Wno-sign-promo",
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_mathlib_softfloat.cpp186 uint32_t sign = (inpx & 0x8000) << 16; in sf16_to_sf32() local
190 return (mskval >> 8) + ((0x85 - leadingzeroes) << 23) + sign; in sf16_to_sf32()
Dcmake_core.cmake132 $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-sign-conversion>
134 $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-shift-sign-overflow>
/device/generic/goldfish-opengl/android-emu/aemu/base/files/
DStream.cpp188 auto sign = num & 1; in getPackedSignedNum() local
189 return sign ? -int64_t(num >> 1) : (num >> 1); in getPackedSignedNum()
/device/google/cuttlefish/common/libs/confui/
Dprotocol_types.h139 const std::vector<std::uint8_t>& sign = {},
143 sign_(sign), in ConfUiMessage()
Dprotocol.cpp266 auto sign = message.additional_info_[1]; in ToConfUiMessage() local
269 response, sign, msg); in ToConfUiMessage()
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Dlog_base.hpp37 GLM_FUNC_DECL vecType<T, P> sign(
Dfast_trigonometry.inl122 T sgn = sign(y) * sign(x);
Dsimd_vec4.hpp166 detail::fvec4SIMD sign(detail::fvec4SIMD const & x);
/device/google/trout/hal/sensors/2.0/
Diio_utils.h54 bool sign; member
/device/generic/goldfish-opengl/
DBUILD.gn143 "-Wno-sign-compare",
154 "-Wno-sign-compare",
/device/google/cuttlefish/host/libs/confui/
DAndroid.bp43 "sign.cc",
/device/google/cuttlefish/host/commands/metrics/proto/
DAndroid.bp59 "-Wno-sign-conversion",
/device/google/trout/agl_services_build/cmake/
Dandroid.cmake18 -Wno-sign-compare
/device/google/contexthub/firmware/build/
Dnanohub_executable.mk128 $(error $(LOCAL_PATH): $(LOCAL_MODULE): nanoapp sign step requires nanoapp postprocess))
/device/google/coral/json-c/
DChangeLog185 * Add back sign reversal in nested object parse as error pointer
211 * json_tokener.c - sign reversal issue on error info for nested object parse
/device/google/redbull/json-c/
DChangeLog185 * Add back sign reversal in nested object parse as error pointer
211 * json_tokener.c - sign reversal issue on error info for nested object parse
/device/google/sunfish/json-c/
DChangeLog185 * Add back sign reversal in nested object parse as error pointer
211 * json_tokener.c - sign reversal issue on error info for nested object parse
/device/google/tangorpro/cast_auth/mediadrm/include/
DDrmPlugin.h121 ::ndk::ScopedAStatus sign(const std::vector<uint8_t>& in_sessionId,

12