HomeSort by relevance Sort by last modified time
    Searched refs:MODE (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
machmode.h 1 /* Machine mode definitions for GCC; included by rtl.h and tree.h.
26 /* Get the name of mode MODE as a string. */
29 #define GET_MODE_NAME(MODE) mode_name[MODE]
31 /* Mode classes. */
33 #include "mode-classes.def"
39 /* Get the general kind of object that mode MODE represents
43 #define GET_MODE_CLASS(MODE) ((enum mode_class) mode_class[MODE]
    [all...]
genrtl.h 9 gen_rtx_fmt_0_stat (RTX_CODE code, enum machine_mode mode MEM_STAT_DECL)
14 PUT_MODE (rt, mode);
24 gen_rtx_fmt_ee_stat (RTX_CODE code, enum machine_mode mode,
31 PUT_MODE (rt, mode);
42 gen_rtx_fmt_ue_stat (RTX_CODE code, enum machine_mode mode,
49 PUT_MODE (rt, mode);
60 gen_rtx_fmt_E_stat (RTX_CODE code, enum machine_mode mode,
66 PUT_MODE (rt, mode);
76 gen_rtx_fmt_i_stat (RTX_CODE code, enum machine_mode mode,
82 PUT_MODE (rt, mode);
    [all...]
real.h 144 /* Default rounding mode for operations on this format. */
158 /* The target format used for each floating point mode.
160 float modes indexed by (MODE - first float mode), and entries for
161 decimal float modes indexed by (MODE - first decimal float mode) +
167 #define REAL_MODE_FORMAT(MODE) \
168 (real_format_for_mode[DECIMAL_FLOAT_MODE_P (MODE) \
169 ? (((MODE) - MIN_MODE_DECIMAL_FLOAT) \
171 : ((MODE) - MIN_MODE_FLOAT)]
    [all...]
defaults.h 930 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) false
1062 #define CLZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) 0
1065 #define CTZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) 0
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
TestSearchRecentSuggestionsProvider.java 23 final static int MODE = DATABASE_MODE_QUERIES + DATABASE_MODE_2LINES;
27 setupSuggestions(AUTHORITY, MODE);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchSuggestionSampleProvider.java 22 * To create a search suggestions provider using the built-in recent queries mode,
24 * a unique authority and the mode you with to use. For more information, see
36 * These flags determine the operating mode of the suggestions provider. This value should
40 final static int MODE = DATABASE_MODE_QUERIES;
48 setupSuggestions(AUTHORITY, MODE);
  /frameworks/base/core/tests/coretests/src/android/provider/
TestProvider.java 26 final static int MODE = DATABASE_MODE_QUERIES + DATABASE_MODE_2LINES;
30 setupSuggestions(AUTHORITY, MODE);
  /packages/apps/Calendar/src/com/android/calendar/
CalendarRecentSuggestionsProvider.java 22 public final static int MODE = DATABASE_MODE_QUERIES;
29 setupSuggestions(Utils.getSearchAuthority(getContext()), MODE);
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Disp.h 32 /*! These defined types represents the current mode. */
38 } MODE;
50 MODE Menu_Main(void);
AKFS_Disp.c 60 @return Selected mode.
62 MODE Menu_Main(void)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 213 /* 64bit Sledgehammer mode. For libgcc2 we make sure this is a
503 /* Extra bits to force on w/ 32-bit mode. */
507 /* Extra bits to force on w/ 64-bit mode. */
537 with the rounding mode forced to 53 bits. */
627 /* Whether to allow x87 floating-point arithmetic on MODE (one of
630 #define X87_ENABLE_ARITH(MODE) \
631 (flag_excess_precision == EXCESS_PRECISION_FAST || (MODE) == XFmode)
633 /* Likewise, whether to allow direct conversions from integer mode
634 IMODE (HImode, SImode or DImode) to MODE. */
635 #define X87_ENABLE_FLOAT(MODE, IMODE)
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
MockSRSProvider.java 22 final static int MODE = DATABASE_MODE_QUERIES + DATABASE_MODE_2LINES;
29 setupSuggestions(AUTHORITY, MODE);
37 public void setupSuggestions(String authority, int mode) {
39 super.setupSuggestions(authority, mode);
  /external/chromium_org/third_party/mesa/src/bin/
minstall 7 # -m mode Sets a file's mode when installing
15 MODE=""
24 # set file mode
25 MODE=$2
93 if [ $MODE ] ; then
95 chmod $MODE "$DEST/$FILE"
111 echo " install [-m mode] file [...] dest Install files in destination"
  /external/mesa3d/bin/
minstall 7 # -m mode Sets a file's mode when installing
15 MODE=""
24 # set file mode
25 MODE=$2
93 if [ $MODE ] ; then
95 chmod $MODE "$DEST/$FILE"
111 echo " install [-m mode] file [...] dest Install files in destination"
  /external/ipsec-tools/src/libipsec/
policy_parse.h 49 MODE = 265,
68 #define MODE 265
  /ndk/tests/
run-libcxx.sh 37 for MODE in $MODES; do
43 ./testit_android --abi=armeabi-v7a --cxx=arm-linux-androideabi-clang++ $MODE
51 ./testit_android --abi=x86 --cxx=i686-linux-android-clang++ $MODE
59 ./testit_android --abi=mips --cxx=mipsel-linux-android-clang++ $MODE
67 ./testit_android --abi=armeabi-v7a $MODE
75 ./testit_android --abi=x86 $MODE
83 ./testit_android --abi=mips $MODE
91 ./testit_android --abi=armeabi-v7a $MODE
99 ./testit_android --abi=x86 $MODE
107 ./testit_android --abi=mips $MODE
    [all...]
  /external/chromium_org/v8/tools/
android-ll-prof.sh 41 MODE=$1
51 cp "$BASE/out/android_arm.$MODE/d8" "$DEPLOY/data/local/tmp/v8/d8"
  /external/eigen/test/
product_trmm.cpp 12 template<typename Scalar, int Mode, int TriOrder, int OtherOrder, int ResOrder, int OtherCols>
35 tri = mat.template triangularView<Mode>();
36 triTr = mat.transpose().template triangularView<Mode>();
40 VERIFY_IS_APPROX( ge_xs = mat.template triangularView<Mode>() * ge_right, tri * ge_right);
41 VERIFY_IS_APPROX( ge_sx = ge_left * mat.template triangularView<Mode>(), ge_left * tri);
43 VERIFY_IS_APPROX( ge_xs.noalias() = mat.template triangularView<Mode>() * ge_right, tri * ge_right);
44 VERIFY_IS_APPROX( ge_sx.noalias() = ge_left * mat.template triangularView<Mode>(), ge_left * tri);
46 VERIFY_IS_APPROX( ge_xs.noalias() = (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_left.transpose()), s1*triTr.conjugate() * (s2*ge_left.transpose()));
47 VERIFY_IS_APPROX( ge_sx.noalias() = ge_right.transpose() * mat.adjoint().template triangularView<Mode>(), ge_right.transpose() * triTr.conjugate());
49 VERIFY_IS_APPROX( ge_xs.noalias() = (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_left.adjoint()), s1*triTr.conjugate() * (s2*ge_left.adjoint()))
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 64 enum MODE {
89 int mode; member in struct:ExynosJpegBase::CONFIG
140 int create(enum MODE eMode);
142 int setJpegConfig(enum MODE eMode, void *pConfig);
143 int setColorFormat(enum MODE eMode, int iV4l2ColorFormat);
144 int setJpegFormat(enum MODE eMode, int iV4l2JpegFormat);
145 int setColorBufSize(enum MODE eMode, int *piBufSize, int iSize);
149 int updateConfig(enum MODE eMode, int iInBufs, int iOutBufs, int iInBufPlanes, int iOutBufPlanes);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
types.h 188 # define __intN_t(N, MODE) \
189 typedef int int##N##_t __attribute__ ((__mode__ (MODE)))
190 # define __u_intN_t(N, MODE) \
191 typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
types.h 188 # define __intN_t(N, MODE) \
189 typedef int int##N##_t __attribute__ ((__mode__ (MODE)))
190 # define __u_intN_t(N, MODE) \
191 typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE)))
  /hardware/intel/img/psb_video/src/hwdefs/
