Searched refs:operators (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoy.ml6 (* Install standard binary operators.
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml21 (* operators *)
H A Dtoy.ml13 (* Install standard binary operators.
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml21 (* operators *)
H A Dtoy.ml13 (* Install standard binary operators.
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoy.ml8 (* Install standard binary operators.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpostscr.vim10 " postscr_display - include display PS operators
14 " postscr_andornot_binary - highlight and, or, and not as binary operators (not logical)
96 " PS level 1 operators - common to all levels (well ...)
98 " Stack operators
101 " Math operators
105 " Array operators
110 " Dictionary operators
115 " String operators
118 " Logic operators
133 " Control operators
[all...]
H A Dabap.vim99 " Atritmitic operators
103 " String operators
106 " Table operators
109 " Table operators (SELECT operators)
H A Dcpp.vim36 " The minimum and maximum operators in GNU C++
H A Dtsscl.vim54 " rational and logical operators
65 " algebraic operators:
H A Dchaiscript.vim61 " Intentionally leaving out all of the normal, well known operators
H A Dresolv.vim16 " Errors, comments and operators
H A Drebol.vim88 " Math operators
94 " Binary operators
96 " Logic operators
H A Dahdl.vim53 " operators
H A Dampl.vim57 "conflict between functions max, min and operators max, min
H A Dscilab.vim36 " Delimiters and operators.
/macosx-10.10.1/swig-12/Source/Modules/
H A Dperl5.cxx29 -nocppcast - Disable C++ casting operators, useful for generating bugs\n\
30 -cppcast - Enable C++ casting operators\n\
117 static Hash *operators = 0; variable
1200 operators = NewHash();
1235 for (ki = First(operators); ki.key; ki = Next(ki)) {
1349 Delete(operators);
1350 operators = 0;
1369 DohSetInt(operators, "__eq__", 1);
1372 DohSetInt(operators, "__ne__", 1);
1375 DohSetInt(operators, "__assign_
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcoffeescript.js25 var operators = /^(?:->|=>|\+[+=]?|-[\-=]?|\*[\*=]?|\/[\/=]?|[=!]=|<[><]?=?|>>?=?|%=?|&=?|\|=?|\^=?|\~|!|\?)/;
148 // Handle operators and delimiters
149 if (stream.match(operators) || stream.match(wordOperators)) {
H A Dsass.js22 var operators = ["\\(", "\\)", "=", ">", "<", "==", ">=", "<=", "\\+", "-", "\\!=", "/", "\\*", "%", "and", "or", "not"];
23 var opRegexp = tokenRegexp(operators);
/macosx-10.10.1/kext_tools-384.1.4/
H A DQEQuery.c61 /* Lookup operators by default token to client-defined token (which
64 CFMutableDictionaryRef operators; member in struct:__QEQuery
77 * Internal query element keys for the basic operators and such.
170 result->operators = CFDictionaryCreateMutable(kCFAllocatorDefault,
173 if (!result->operators) {
218 if (query->operators) CFRelease(query->operators);
239 * QEQuerySetOperators() -- all operators must have a definition, so if NULL is
250 CFDictionarySetValue(query->operators, CFSTR(kQEQueryTokenAnd),
252 CFDictionarySetValue(query->operators, CFST
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml13 (* Install standard binary operators.
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml13 (* Install standard binary operators.
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/serial/
H A Dpexpression.inc225 terminal symbol operators.
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Heap071/
H A DElem.pm105 Perl operators <=> and cmp cause the smaller value to be returned
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Heap071/
H A DElem.pm105 Perl operators <=> and cmp cause the smaller value to be returned

Completed in 112 milliseconds

123