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:FP16_ONE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
half_float.h
42
#define
FP16_ONE
((uint16_t) 0x3c00)
macro
127
static float16_t one() { return float16_t(
FP16_ONE
); }
in one()
H
A
D
half_float.c
192
assert(s == 0 && val <=
FP16_ONE
); /* check 0 <= this <= 1 */
in _mesa_half_to_unorm8()
/third_party/mesa3d/src/mesa/main/
H
A
D
texcompress_astc.cpp
659
output[i*4+0] =
FP16_ONE
;
in decode()
661
output[i*4+2] =
FP16_ONE
;
in decode()
662
output[i*4+3] =
FP16_ONE
;
in decode()
1696
output[idx*4+0] = c[0] == 65535 ?
FP16_ONE
: _mesa_uint16_div_64k_to_half(c[0]);
1697
output[idx*4+1] = c[1] == 65535 ?
FP16_ONE
: _mesa_uint16_div_64k_to_half(c[1]);
1698
output[idx*4+2] = c[2] == 65535 ?
FP16_ONE
: _mesa_uint16_div_64k_to_half(c[2]);
1699
output[idx*4+3] = c[3] == 65535 ?
FP16_ONE
: _mesa_uint16_div_64k_to_half(c[3]);
Completed in 4 milliseconds