Home
last modified time | relevance | path

Searched defs:lo (Results 1 – 9 of 9) 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.cpp226 int lo = HexCharToInt(hex[1]); in Hex2ToByte() local
237 int lo = value % 10; in IntToHexString() local
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
De_expf.c48 float y,hi=0.0,lo=0.0,c,t,twopk; in __ieee754_expf() local
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
/device/google/contexthub/firmware/lib/libm/
Def_exp.c49 float y,hi,lo,c,t; local
/device/google/contexthub/firmware/os/algos/common/math/
Dmacros.h82 uint32_t lo = (uint32_t) v; in floatFromUint64() local
/device/google/coral/json-c/
Djson_tokener.c104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
/device/google/crosshatch/json-c/
Djson_tokener.c104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
/device/google/bonito/json-c/
Djson_tokener.c104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument