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:rcpps
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/codegen/ia32/
H
A
D
sse-instr.h
12
V(
rcpps
, 0F, 53) \
/third_party/node/deps/v8/src/codegen/x64/
H
A
D
sse-instr.h
12
V(
rcpps
, 0F, 53) \
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
x86.hpp
30
RValue<Float4>
rcpps
(RValue<Float4> val);
H
A
D
LLVMReactor.cpp
2973
//
rcpps
uses a piecewise-linear approximation which minimizes the relative error
in RcpApprox()
2975
return x86::
rcpps
(x) * Float4(1.0f / _mm_cvtss_f32(_mm_rcp_ss(_mm_set_ps1(1.0f))));
in RcpApprox()
2977
return x86::
rcpps
(x);
in RcpApprox()
3185
//
rcpps
uses a piecewise-linear approximation which minimizes the relative error
in Rcp_pp()
3187
return x86::
rcpps
(x) * Float4(1.0f / _mm_cvtss_f32(_mm_rcp_ss(_mm_set_ps1(1.0f))));
in Rcp_pp()
3189
return x86::
rcpps
(x);
in Rcp_pp()
3729
RValue<Float4>
rcpps
(RValue<Float4> val)
in rcpps()
function
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H
A
D
macro-assembler-shared-ia32-x64.h
328
AVX_OP(Rcpps,
rcpps
)
/third_party/ffmpeg/libavutil/x86/
H
A
D
x86inc.asm
1547
AVX_INSTR
rcpps
, sse
/third_party/mesa3d/src/mesa/x86/
H
A
D
assyntax.h
1683
#define RCPPS(a, b)
rcpps
P_ARG2(a, b)
Completed in 19 milliseconds