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:floatToHex
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuFloatFormat.cpp
227
std::string FloatFormat::
floatToHex
(double x) const
in floatToHex()
function in tcu::FloatFormat
262
floatToHex
(interval.lo()) + " }");
267
"[" +
floatToHex
(interval.lo()) + ", " +
floatToHex
(interval.hi()) + "]");
411
TCU_CHECK(m_fmt->
floatToHex
(p(0)) == "0x1.000000p0");
412
TCU_CHECK(m_fmt->
floatToHex
(p(8) + p(-4)) == "0x1.001000p8");
413
TCU_CHECK(m_fmt->
floatToHex
(p(-140)) == "0x0.000400p-126");
414
TCU_CHECK(m_fmt->
floatToHex
(p(-140)) == "0x0.000400p-126");
415
TCU_CHECK(m_fmt->
floatToHex
(p(-126) + p(-125)) == "0x1.800000p-125");
H
A
D
tcuFloatFormat.hpp
67
std::string
floatToHex
(double x) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H
A
D
vktShaderBuiltinPrecisionTests.cpp
581
os << fmt.
floatToHex
(res0) << " " << fmt.
floatToHex
(res1);
in doPrintValue16()
588
os << fmt.
floatToHex
(value);
in doPrintValue32()
595
os << fmt.
floatToHex
(value);
in doPrintValue64()
633
os << fmt.
floatToHex
(byte0) << " " << fmt.
floatToHex
(byte1) << " " << fmt.
floatToHex
(byte2) << " " << fmt.
floatToHex
(byte3);
in doPrintValue16()
643
os << fmt.
floatToHex
(res0) << " " << fmt.
floatToHex
(res
in doPrintValue32()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H
A
D
vktShaderBuiltinPrecisionTests.cpp
582
os << fmt.
floatToHex
(res0) << " " << fmt.
floatToHex
(res1);
in doPrintValue16()
589
os << fmt.
floatToHex
(value);
in doPrintValue32()
596
os << fmt.
floatToHex
(value);
in doPrintValue64()
634
os << fmt.
floatToHex
(byte0) << " " << fmt.
floatToHex
(byte1) << " " << fmt.
floatToHex
(byte2) << " " << fmt.
floatToHex
(byte3);
in doPrintValue16()
644
os << fmt.
floatToHex
(res0) << " " << fmt.
floatToHex
(res
in doPrintValue32()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsBuiltinPrecisionTests.cpp
354
os << fmt.
floatToHex
(value);
in doPrintValue()
Completed in 25 milliseconds