OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expmask
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp
876
uint32_t
ExpMask
;
879
ExpMask
= 0x1f;
882
ExpMask
= 0xff;
885
ExpMask
= 0x7ff;
901
int32_t Exponent = ((Bits >> ExpStart) &
ExpMask
);
902
Exponent -=
ExpMask
>> 1;
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c
128
if( p->isPrepareV2 && p->
expmask
){
1004
/* If the bit corresponding to this variable in Vdbe.
expmask
is set, then
1014
((i<32 && p->
expmask
& ((u32)1 << i)) || p->
expmask
==0xffffffff)
[
all
...]
vdbeInt.h
322
u32
expmask
; /* Binding to these vars invalidates VM */
member in struct:Vdbe
vdbeaux.c
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
2791
LLVMValueRef
expmask
= lp_build_const_int_vec(bld->gallivm, type, 0x7f800000);
local
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
2791
LLVMValueRef
expmask
= lp_build_const_int_vec(bld->gallivm, type, 0x7f800000);
local
[
all
...]
Completed in 428 milliseconds