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:min_precision
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
dxil_signature.h
54
uint32_t
min_precision
; // Minimum precision of input/output data
member
H
A
D
dxil_module.h
139
min_precision
: 1,
member
H
A
D
dxil_dump.c
158
PRINT_FEAT(
min_precision
);
in dump_features()
H
A
D
dxil_signature.c
505
elm->
min_precision
= DXIL_MIN_PREC_DEFAULT;
in fill_signature_element()
H
A
D
nir_to_dxil.c
1467
if (ctx->mod.feats.
min_precision
)
in get_module_flags()
/third_party/ffmpeg/libavformat/
H
A
D
nutenc.c
45
* at least as precise as 1/
min_precision
would be.
47
static AVRational choose_timebase(AVFormatContext *s, AVStream *st, int
min_precision
)
in choose_timebase()
argument
52
while (q.den / q.num <
min_precision
&& q.num % j == 0)
in choose_timebase()
54
while (q.den / q.num <
min_precision
&& q.den < (1<<24))
in choose_timebase()
Completed in 15 milliseconds