Home
last modified time | relevance | path

Searched defs:hi (Results 1 – 12 of 12) sorted by relevance

/device/google/contexthub/firmware/os/core/
DfloatRt.c128 uint32_t hi = v >> 32, lo = v; in floatFromUint64() local
139 uint32_t hi = ((uint64_t)v) >> 32, lo = v; in floatFromInt64() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dpdu_parser.cpp240 int hi = HexCharToInt(hex[0]); in Hex2ToByte() local
251 int hi = value / 10; in IntToHexString() local
264 const int hi = tzdiff_quarter_hour / 10 + delta; in IntToHexStringTimeZoneDiff() local
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Dmath_private.h567 #define DOPRINT_END2(hi, lo) \ argument
583 #define DOPRINT_END2(hi, lo) \ argument
599 #define DOPRINT_END2(hi, lo) \ argument
621 #define DOPRINT_END2(hi, lo) \ argument
630 #define DOPRINT_END2(hi, lo) argument
De_expf.c48 float y,hi=0.0,lo=0.0,c,t,twopk; in __ieee754_expf() local
/device/google/contexthub/firmware/lib/libm/
Def_exp.c49 float y,hi,lo,c,t; local
/device/google/trout/tools/tracing/time_utility/
DClocktimeMain.cpp59 uint32_t hi, lo; in GetCPUTicks() local
/device/google/contexthub/firmware/os/algos/common/math/
Dmacros.h85 uint32_t hi = v >> 32; in floatFromUint64() local
/device/generic/goldfish/sensors/
Dmultihal_sensors_qemu.cpp110 double MultihalSensors::randomError(float lo, float hi) { in randomError()
/device/google/coral/json-c/
Djson_tokener.c104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
/device/google/redbull/json-c/
Djson_tokener.c104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
/device/google/sunfish/json-c/
Djson_tokener.c104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcpu.c272 uint32_t i, hi; in logHardFault() local