Searched refs:Real (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h157 } Real; typedef in typeref:struct:__anon12063
165 VP_EXPORT Real *
168 VP_EXPORT Real *VpCreateRbObject(size_t mx,const char *str);
200 VP_EXPORT size_t VpNumOfChars(Real *vp,const char *pszFmt);
204 VP_EXPORT void VpFree(Real *pv);
205 VP_EXPORT Real *VpAlloc(size_t mx, const char *szVal);
206 VP_EXPORT size_t VpAsgn(Real *c, Real *a, int isw);
207 VP_EXPORT size_t VpAddSub(Real *c,Real *
[all...]
H A Dbigdecimal.c143 static void VpInternalRound(Real *c, size_t ixDigit, BDIGIT vPrev, BDIGIT v);
144 static int VpLimitRound(Real *c, size_t ixDigit);
145 static Real *VpCopy(Real *pv, Real const* const x);
160 const Real *pv = ptr;
176 ToValue(Real *p)
208 static Real*
211 Real *pv;
285 static Real*
[all...]
/macosx-10.10.1/swig-12/Lib/octave/
H A Doctcomplex.swg4 the complex Constructor method, and the Real and Imag complex
11 %define %swig_fromcplx_conv(Type, Real, Imag)
17 return octave_value(Complex(Real(c), Imag(c)));
23 %define %swig_cplxdbl_conv(Type, Constructor, Real, Imag)
48 %swig_fromcplx_conv(Type, Real, Imag);
52 %define %swig_cplxflt_conv(Type, Constructor, Real, Imag)
84 %swig_fromcplx_conv(Type, Real, Imag);
87 #define %swig_cplxflt_convn(Type, Constructor, Real, Imag) \
88 %swig_cplxflt_conv(Type, Constructor, Real, Imag)
91 #define %swig_cplxdbl_convn(Type, Constructor, Real, Ima
[all...]
/macosx-10.10.1/swig-12/Lib/python/
H A Dpycomplex.swg4 the complex Constructor method, and the Real and Imag complex
11 %define %swig_fromcplx_conv(Type, Real, Imag)
17 return PyComplex_FromDoubles(Real(c), Imag(c));
23 %define %swig_cplxdbl_conv(Type, Constructor, Real, Imag)
44 %swig_fromcplx_conv(Type, Real, Imag);
48 %define %swig_cplxflt_conv(Type, Constructor, Real, Imag)
76 %swig_fromcplx_conv(Type, Real, Imag);
79 #define %swig_cplxflt_convn(Type, Constructor, Real, Imag) \
80 %swig_cplxflt_conv(Type, Constructor, Real, Imag)
83 #define %swig_cplxdbl_convn(Type, Constructor, Real, Ima
[all...]
/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubycomplex.swg4 the complex Constructor method, and the Real and Imag complex
36 %define %swig_fromcplx_conv(Type, Real, Imag)
43 rb_float_new(Real(c)),
52 %define %swig_cplxdbl_conv(Type, Constructor, Real, Imag)
81 %swig_fromcplx_conv(Type, Real, Imag);
85 %define %swig_cplxflt_conv(Type, Constructor, Real, Imag)
119 %swig_fromcplx_conv(Type, Real, Imag);
122 #define %swig_cplxflt_convn(Type, Constructor, Real, Imag) \
123 %swig_cplxflt_conv(Type, Constructor, Real, Imag)
126 #define %swig_cplxdbl_convn(Type, Constructor, Real, Ima
[all...]
/macosx-10.10.1/swig-12/Lib/
H A Dconstraints.i63 %apply double { Real }; // Make everything defined for doubles
65 Real sqrt(Real NONNEGATIVE);
66 Real log(Real POSITIVE);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/MCParser/
H A DMCAsmLexer.h34 // Real values.
35 Real, enumerator in enum:llvm::AsmToken::TokenKind
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dvalid.tcl34 $w set 0,$j Real
47 ## Real
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsimula.vim56 " Real with optional exponent
58 " Real starting with a `.', optional exponent
H A Dclean.vim21 syn keyword cleanBasicType Int Real Char Bool String
H A Dframescript.vim324 \ Real
H A Dmma.vim64 syntax keyword mmaVariable Byte Character Expression Number Real String Word EndOfFile Integer Symbol
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.h75 Int, Real, Mult, Div, Mod, UnaryMinus, IsNSElement, enumerator in enum:__anon12817
H A Ddomxpath.c194 "Int", "Real", "Mult", "Div", "Mod", "UnaryMinus", "IsNSElement",
552 t->type = Real;
632 case Real: fprintf(stderr, "%f", t->realvalue); break;
1392 if ((a->type == Real) && (a->next == NULL)) {
4396 case Real:
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCParser/
H A DAsmLexer.cpp90 return AsmToken(AsmToken::Real,
H A DAsmParser.cpp803 case AsmToken::Real: {
2129 getLexer().isNot(AsmToken::Real) &&
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dprofile.test630 Procedure Call Stack Calls Real Time CPU Time
656 Procedure Call Stack Calls Real Time CPU Time
682 Procedure Call Stack Calls Real Time CPU Time
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-mc/
H A Dllvm-mc.cpp248 case AsmToken::Real:
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp877 if (Tok.is(AsmToken::Real)) {
994 if (getLexer().is(AsmToken::Integer) || getLexer().is(AsmToken::Real) ||
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dpt-br-refcard.tex66 % Translated from English to Portuguese by Rodrigo Real, send comments
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dtexinfo.tex4392 % Real @smallexample and @smalllisp (when @smallbook): use smaller fonts.
4515 % Real tab expansion
/macosx-10.10.1/uucp-11/uucp/
H A Dtexinfo.tex4266 % Real @smallexample and @smalllisp (when @smallbook): use smaller fonts.
4389 % Real tab expansion
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4494 if (Tok.is(AsmToken::Real)) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex4718 % Real tab expansion
/macosx-10.10.1/bc-21/bc/doc/
H A Dtexinfo.tex4212 % Real @smallexample and @smalllisp (when @smallbook): use smaller fonts.

Completed in 417 milliseconds

12