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:different_sign
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pipe_clip.c
438
boolean
different_sign
;
in do_clip_tri()
local
451
different_sign
= dp < 0.0f;
in do_clip_tri()
453
different_sign
= !(dp < 0.0f);
in do_clip_tri()
456
if (
different_sign
) {
in do_clip_tri()
475
* know dp != dp_prev from
different_sign
, above.
in do_clip_tri()
/third_party/mbedtls/library/
H
A
D
bignum.c
60
mbedtls_ct_condition_t
different_sign
, X_is_negative, Y_is_negative, result;
in mbedtls_mpi_lt_mpi_ct()
local
78
different_sign
= mbedtls_ct_bool_ne(X_is_negative, Y_is_negative); // true if different sign
in mbedtls_mpi_lt_mpi_ct()
79
result = mbedtls_ct_bool_and(
different_sign
, X_is_negative);
in mbedtls_mpi_lt_mpi_ct()
93
* Store in result iff the signs are the same (i.e., iff
different_sign
== false). If
in mbedtls_mpi_lt_mpi_ct()
97
mbedtls_ct_bool_and(mbedtls_ct_bool_not(
different_sign
), lt));
in mbedtls_mpi_lt_mpi_ct()
Completed in 5 milliseconds