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:abs_
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/src/opts/
H
A
D
SkRasterPipeline_opts.h
127
SI F
abs_
(F v) { return fabsf(v); }
in abs_()
function
203
SI F
abs_
(F v) { return vabsq_f32(v); }
365
SI F
abs_
(F v) { return _mm256_and_ps(v, 0-v); }
705
SI F
abs_
(F v) { return _mm_and_ps(v, 0-v); }
1726
c = (1.0f -
abs_
(2.0f * l - 1)) * s;
1729
F q = clamp_01(
abs_
(fract(hue) * 6.0f - 3.0f) - 1.0f);
2309
return
abs_
( (v-limit) - (limit+limit)*floor_((v-limit)*(invLimit*0.5f)) - limit );
2321
STAGE(mirror_x_1, Ctx::None) { r = clamp_01(
abs_
( (r-1.0f) - two(floor_((r-1.0f)*0.5f)) - 1.0f )); }
2489
F xabs =
abs_
(X),
2490
yabs =
abs_
(
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 27 milliseconds