/device/google/contexthub/firmware/os/core/ |
D | floatRt.c | 128 uint32_t hi = v >> 32, lo = v; in floatFromUint64() local 130 if (!hi) //this is very fast for cases where we fit into a uint32_t in floatFromUint64() 133 return ((float)hi) * 4294967296.0f + (float)lo; in floatFromUint64() 139 uint32_t hi = ((uint64_t)v) >> 32, lo = v; in floatFromInt64() local 141 …if ((hi == 0x00000000 && !(lo >> 31)) || (hi == 0xffffffff && (lo >> 31))) //this complex test is … in floatFromInt64() 143 …else if (hi >> 31) //the case of 0x8000000000000000 is handled here, as negated it remains the sa… in floatFromInt64()
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | math_private.h | 567 #define DOPRINT_END2(hi, lo) \ argument 569 (long double)(hi), (long double)(lo)) 583 #define DOPRINT_END2(hi, lo) \ argument 585 (long double)(hi), (long double)(lo)) 599 #define DOPRINT_END2(hi, lo) \ argument 601 (long double)(hi), (long double)(lo)) 621 #define DOPRINT_END2(hi, lo) \ argument 623 (long double)(hi), (long double)(lo)) 630 #define DOPRINT_END2(hi, lo) argument 652 RETURNP((rp)->hi); \ [all …]
|
D | e_expf.c | 48 float y,hi=0.0,lo=0.0,c,t,twopk; in __ieee754_expf() local 69 hi = x-ln2HI[xsb]; lo=ln2LO[xsb]; k = 1-xsb-xsb; in __ieee754_expf() 73 hi = x - t*ln2HI[0]; /* t*ln2HI is exact here */ in __ieee754_expf() 76 STRICT_ASSIGN(float, x, hi - lo); in __ieee754_expf() 91 else y = one-((lo-(x*c)/((float)2.0-c))-hi); in __ieee754_expf()
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | pdu_parser.cpp | 240 int hi = HexCharToInt(hex[0]); in Hex2ToByte() local 243 if (hi < 0 || lo < 0) { in Hex2ToByte() 247 return ( (hi << 4) | lo ); in Hex2ToByte() 251 int hi = value / 10; in IntToHexString() local 253 return std::to_string(lo) + std::to_string(hi); in IntToHexString() 264 const int hi = tzdiff_quarter_hour / 10 + delta; in IntToHexStringTimeZoneDiff() local 268 ss << std::hex << hi; in IntToHexStringTimeZoneDiff()
|
/device/google/contexthub/firmware/lib/libm/ |
D | ef_exp.c | 49 float y,hi,lo,c,t; local 70 hi = x-ln2HI[xsb]; lo=ln2LO[xsb]; k = 1-xsb-xsb; 74 hi = x - t*ln2HI[0]; /* t*ln2HI is exact here */ 77 x = hi - lo; 87 else y = one-((lo-(x*c)/((float)2.0-c))-hi);
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | macros.h | 85 uint32_t hi = v >> 32; in floatFromUint64() local 88 if (!hi) { // This is very fast for cases where 'v' fits into a uint32_t. in floatFromUint64() 91 return ((float)hi) * 4294967296.0f + (float)lo; in floatFromUint64()
|
/device/google/trout/tools/tracing/time_utility/ |
D | ClocktimeMain.cpp | 59 uint32_t hi, lo; in GetCPUTicks() local 60 asm volatile("rdtsc" : "=a"(lo), "=d"(hi)); in GetCPUTicks() 61 return ((uint64_t)lo) | (((uint64_t)hi) << 32); in GetCPUTicks()
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cpu.c | 272 uint32_t i, hi; in logHardFault() local 286 cpuPackSrBits(&dbx->sr_hfsr_cfsr_lo, &hi, excRegs[7], SCB->HFSR, SCB->CFSR); in logHardFault() 287 dbx->magic |= HARD_FAULT_DROPBOX_MAGIC_HAVE_DROP | (hi & HARD_FAULT_DROPBOX_MAGIC_DATA_MASK); in logHardFault()
|
/device/generic/goldfish/sensors/ |
D | multihal_sensors_qemu.cpp | 110 double MultihalSensors::randomError(float lo, float hi) { in randomError() argument 111 std::uniform_real_distribution<> distribution(lo, hi); in randomError()
|
/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/redbull/json-c/ |
D | json_tokener.c | 104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
|
/device/google/sunfish/json-c/ |
D | json_tokener.c | 104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
|
/device/generic/goldfish/sensors/include/ |
D | multihal_sensors.h | 119 double randomError(float lo, float hi);
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 883 mhp_acpi_read_addr_hi(uint32_t slot, uint32_t addr) "slot[0x%"PRIx32"] addr hi: 0x%"PRIx32 885 mhp_acpi_read_size_hi(uint32_t slot, uint32_t size) "slot[0x%"PRIx32"] size hi: 0x%"PRIx32 1664 vtd_inv_desc(const char *type, uint64_t hi, uint64_t lo) "invalidate desc type %s high 0x%"PRIx64" … 1676 vtd_inv_desc_wait_write_fail(uint64_t hi, uint64_t lo) "write fail for wait desc hi 0x%"PRIx64" lo … 1692 …nt16_t domain, uint64_t hi, uint64_t lo) "%s: replay valid context device %02"PRIx8":%02"PRIx8".%0… 1717 vtd_ir_irte_get(int index, uint64_t lo, uint64_t hi) "index %d low 0x%"PRIx64" high 0x%"PRIx64 1724 vtd_frr_new(int index, uint64_t hi, uint64_t lo) "index %d high 0x%"PRIx64" low 0x%"PRIx64 1768 amdvi_ir_irte_ga_val(uint64_t hi, uint64_t lo) "hi 0x%"PRIx64" lo 0x%"PRIx64 3060 spapr_vlan_receive_wrote(uint64_t ptr, uint64_t hi, uint64_t lo) "rxq entry (ptr=0x%"PRIx64"): 0x%0…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 883 mhp_acpi_read_addr_hi(uint32_t slot, uint32_t addr) "slot[0x%"PRIx32"] addr hi: 0x%"PRIx32 885 mhp_acpi_read_size_hi(uint32_t slot, uint32_t size) "slot[0x%"PRIx32"] size hi: 0x%"PRIx32 1664 vtd_inv_desc(const char *type, uint64_t hi, uint64_t lo) "invalidate desc type %s high 0x%"PRIx64" … 1676 vtd_inv_desc_wait_write_fail(uint64_t hi, uint64_t lo) "write fail for wait desc hi 0x%"PRIx64" lo … 1692 …nt16_t domain, uint64_t hi, uint64_t lo) "%s: replay valid context device %02"PRIx8":%02"PRIx8".%0… 1717 vtd_ir_irte_get(int index, uint64_t lo, uint64_t hi) "index %d low 0x%"PRIx64" high 0x%"PRIx64 1724 vtd_frr_new(int index, uint64_t hi, uint64_t lo) "index %d high 0x%"PRIx64" low 0x%"PRIx64 1768 amdvi_ir_irte_ga_val(uint64_t hi, uint64_t lo) "hi 0x%"PRIx64" lo 0x%"PRIx64 3060 spapr_vlan_receive_wrote(uint64_t ptr, uint64_t hi, uint64_t lo) "rxq entry (ptr=0x%"PRIx64"): 0x%0…
|
/device/google/coral/audio/acdbdata/OEM/sm8150-iaxxx-f2proto-snd-card/ |
D | workspaceFile.qwsp | 1 …EueiZ2hxxKFFZJFKDvHW7UhwoOg4ibBaRQ9P+reKsw2R6d1FNix5dgBmCnMQBEAXAM9gZYBx7F/hi+MCBb/CdvK2YGzDTQhaBw…
|
/device/google/coral/audio/acdbdata/OEM/sm8150-iaxxx-c2proto-snd-card/ |
D | workspaceFile.qwsp | 1 …EueiZ2hxxKFFZJFKDvHW7UhwoOg4ibBaRQ9P+reKsw2R6d1FNix5dgBmCnMQBEAXAM9gZYBx7F/hi+MCBb/CdvK2YGzDTQhaBw…
|