Searched defs:low (Results 1 - 25 of 36) sorted by relevance

12

/device/google/contexthub/firmware/lib/builtins/
H A Daeabi_f2ulz.c25 su_int low = da - (float)high * 4294967296.f; /* high * 0x1p32f; */ local
26 return ((du_int)high << 32) | low;
H A Dint_lib.h33 su_int low; member in struct:__anon62::__anon63
43 su_int low; member in struct:__anon64::__anon65
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
H A DLlvm_int_lib.h65 UINT32 low; member in struct:__anon3568::__anon3569
73 UINT32 low; member in struct:__anon3570::__anon3571
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfcache.c47 int low=0; local
58 if ( q != NULL && low==0 ) low = p-table;
H A Dhash.c155 int i,n=0,low=0, hi=0; local
165 if ( q != NULL && low==0 ) low = p-table;
194 fprintf(stderr, "Range of hash function: %d..%d\n", low, hi);
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
H A Ds_atan.c82 u_int32_t low; local
83 GET_LOW_WORD(low,x);
85 (ix==0x7ff00000&&(low!=0)))
H A Dk_tan.c88 u_int32_t low; local
89 GET_LOW_WORD(low, x);
90 if(((ix | low) | (iy + 1)) == 0)
H A Ds_expm1.c153 u_int32_t low; local
154 GET_LOW_WORD(low,x);
155 if(((hx&0xfffff)|low)!=0)
H A De_rem_pio2.c81 u_int32_t low; local
155 GET_LOW_WORD(low,x);
156 SET_LOW_WORD(z,low);
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
H A Dsoftfloat.h60 unsigned long long low; member in struct:__anon10630
65 unsigned long long high, low; member in struct:__anon10631
/device/linaro/bootloader/edk2/StdLib/Include/Arm/
H A Dsoftfloat.h60 unsigned long long low; member in struct:__anon10642
65 unsigned long long high, low; member in struct:__anon10643
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
H A Dsoftfloat.h54 !!!bits64 low; member in struct:__anon10720
59 !!!bits64 high, low; member in struct:__anon10721
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
206 low = (unsigned)(-1); /* trigger new sub-table when len > root */
208 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
285 low
[all...]
H A Dinflate.c327 unsigned low, size; local
342 low = 0;
344 if ((low % 7) == 0) printf("\n ");
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
346 state.lencode[low].bits, state.lencode[low].val);
347 if (++low == size) break;
353 low = 0;
355 if ((low
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
207 low = (unsigned)(-1); /* trigger new sub-table when len > root */
209 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
284 low
[all...]
H A Dinflate.c271 unsigned low, size; local
286 low = 0;
288 if ((low % 7) == 0) printf("\n ");
289 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
290 state.lencode[low].val);
291 if (++low == size) break;
297 low = 0;
299 if ((low % 6) == 0) printf("\n ");
300 printf("{%u,%u,%d}", state.distcode[low]
[all...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
204 low = (unsigned)(-1); /* trigger new sub-table when len > root */
206 mask = used - 1; /* mask for comparing low */
230 /* replicate for those indices with low len bits equal to huff */
258 if (len > root && (huff & mask) != low) {
283 low
[all...]
H A Dinflate.c344 unsigned low, size; local
359 low = 0;
361 if ((low % 7) == 0) printf("\n ");
362 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
363 state.lencode[low].bits, state.lencode[low].val);
364 if (++low == size) break;
370 low = 0;
372 if ((low
[all...]
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
H A Dint_types.h62 su_int low; member in struct:__anon10701::__anon10702
66 su_int low;
77 su_int low; member in struct:__anon10703::__anon10704
81 su_int low;
100 du_int low; member in struct:__anon10705::__anon10706
104 du_int low;
115 du_int low; member in struct:__anon10707::__anon10708
119 du_int low;
127 r.s.low = l;
134 r.s.low
155 udwords low; member in struct:__anon10711
[all...]
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
H A Dint_types.h39 su_int low; member in struct:__anon2698::__anon2699
43 su_int low;
54 su_int low; member in struct:__anon2700::__anon2701
58 su_int low;
79 du_int low; member in struct:__anon2702::__anon2703
83 du_int low;
94 du_int low; member in struct:__anon2704::__anon2705
98 du_int low;
106 r.s.low = l;
113 r.s.low
134 udwords low; member in struct:__anon2708
[all...]
/device/linaro/bootloader/arm-trusted-firmware/lib/pmf/
H A Dpmf_main.c120 int low = 0; local
133 mid = (low + high) / 2;
140 low = mid + 1;
141 } while ((svc_id != desc_svc_id) && (low <= high));
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
H A Dsoftfloat.h89 unsigned long long low; member in struct:__anon3560
94 unsigned long long high, low; member in struct:__anon3561
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dsym.c295 unsigned int i,n=0,low=0, hi=0; local
305 if ( q != NULL && low==0 ) low = p-table;
335 printf("Range of hash function: %d..%d\n", low, hi);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dstructseq.c72 structseq_slice(PyStructSequence *obj, Py_ssize_t low, Py_ssize_t high) argument
77 if (low < 0)
78 low = 0;
81 if (high < low)
82 high = low;
83 np = (PyTupleObject *)PyTuple_New(high-low);
86 for(i = low; i < high; ++i) {
89 PyTuple_SET_ITEM(np, i-low, v);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstructseq.c72 structseq_slice(PyStructSequence *obj, Py_ssize_t low, Py_ssize_t high) argument
77 if (low < 0)
78 low = 0;
81 if (high < low)
82 high = low;
83 np = (PyTupleObject *)PyTuple_New(high-low);
86 for(i = low; i < high; ++i) {
89 PyTuple_SET_ITEM(np, i-low, v);

Completed in 153 milliseconds

12