Searched refs:high (Results 1 – 13 of 13) sorted by relevance
/device/google/contexthub/firmware/lib/builtins/ |
D | udivmoddi4.c | 36 if (n.s.high == 0) in __udivmoddi4() 38 if (d.s.high == 0) in __udivmoddi4() 59 if (d.s.high == 0) in __udivmoddi4() 66 *rem = n.s.high % d.s.low; in __udivmoddi4() 67 return n.s.high / d.s.low; in __udivmoddi4() 78 r.s.high = n.s.high % d.s.high; in __udivmoddi4() 82 return n.s.high / d.s.high; in __udivmoddi4() 88 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ in __udivmoddi4() 93 r.s.high = n.s.high & (d.s.high - 1); in __udivmoddi4() 96 return n.s.high >> __builtin_ctz(d.s.high); in __udivmoddi4() [all …]
|
D | aeabi_llsr.c | 32 result.s.high = 0; in __aeabi_llsr() 33 result.s.low = input.s.high >> (b - bits_in_word); in __aeabi_llsr() 39 result.s.high = input.s.high >> b; in __aeabi_llsr() 40 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b); in __aeabi_llsr()
|
D | aeabi_f2ulz.c | 24 su_int high = da / 4294967296.f; /* da / 0x1p32f; */ in __aeabi_f2ulz() local 25 su_int low = da - (float)high * 4294967296.f; /* high * 0x1p32f; */ in __aeabi_f2ulz() 26 return ((du_int)high << 32) | low; in __aeabi_f2ulz()
|
D | aeabi_llsl.c | 33 result.s.high = input.s.low << (b - bits_in_word); in __aeabi_llsl() 40 result.s.high = (input.s.high << b) | (input.s.low >> (bits_in_word - b)); in __aeabi_llsl()
|
D | int_lib.h | 34 si_int high; member 44 su_int high; member
|
D | fp_extend_impl.inc | 1 //=-lib/fp_extend_impl.inc - low precision -> high precision conversion -*-- -//
|
/device/google/contexthub/firmware/lib/libm/ |
D | ef_rem_pio2.c | 148 __uint32_t high; local 151 GET_FLOAT_WORD(high,y[0]); 152 i = j-((high>>23)&0xff); 159 GET_FLOAT_WORD(high,y[0]); 160 i = j-((high>>23)&0xff);
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | README | 2 The driver uses the device in high-resolution mode with FS=8g.
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera.cpp | 616 int low=-1, high=-1; in setParameters() local 617 if (sscanf(tmp, "%d,%d", &low, &high) != 2) { in setParameters() 621 if (low < 0 || high < 0) { in setParameters() 625 if (low > high) { in setParameters()
|
/device/linaro/hikey/ |
D | init.common.rc | 84 on property:usb_speed.switch=high
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 5 …0. Code will not be wrapped to 80 characters. We all have 24+ inch high-res displays. Let's use th…
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | gscan.cpp | 1051 result = request.put_u8(GSCAN_ATTRIBUTE_RSSI_HIGH, mParams.ap[i].high); in createSetupRequest() 1474 result = request.put_u8(GSCAN_ATTRIBUTE_RSSI_HIGH, mParams.ap[i].high); in createSetupRequest()
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b13 | 32 …high, defaulting to %dcapi_v2_limiter24.cpp:CAPI_V2 limiter: Set param received NULL param poi…
|