OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_denorm
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
Float16Test.cpp
60
static bool
is_denorm
(uint16_t h) {
function
77
alternate =
is_denorm
(h) ? 0.0f : expected;
103
if (
is_denorm
(expected)) {
/external/skqp/tests/
Float16Test.cpp
60
static bool
is_denorm
(uint16_t h) {
function
77
alternate =
is_denorm
(h) ? 0.0f : expected;
103
if (
is_denorm
(expected)) {
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
hex_float.h
689
const bool
is_denorm
= exponent == 0 && !is_zero;
local
701
if (
is_denorm
) {
901
bool
is_denorm
=
local
[
all
...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h
687
const bool
is_denorm
= exponent == 0 && !is_zero;
local
699
if (
is_denorm
) {
899
bool
is_denorm
=
local
[
all
...]
/external/valgrind/VEX/priv/
guest_ppc_toIR.c
[
all
...]
Completed in 993 milliseconds