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:exp2
(Results
26 - 29
of
29
) sorted by relevance
1
2
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsBuiltinPrecisionTests.cpp
2147
ExprP<float>
exp2
(const ExprP<float>& x) { return app<Exp2>(x); }
in exp2()
function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H
A
D
vktShaderBuiltinPrecisionTests.cpp
2802
ExprP<T>
exp2
(const ExprP<T>& x) { return app<Exp2< Signature<T, T> > >(x); }
in exp2()
function
/third_party/skia/third_party/externals/wuffs/release/c/
H
A
D
wuffs-v0.3.c
12986
wuffs_base__private_implementation__high_prec_dec__round_just_enough( wuffs_base__private_implementation__high_prec_dec* h, int32_t
exp2
, uint64_t mantissa)
wuffs_base__private_implementation__high_prec_dec__round_just_enough()
argument
13498
int32_t
exp2
= 0;
wuffs_base__private_implementation__high_prec_dec__to_f64()
local
14043
int32_t
exp2
= ((int32_t)(bits >> 52)) & 0x7FF;
wuffs_base__render_number_f64()
local
[all...]
/third_party/astc-encoder/Source/
H
A
D
wuffs-v0.3.c
13882
wuffs_base__private_implementation__high_prec_dec__round_just_enough( wuffs_base__private_implementation__high_prec_dec* h, int32_t
exp2
, uint64_t mantissa)
wuffs_base__private_implementation__high_prec_dec__round_just_enough()
argument
14394
int32_t
exp2
= 0;
wuffs_base__private_implementation__high_prec_dec__to_f64()
local
14939
int32_t
exp2
= ((int32_t)(bits >> 52)) & 0x7FF;
wuffs_base__render_number_f64()
local
[all...]
Completed in 100 milliseconds
1
2