Searched refs:FEXP (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundEdit.c42 sn = (from + tot) >> FEXP;
43 si = (from + tot) - (sn << FEXP);
44 dn = (to + tot) >> FEXP;
45 di = (to + tot) - (dn << FEXP);
124 sn = (from + tot) >> FEXP;
125 si = (from + tot) - (sn << FEXP);
126 dn = (to + tot) >> FEXP;
127 di = (to + tot) - (dn << FEXP);
204 dn = (pos + tot) >> FEXP;
205 di = (pos + tot) - (dn << FEXP);
[all...]
H A DjkSound.h169 #define FEXP 17 macro
170 #define CEXP (FEXP+2)
171 #define DEXP (FEXP-1)
172 #define FBLKSIZE (1<<FEXP)
176 #define FSAMPLE(s, i) (s)->blocks[(i)>>FEXP][((i)&(FBLKSIZE-1))]
H A DjkFilter.c143 fi = (startpos * s->nchannels) >> FEXP;
144 fs = (startpos * s->nchannels) - (fi << FEXP);
145 ei = (endpos * s->nchannels) >> FEXP;
146 es = (endpos * s->nchannels) - (ei << FEXP);
H A DjkSoundFile.c566 int writeblock = (j >> FEXP);
/macosx-10.10.1/awk-20/src/
H A Dawk.h118 #define FEXP 3 macro
H A Dlex.c59 { "exp", FEXP, BLTIN },
H A Drun.c1491 case FEXP:
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DISDOpcodes.h452 /// FLOG, FLOG2, FLOG10, FEXP, FEXP2,
456 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator in enum:llvm::ISD::NodeType
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp148 case ISD::FEXP: return "fexp";
H A DLegalizeVectorOps.cpp217 case ISD::FEXP:
H A DLegalizeFloatTypes.cpp72 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break;
855 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break;
H A DLegalizeVectorTypes.cpp74 case ISD::FEXP:
509 case ISD::FEXP:
1355 case ISD::FEXP:
H A DTargetLowering.cpp555 setOperationAction(ISD::FEXP , MVT::f16, Expand);
565 setOperationAction(ISD::FEXP , MVT::f32, Expand);
575 setOperationAction(ISD::FEXP , MVT::f64, Expand);
H A DLegalizeDAG.cpp3057 case ISD::FEXP:
3747 case ISD::FEXP: {
H A DSelectionDAGBuilder.cpp3808 result = DAG.getNode(ISD::FEXP, dl,
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dforth.vim121 syn keyword forthOperators F** FSQRT FEXP FEXPM1 FLN FLNP1 FLOG FALOG FSIN
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp89 setOperationAction(ISD::FEXP, MVT::f32, Expand);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelLowering.cpp268 setOperationAction(ISD::FEXP, MVT::f32, Expand);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp498 setOperationAction(ISD::FEXP, MVT::v2f64, Expand);
515 setOperationAction(ISD::FEXP, MVT::v4f32, Expand);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp715 setOperationAction(ISD::FEXP, MVT::f80, Expand);
770 setOperationAction(ISD::FEXP, (MVT::SimpleValueType)VT, Expand);

Completed in 310 milliseconds