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
defs:OVT
(Results
1 - 4
of
4
) sorted by relevance
/third_party/rust/crates/minimal-lexical/src/
H
A
D
libm.rs
56
const
OVT
: f32 = 4.2995665694e-08; /* -(128-log2(ovfl+.5ulp)) */
in powf()
consts
611
const
OVT
: f64 = 8.0085662595372944372e-017; /* -(1024-log2(ovfl+.5ulp)) */
in powd()
consts
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
LegalizeTypesGeneric.cpp
285
EVT
OVT
= N->getValueType(0);
in ExpandRes_VAARG()
local
343
EVT
OVT
= N->getOperand(0).getValueType();
in ExpandOp_BITCAST()
local
H
A
D
LegalizeIntegerTypes.cpp
413
EVT
OVT
= N->getValueType(0);
in PromoteIntRes_BITREVERSE()
local
451
EVT
OVT
= N->getValueType(0);
in PromoteIntRes_CTLZ()
local
469
EVT
OVT
= N->getValueType(0);
in PromoteIntRes_CTTZ()
local
857
EVT
OVT
= N->getOperand(0).getValueType();
in PromoteIntRes_SADDSUBO()
local
1069
EVT
OVT
= N->getOperand(0).getValueType();
PromoteIntRes_UADDSUBO()
local
1440
EVT
OVT
= N->getOperand(0).getValueType();
PromoteIntOp_BUILD_PAIR()
local
[all...]
H
A
D
LegalizeVectorTypes.cpp
1878
EVT
OVT
= N->getValueType(0);
in SplitVecRes_VAARG()
local
Completed in 17 milliseconds