Searched defs:lo (Results 1 – 9 of 9) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | floatRt.c | 128 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/ |
D | pdu_parser.cpp | 226 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/ |
D | e_expf.c | 48 float y,hi=0.0,lo=0.0,c,t,twopk; in __ieee754_expf() local
|
D | math_private.h | 567 #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/ |
D | ef_exp.c | 49 float y,hi,lo,c,t; local
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | macros.h | 82 uint32_t lo = (uint32_t) v; in floatFromUint64() local
|
/device/google/coral/json-c/ |
D | json_tokener.c | 104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
|
/device/google/crosshatch/json-c/ |
D | json_tokener.c | 104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
|
/device/google/bonito/json-c/ |
D | json_tokener.c | 104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
|