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

1 2

  /external/chromium_org/v8/tools/
test-push-to-trunk.sh 60 EXP[0]="git status -s -uno"
62 EXP[1]="git status -s -b -uno"
64 EXP[2]="git svn fetch"
66 EXP[3]="git branch"
68 EXP[4]="git checkout -b prepare-push-temporary-branch-created-by-script"
70 EXP[5]="git branch"
72 EXP[6]="git branch"
74 EXP[7]="git checkout -b prepare-push svn/bleeding_edge"
76 EXP[8]="git log -1 --format=%H ChangeLog"
78 EXP[9]="git log -1 hash1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h 60 #define C_TYPEDEF_EXPLICITLY_SIGNED(EXP) DECL_LANG_FLAG_1 (EXP)
64 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP)
67 #define C_DECL_IMPLICIT(EXP) DECL_LANG_FLAG_2 (EXP)
71 #define C_DECL_DECLARED_BUILTIN(EXP) \
72 DECL_LANG_FLAG_3 (FUNCTION_DECL_CHECK (EXP))
76 #define C_DECL_BUILTIN_PROTOTYPE(EXP) \
77 DECL_LANG_FLAG_6 (FUNCTION_DECL_CHECK (EXP))
    [all...]
tree.h 901 #define TREE_OPERAND_CHECK(T, I) ((T)->exp.operands[I])
902 #define TREE_OPERAND_CHECK_CODE(T, CODE, I) ((T)->exp.operands[I])
951 #define CONVERT_EXPR_P(EXP) CONVERT_EXPR_CODE_P (TREE_CODE (EXP))
963 #define STRIP_NOPS(EXP) \
964 (EXP) = tree_strip_nop_conversions (CONST_CAST_TREE (EXP))
968 #define STRIP_SIGN_NOPS(EXP) \
969 (EXP) = tree_strip_sign_nop_conversions (CONST_CAST_TREE (EXP))
    [all...]
real.h 57 #define SET_REAL_EXP(REAL, EXP) \
58 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
414 /* R = A * 2**EXP. */
defaults.h     [all...]
  /external/svox/pico/lib/
picodsp.h 104 Fast Exp Approximation now remapped to a function in picoos
106 #define EXP(y) picoos_quick_exp(y)
picosig2.c 725 /*Envelope becomes a complex exponential : F=exp(.5*spect + j*angh);*/
728 fExp = (picoos_int32) EXP((double)spect[nI]*mult);
739 fExp = (picoos_int32) EXP((double)spect[nI]*mult);
750 fExp = (picoos_int32) EXP((double)spect[nI]*mult);
    [all...]
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 35 unsigned EXP;
130 // Only consider stores or EXP for EXP_CNT
131 Result.Named.EXP = !!(TSFlags & SIInstrFlags::EXP_CNT &&
132 (MI.getOpcode() == AMDGPU::EXP || MI.getDesc().mayStore()));
170 if (MI.getOpcode() == AMDGPU::EXP)
220 if (Increment.Named.EXP) {
221 ExpInstrTypesSeen |= MI.getOpcode() == AMDGPU::EXP ? 1 : 2;
258 // EXP_CNT is unordered if we have both EXP & VM-writes
294 if (Counts.Named.EXP == 0)
300 ((Counts.Named.EXP & 0x7) << 4)
    [all...]
SILowerControlFlow.cpp 164 BuildMI(MBB, Insert, DL, TII->get(AMDGPU::EXP))
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
cstrings.swg 149 %define Name ## _mutable(TYPEMAP,EXP...)
151 #if #EXP != ""
152 expansion += EXP;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp 37 EXP = 0,
280 case SIInstrEncodingType::EXP:
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp 37 EXP = 0,
280 case SIInstrEncodingType::EXP:
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 48 OP11(EXP)
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 48 OP11(EXP)
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 159 exp [Ee][-+]?[0-9]+
201 EXP { return_opcode(require_ARB_vp, SCALAR_OP, EXP, 3); }
339 {num}?{frac}{exp}? {
347 {num}{exp} {
351 {num}"."{exp} {
  /external/mesa3d/src/mesa/program/
program_lexer.l 159 exp [Ee][-+]?[0-9]+
201 EXP { return_opcode(require_ARB_vp, SCALAR_OP, EXP, 3); }
339 {num}?{frac}{exp}? {
347 {num}{exp} {
351 {num}"."{exp} {
  /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 784 constant that is being placed in memory. EXP is the constant
795 #define CONSTANT_ALIGNMENT(EXP, ALIGN) ix86_constant_alignment ((EXP), (ALIGN))
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsgtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c     [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc 62 #define COMPARE(ASM, EXP) \
68 if (strcmp(disasm->GetOutput(), EXP) != 0) { \
70 __LINE__, encoding, EXP, disasm->GetOutput()); \
74 #define COMPARE_PREFIX(ASM, EXP) \
80 if (strncmp(disasm->GetOutput(), EXP, strlen(EXP)) != 0) { \
82 __LINE__, encoding, EXP, disasm->GetOutput()); \
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 48 #define COMPARE(ASM, EXP) \
54 if (strcmp(disasm->GetOutput(), EXP) != 0) { \
56 encoding, EXP, disasm->GetOutput()); \
60 #define COMPARE_PREFIX(ASM, EXP) \
66 if (strncmp(disasm->GetOutput(), EXP, strlen(EXP)) != 0) { \
68 encoding, EXP, disasm->GetOutput()); \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIISelLowering.cpp 218 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::EXP))
  /external/mesa3d/src/gallium/drivers/radeon/
SIISelLowering.cpp 218 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::EXP))
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 286 OP1_(EXP, EX2);

Completed in 418 milliseconds

1 2