OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ibits
(Results
1 - 7
of
7
) sorted by null
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
math_err.rs
46
int32_t
ibits
;
47
GET_FLOAT_WORD(
ibits
, v);
49
int32_t e = (
ibits
>> 23) & 0xff;
51
ibits
&= 0x7fffff;
52
ibits
|= 127 << 23;
55
SET_FLOAT_WORD(ir,
ibits
);
/hardware/bsp/intel/peripheral/libupm/src/mma7660/
mma7660.cxx
244
bool MMA7660::setInterruptBits(uint8_t
ibits
)
246
return writeByte(REG_INTSU,
ibits
);
mma7660.h
289
* @param
ibits
Sets the requested interrupt bits
292
bool setInterruptBits(uint8_t
ibits
);
/toolchain/binutils/binutils-2.25/include/opcode/
ns32k.h
107
int
ibits
; /* number of instruction bits */
member in struct:not_wot
/frameworks/rs/driver/runtime/
rs_cl.c
1339
int32_t
ibits
;
local
[
all
...]
/ndk/tests/device/test-libc++-shared-full/jni/
Android.mk
[
all
...]
/ndk/tests/device/test-libc++-static-full/jni/
Android.mk
[
all
...]
Completed in 122 milliseconds