Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:is_one
(Results
1 - 18
of
18
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_nir_opt_outputs.c
76
bool is_zero[4] = {0},
is_one
[4] = {0};
in ac_eliminate_const_output()
82
is_one
[i] = true;
in ac_eliminate_const_output()
87
is_one
[i] = true;
in ac_eliminate_const_output()
100
else if (
is_one
[3])
in ac_eliminate_const_output()
104
} else if (
is_one
[0] &&
is_one
[1] &&
is_one
[2]) {
in ac_eliminate_const_output()
107
else if (
is_one
[3])
in ac_eliminate_const_output()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
opt_algebraic.cpp
112
return (ir == NULL) ? false : ir->
is_one
();
in is_vec_one()
897
outer_const->
is_one
())
in handle_expression()
902
inner_const->
is_one
() &&
in handle_expression()
920
inner_const->
is_one
() &&
in handle_expression()
927
outer_const->
is_one
())
in handle_expression()
H
A
D
ir.cpp
42
bool ir_rvalue::
is_one
() const
in is_one()
function in ir_rvalue
1640
ir_constant::
is_one
() const
in is_one()
function in ir_constant
2303
if (expr->operands[0]->
is_one
())
in try_min_one()
2306
if (expr->operands[1]->
is_one
())
in try_min_one()
H
A
D
ir.h
271
* \sa ir_constant::has_value, ir_rvalue::
is_one
, ir_rvalue::is_negative_one
285
virtual bool
is_one
() const;
295
* \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::
is_one
2331
* \sa ir_constant::is_zero, ir_constant::
is_one
,
2343
virtual bool
is_one
() const;
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_ir.h
59
bool
is_one
() const;
H
A
D
brw_fs_cmod_propagation.cpp
258
!(inst->src[1].
is_one
() &&
in opt_cmod_propagation_local()
H
A
D
brw_vec4_cmod_propagation.cpp
75
!(inst->src[1].
is_one
() &&
in opt_cmod_propagation_local()
H
A
D
brw_shader.cpp
789
backend_reg::
is_one
() const
in is_one()
function in backend_reg
H
A
D
brw_vec4.cpp
688
} else if (inst->src[1].
is_one
()) {
in opt_algebraic()
H
A
D
brw_fs.cpp
2615
if (inst->src[1].
is_one
()) {
2753
if (inst->src[1].
is_one
()) {
2758
} else if (inst->src[2].
is_one
()) {
/third_party/astc-encoder/Source/
H
A
D
astcenc_vecmathlib.h
446
vmask4
is_one
= p == vint4(0xFFFF);
467
vint4 r = select(p, fp16_one,
is_one
);
/third_party/mesa3d/src/mesa/main/
H
A
D
light.c
206
bool
is_one
= params[0] == 1.0f;
in do_light()
local
209
if (old_is_one !=
is_one
) {
in do_light()
/third_party/node/deps/openssl/openssl/crypto/ec/
H
A
D
ecp_nistz256.c
222
static BN_ULONG
is_one
(const BIGNUM *z)
in is_one()
function
810
is_one
(generator->Z);
in ecp_nistz256_is_affine_G()
1165
r->Z_is_one =
is_one
(r->Z) & 1;
in ecp_nistz256_points_mul()
/third_party/openssl/crypto/ec/
H
A
D
ecp_nistz256.c
222
static BN_ULONG
is_one
(const BIGNUM *z)
in is_one()
function
810
is_one
(generator->Z);
in ecp_nistz256_is_affine_G()
1165
r->Z_is_one =
is_one
(r->Z) & 1;
in ecp_nistz256_points_mul()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
PatternMatch.h
400
struct
is_one
{
struct
405
inline cst_pred_ty<
is_one
> m_One() {
in m_One()
406
return cst_pred_ty<
is_one
>();
in m_One()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
folding_rules.cpp
1445
bool
is_one
= (width == 32) ? int_constant->GetU32BitValue() == 1u
1447
if (
is_one
) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
folding_rules.cpp
1445
bool
is_one
= (width == 32) ? int_constant->GetU32BitValue() == 1u
1447
if (
is_one
) {
/third_party/spirv-tools/source/opt/
H
A
D
folding_rules.cpp
1601
bool
is_one
= (width == 32) ? int_constant->GetU32BitValue() == 1u
1603
if (
is_one
) {
Completed in 69 milliseconds