HomeSort by relevance Sort by last modified time
    Searched refs:floor_log2 (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
unknown-elf.h 68 ASM_OUTPUT_ALIGN (FILE, floor_log2 (ALIGN / BITS_PER_UNIT)); \
85 ASM_OUTPUT_ALIGN (FILE, floor_log2 (ALIGN / BITS_PER_UNIT)); \
aout.h 356 ASM_OUTPUT_ALIGN (STREAM, floor_log2 (ALIGN / BITS_PER_UNIT)); \
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
unknown-elf.h 68 ASM_OUTPUT_ALIGN (FILE, floor_log2 (ALIGN / BITS_PER_UNIT)); \
85 ASM_OUTPUT_ALIGN (FILE, floor_log2 (ALIGN / BITS_PER_UNIT)); \
aout.h 356 ASM_OUTPUT_ALIGN (STREAM, floor_log2 (ALIGN / BITS_PER_UNIT)); \
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hwint.h 172 extern int floor_log2 (unsigned HOST_WIDE_INT);
218 floor_log2 (unsigned HOST_WIDE_INT x) function
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hwint.h 172 extern int floor_log2 (unsigned HOST_WIDE_INT);
218 floor_log2 (unsigned HOST_WIDE_INT x) function
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hwint.h 172 extern int floor_log2 (unsigned HOST_WIDE_INT);
218 floor_log2 (unsigned HOST_WIDE_INT x) function
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hwint.h 172 extern int floor_log2 (unsigned HOST_WIDE_INT);
218 floor_log2 (unsigned HOST_WIDE_INT x) function
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 356 ASM_OUTPUT_ALIGN (STREAM, floor_log2 (ALIGN / BITS_PER_UNIT)); \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 356 ASM_OUTPUT_ALIGN (STREAM, floor_log2 (ALIGN / BITS_PER_UNIT)); \
  /external/eigen/Eigen/src/Core/
MathFunctions.h 626 struct floor_log2 {}; struct in namespace:Eigen::internal
629 struct floor_log2<n, lower, upper, floor_log2_move_down> struct in namespace:Eigen::internal
631 enum { value = floor_log2<n, lower, floor_log2_selector<n, lower, upper>::middle>::value };
635 struct floor_log2<n, lower, upper, floor_log2_move_up> struct in namespace:Eigen::internal
637 enum { value = floor_log2<n, floor_log2_selector<n, lower, upper>::middle, upper>::value };
641 struct floor_log2<n, lower, upper, floor_log2_terminate> struct in namespace:Eigen::internal
647 struct floor_log2<n, lower, upper, floor_log2_bogus> struct in namespace:Eigen::internal
667 enum { rand_bits = floor_log2<(unsigned int)(RAND_MAX)+1>::value,

Completed in 2856 milliseconds