HomeSort by relevance Sort by last modified time
    Searched defs:bits (Results 601 - 625 of 935) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
telephony.h 167 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
telephony.h 167 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
telephony.h 167 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
telephony.h 167 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
telephony.h 186 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
telephony.h 186 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
telephony.h 186 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
telephony.h 186 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
telephony.h 186 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
telephony.h 186 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
telephony.h 167 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
telephony.h 167 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
telephony.h 167 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
telephony.h 167 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
telephony.h 167 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
telephony.h 167 struct phone_except bits; member in union:telephony_exception
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
telephony.h 167 struct phone_except bits; member in union:telephony_exception
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 316 int bits; member in struct:android::GGLAssembler::texture_unit_t
385 void extract(integer_t& d, int s, int h, int l, int bits=32);
515 void build_and_immediate(int d, int s, uint32_t mask, int bits);
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 107 __u64 bits; member in union:kvm_ioapic_state::__anon233
  /development/ndk/platforms/android-21/arch-x86/include/asm/
kvm.h 104 __u64 bits; member in union:kvm_ioapic_state::__anon1325
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
kvm.h 104 __u64 bits; member in union:kvm_ioapic_state::__anon1336
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 262 unsigned int bits[0]; member in struct:microcode
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 592 BitSet bits = BitSet.of(follow.tokenTypeSet); local
593 words = bits.toPackedArray();
602 recognizerST.addAggr("bitsets.{name,inName,bits,tokenTypes,tokenIndex}",
608 outputFileST.addAggr("bitsets.{name,inName,bits,tokenTypes,tokenIndex}",
614 headerFileST.addAggr("bitsets.{name,inName,bits,tokenTypes,tokenIndex}",
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 78 /** log(2) (high bits). */
81 /** log(2) (low bits). */
127 /** Sine table (high bits). */
130 /** Sine table (low bits). */
133 /** Cosine table (high bits). */
136 /** Cosine table (low bits). */
139 /** Tangent table, used by atan() (high bits). */
142 /** Tangent table, used by atan() (low bits). */
145 /** Bits of 1/(2*pi), need for reducePayneHanek(). */
166 /** Bits of pi/4, need for reducePayneHanek(). *
1244 long bits = Double.doubleToLongBits(x); local
1546 long bits = Double.doubleToLongBits(x); local
2509 long bits = Double.doubleToLongBits(x); local
2688 long bits = Double.doubleToLongBits(x); local
3432 final long bits = Double.doubleToLongBits(d); local
3516 final int bits = Float.floatToIntBits(f); local
3621 final long bits = Double.doubleToLongBits(d); local
3677 final int bits = Float.floatToIntBits(f); local
3814 int bits = Float.floatToRawIntBits(a); local
3839 long bits = Double.doubleToRawLongBits(a); local
3882 int bits = Float.floatToRawIntBits(a); local
3907 long bits = Double.doubleToRawLongBits(a); local
    [all...]
  /external/boringssl/src/crypto/ec/
p256-64.c 77 * 128-bit values are called 'limbs'. Since the limbs are spaced only 64 bits
78 * apart, but are 128-bits wide, the most significant bits of each limb overlap
79 * with the least significant bits of the next.
763 /* if out[i] > kPrime[i] then a will underflow and the high 64-bits
822 /* felem_is_zero returns a limb with all bits set if |in| == 0 (mod p) and 0
1514 u64 bits; local
    [all...]

Completed in 1472 milliseconds

<<21222324252627282930>>