OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_scalar
(Results
1 - 14
of
14
) sorted by null
/external/astl/include/
algorithm
159
const bool
is_scalar
= std::
is_scalar
<_T>::value;
160
__fill<
is_scalar
>::fill(begin, end, value);
222
const bool
is_scalar
= std::
is_scalar
<_T>::value;
223
return __fill_n<
is_scalar
>::fill_n(begin, n, value);
type_traits.h
141
//
is_scalar
144
struct
is_scalar
struct in namespace:std
/external/mesa3d/src/glsl/
ir_validate.cpp
296
if (ir->operands[0]->type->
is_scalar
())
298
else if (ir->operands[1]->type->
is_scalar
())
321
|| ir->operands[0]->type->
is_scalar
());
339
if (ir->operands[0]->type->
is_scalar
()) {
340
assert(ir->operands[1]->type->
is_scalar
());
389
assert(ir->operands[0]->type->
is_scalar
());
391
assert(ir->operands[1]->type->
is_scalar
());
397
assert(ir->operands[0]->type->
is_scalar
());
399
assert(ir->operands[1]->type->
is_scalar
());
401
assert(ir->operands[2]->type->
is_scalar
());
[
all
...]
ir.cpp
133
if (v->type->
is_scalar
())
158
if (lhs->type->
is_scalar
() || lhs->type->is_vector()) {
185
else if (rhs->type->
is_scalar
())
305
if (op0->type->
is_scalar
()) {
307
} else if (op1->type->
is_scalar
()) {
319
if (op0->type->
is_scalar
()) {
321
} else if (op1->type->
is_scalar
()) {
513
assert(type->
is_scalar
() || type->is_vector() || type->is_matrix()
553
if (value->type->
is_scalar
() && value->next->is_tail_sentinel()) {
837
if (!this->type->
is_scalar
() && !this->type->is_vector()
[
all
...]
ast_to_hir.cpp
211
if (type_a->
is_scalar
() && type_b->
is_scalar
())
219
if (type_a->
is_scalar
()) {
220
if (!type_b->
is_scalar
())
222
} else if (type_b->
is_scalar
()) {
230
assert(!type_a->
is_scalar
());
231
assert(!type_b->
is_scalar
());
427
if (type_a->
is_scalar
())
483
|| !type_a->
is_scalar
()
484
|| !type_b->
is_scalar
()) {
[
all
...]
opt_constant_propagation.cpp
126
if (!type->
is_scalar
() && !type->is_vector())
363
if (!var->type->is_vector() && !var->type->
is_scalar
())
419
if (!deref->var->type->is_vector() && !deref->var->type->
is_scalar
())
glsl_types.h
229
bool
is_scalar
() const
function in struct:glsl_type
lower_mat_op_to_vec.cpp
461
assert(op_var[1]->type->
is_scalar
());
469
assert(op_var[0]->type->
is_scalar
());
ir_constant_expression.cpp
75
bool op0_scalar = op[0]->type->
is_scalar
();
76
bool op1_scalar = op[1] != NULL && op[1]->type->
is_scalar
();
1047
unsigned c1_inc = op[1]->type->
is_scalar
() ? 0 : 1;
1048
unsigned c2_inc = op[2]->type->
is_scalar
() ? 0 : 1;
[
all
...]
opt_algebraic.cpp
169
if (expr->type->is_vector() && operand->type->
is_scalar
()) {
ast_function.cpp
308
if (src->type->
is_scalar
()) {
472
return (p->type->
is_scalar
() && p->next->is_tail_sentinel());
[
all
...]
ir_reader.cpp
662
if (mask == 0 && (lhs->type->is_vector() || lhs->type->
is_scalar
())) {
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php
310
if (
is_scalar
($this->parameters[$name])) {
732
} else if (
is_scalar
($input)) {
833
if (
is_scalar
($parsed_parameters[$parameter])) {
/external/clang/test/SemaCXX/
type-traits.cpp
605
void
is_scalar
()
function
[
all
...]
Completed in 724 milliseconds