OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operators
(Results
401 - 425
of
2192
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Index/
get-cursor.cpp
72
// Assignment
operators
76
// Unary
operators
90
// Arithmetic
operators
103
// Arithmetic-assignment
operators
116
// Logical
operators
127
// Special
operators
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h
52
/* If this bit is not set, then + and ? are
operators
, and \+ and \? are
54
If set, then \+ and \? are
operators
and + and ? are literals. */
106
/* If this bit is set, +, ? and | aren't recognized as
operators
.
145
/* If this bit is set, do not process the GNU regex
operators
.
146
If not set, then the GNU regex
operators
are recognized. */
248
isn't minimal, since other
operators
, such as \`, aren't disabled. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h
52
/* If this bit is not set, then + and ? are
operators
, and \+ and \? are
54
If set, then \+ and \? are
operators
and + and ? are literals. */
106
/* If this bit is set, +, ? and | aren't recognized as
operators
.
145
/* If this bit is set, do not process the GNU regex
operators
.
146
If not set, then the GNU regex
operators
are recognized. */
251
isn't minimal, since other
operators
, such as \`, aren't disabled. */
/toolchain/binutils/binutils-2.25/include/
xregex2.h
60
/* If this bit is not set, then + and ? are
operators
, and \+ and \? are
62
If set, then \+ and \? are
operators
and + and ? are literals. */
114
/* If this bit is set, +, ? and | aren't recognized as
operators
.
153
/* If this bit is set, do not process the GNU regex
operators
.
154
If not set, then the GNU regex
operators
are recognized. */
228
isn't minimal, since other
operators
, such as \`, aren't disabled. */
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_9.sh
133
run_test "spec/glsl-1.10/compiler/arithmetic-
operators
/division-by-zero-01.frag" 0.0 "bin/glslparsertest tests/spec/glsl-1.10/compiler/arithmetic-
operators
/division-by-zero-01.frag pass 1.10"
134
run_test "spec/glsl-1.10/compiler/arithmetic-
operators
/division-by-zero-02.frag" 0.0 "bin/glslparsertest tests/spec/glsl-1.10/compiler/arithmetic-
operators
/division-by-zero-02.frag pass 1.10"
135
run_test "spec/glsl-1.10/compiler/arithmetic-
operators
/modulus-00.frag" 0.0 "bin/glslparsertest tests/spec/glsl-1.10/compiler/arithmetic-
operators
/modulus-00.frag fail 1.10"
136
run_test "spec/glsl-1.10/compiler/assignment-
operators
/assign-array-prohibited.frag" 0.0 "bin/glslparsertest tests/spec/glsl-1.10/compiler/assignment-
operators
/assign-array-prohibited.frag fail 1.10"
137
run_test "spec/glsl-1.10/compiler/assignment-
operators
/assign-array-prohibited.vert" 0.0 "bin/glslparsertest tests/spec/glsl-1.10/compiler/assignment-
operators
/assign-array-prohibited.vert fail 1.10
[
all
...]
graphics_PiglitBVT_20.sh
190
run_test "spec/glsl-es-1.00/compiler/arithmetic-
operators
/division-by-zero-01.frag" 0.0 "bin/glslparsertest tests/spec/glsl-es-1.00/compiler/arithmetic-
operators
/division-by-zero-01.frag pass 1.00"
191
run_test "spec/glsl-es-1.00/compiler/arithmetic-
operators
/division-by-zero-02.frag" 0.0 "bin/glslparsertest tests/spec/glsl-es-1.00/compiler/arithmetic-
operators
/division-by-zero-02.frag pass 1.00"
192
run_test "spec/glsl-es-1.00/compiler/arithmetic-
operators
/modulus-00.frag" 0.0 "bin/glslparsertest tests/spec/glsl-es-1.00/compiler/arithmetic-
operators
/modulus-00.frag fail 1.00"
193
run_test "spec/glsl-es-1.00/compiler/assignment-
operators
/assign-array-prohibited.frag" 0.0 "bin/glslparsertest tests/spec/glsl-es-1.00/compiler/assignment-
operators
/assign-array-prohibited.frag fail 1.00"
194
run_test "spec/glsl-es-1.00/compiler/assignment-
operators
/assign-array-prohibited.vert" 0.0 "bin/glslparsertest tests/spec/glsl-es-1.00/compiler/assignment-
operators
/assign-array-prohibited.vert fail 1.00
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDepthTests.cpp
236
// Copy depth
operators
[
all
...]
/external/ltrace/
options.c
282
parse_filter(struct filter *filt, char *expr, int
operators
)
291
size_t s = strcspn(expr, &"-+@"[
operators
? 0 : 2]);
310
s = strcspn(next, &"-+"[
operators
? 0 : 2]);
382
recursive_parse_chain(const char *orig, char *expr, int
operators
)
392
if (parse_filter(filt, expr,
operators
) < 0) {
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp
133
// iterators whose dereference
operators
reference the same value
430
// Macros which describe the declarations of binary
operators
738
// Comparison operator implementation. The library supplied
operators
740
// iterator types. I.e. the library provides all
operators
752
// enable the user to turn off mixed type
operators
/cts/hostsidetests/sustainedperf/dhrystone/
dhry.h
238
* two
operators
240
* three
operators
275
* 2.
Operators
/cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java
75
// List of network
operators
that don't support SMS delivery report
147
// List of network
operators
that doesn't support Data(binary) SMS message
187
// List of network
operators
that doesn't support Maltipart SMS message
/external/clang/test/CodeGenCXX/
new.cpp
27
// Declare the reserved placement
operators
.
33
// Declare the replaceable global allocation
operators
.
39
// Declare some other placemenet
operators
.
/external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp
279
const std::string
operators
= "+-*/";
288
const std::string op = std::string("") + m_rnd.choose<char>(
operators
.begin(),
operators
.end());
/external/libchrome/base/strings/
string_piece.h
158
// Defines the types, methods,
operators
, and data members common to both
375
// StingPiece
operators
--------------------------------------------------------
401
// StringPiece16
operators
-----------------------------------------------------
/external/llvm/docs/tutorial/
LangImpl1.rst
65
User-defined
Operators
- This is a silly but fun chapter that talks
67
arbitrary unary and binary
operators
(with assignable precedence!).
112
support the if/then/else construct, a for loop, user defined
operators
,
OCamlLangImpl1.rst
65
User-defined
Operators
- This is a silly but fun chapter that talks
67
arbitrary unary and binary
operators
(with assignable precedence!).
105
support the if/then/else construct, a for loop, user defined
operators
,
/external/llvm/include/llvm/ADT/
PointerUnion.h
164
/// Assignment
operators
- Allow assigning into this union from either
320
/// Assignment
operators
- Allow assigning into this union from either
435
/// Assignment
operators
- Allow assigning into this union from either
/external/llvm/include/llvm/Analysis/
TargetFolder.h
47
// Binary
Operators
115
// Unary
Operators
165
// Cast/Conversion
Operators
/external/llvm/include/llvm/IR/
ConstantFolder.h
31
// Binary
Operators
103
// Unary
Operators
153
// Cast/Conversion
Operators
NoFolder.h
37
// Binary
Operators
153
// Unary
Operators
212
// Cast/Conversion
Operators
/external/v8/src/base/platform/
time.h
136
// Comparison
operators
.
209
// provided
operators
.
238
// Comparison
operators
/external/v8/test/unittests/compiler/
machine-operator-unittest.cc
170
// Pure
operators
.
296
// Optional
operators
.
367
// Pseudo
operators
.
/external/vulkan-validation-layers/libs/glm/detail/
type_vec4.hpp
207
// Unary arithmetic
operators
231
// Increment and decrement
operators
239
// Unary bit
operators
/external/vulkan-validation-layers/libs/glm/gtx/
dual_quaternion.inl
118
// tdualquat<valType>
operators
143
// tquat<valType> external
operators
248
// Boolean
operators
simd_mat4.inl
113
// mat4
operators
244
// Binary
operators
472
// Unary constant
operators
Completed in 684 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>