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:DE_RCP_FRAC_BITS
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/debase/
H
A
D
deInt32.c
76
* result = exp2(exp) * rcp / (1<<
DE_RCP_FRAC_BITS
).
166
result = deSafeMuluAsr32(result, (2u<<
DE_RCP_FRAC_BITS
) - tmp,
DE_RCP_FRAC_BITS
);
in deRcp32()
170
result = deSafeMuluAsr32(result, (2u<<
DE_RCP_FRAC_BITS
) - tmp,
DE_RCP_FRAC_BITS
);
in deRcp32()
H
A
D
deInt32Test.c
47
deUint32 rcp = (deUint32)((1u <<
DE_RCP_FRAC_BITS
) / ((double)val / (1<<RCP_LUT_BITS)));
in deInt32_computeLUTs()
135
DE_TEST_ASSERT(rcp == (1u<<
DE_RCP_FRAC_BITS
));
in deInt32_selfTest()
147
const deUint32 EPS = 1u << (
DE_RCP_FRAC_BITS
- NUM_ACCURATE_BITS);
in deInt32_selfTest()
150
deUint32 ref = (deUint32)(((1.0f / (double)val) * (double)(1<<
DE_RCP_FRAC_BITS
)) * (double)(1u<<numBits));
in deInt32_selfTest()
H
A
D
deInt32.h
37
DE_RCP_FRAC_BITS
= 30 /*!< Number of fractional bits in deRcp32() result. */
enumerator
Completed in 3 milliseconds