coreflags.h 63 * for H264 VCM mode, as VCM mode is not expected to use B pictures at all
177 #define RC_MODE_POSSIBLE(MODE) (MODE ## _RC_MODE_POSSIBLE)
210 #define SECURE_MODE_POSSIBLE 1 /* controls the firmwares ability to support secure mode firmware upload */
  /hardware/qcom/msm8x26/kernel-headers/video/
msm_hdmi_modes.h 196 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0)
197 #define MSM_HDMI_MODES_INIT_TIMINGS(__lut) do { unsigned int i; for (i = 0; i < HDMI_VFRMT_MAX; i++) { struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i); (__lut)[i] = mode; } } while (0)
  /hardware/qcom/msm8x74/kernel-headers/video/
msm_hdmi_modes.h 196 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0)
197 #define MSM_HDMI_MODES_INIT_TIMINGS(__lut) do { unsigned int i; for (i = 0; i < HDMI_VFRMT_MAX; i++) { struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i); (__lut)[i] = mode; } } while (0)
  /hardware/qcom/msm8x84/kernel-headers/video/
msm_hdmi_modes.h 196 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0)
197 #define MSM_HDMI_MODES_INIT_TIMINGS(__lut) do { unsigned int i; for (i = 0; i < HDMI_VFRMT_MAX; i++) { struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i); (__lut)[i] = mode; } } while (0)

Completed in 474 milliseconds

1 2 3 4