Home
last modified time | relevance | path

Searched refs:high (Results 1 – 13 of 13) sorted by relevance

/device/google/contexthub/firmware/lib/builtins/
Dudivmoddi4.c36 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 …]
Daeabi_llsr.c32 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()
Daeabi_f2ulz.c24 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()
Daeabi_llsl.c33 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()
Dint_lib.h34 si_int high; member
44 su_int high; member
Dfp_extend_impl.inc1 //=-lib/fp_extend_impl.inc - low precision -> high precision conversion -*-- -//
/device/google/contexthub/firmware/lib/libm/
Def_rem_pio2.c148 __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/
DREADME2 The driver uses the device in high-resolution mode with FS=8g.
/device/generic/goldfish/camera/
DEmulatedCamera.cpp616 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/
Dinit.common.rc84 on property:usb_speed.switch=high
/device/google/contexthub/firmware/
DCodingStandard.txt5 …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/
Dgscan.cpp1051 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/
Dadsp.b1332high, defaulting to %d����capi_v2_limiter24.cpp:CAPI_V2 limiter: Set param received NULL param poi…