OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isposzero
(Results
1 - 13
of
13
) sorted by null
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math_conformance.rs
20
_RS_ASSERT(
isposzero
(rootn(0.f, 3)));
24
_RS_ASSERT(
isposzero
(rootn(0.f, 8)));
25
_RS_ASSERT(
isposzero
(rootn(-0.f, 8)));
shared.rsh
63
static bool
isposzero
(float f) {
74
return
isposzero
(f) || isnegzero(f);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math_conformance.rs
20
_RS_ASSERT(
isposzero
(rootn(0.f, 3)));
24
_RS_ASSERT(
isposzero
(rootn(0.f, 8)));
25
_RS_ASSERT(
isposzero
(rootn(-0.f, 8)));
shared.rsh
63
static bool
isposzero
(float f) {
74
return
isposzero
(f) || isnegzero(f);
/frameworks/rs/driver/runtime/
rs_cl.c
322
static bool
isposzero
(float f) {
function
333
return
isposzero
(f) || isnegzero(f);
[
all
...]
/external/llvm/include/llvm/ADT/
APFloat.h
400
bool
isPosZero
() const { return isZero() && !isNegative(); }
/external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp
169
if (!Imm || !Imm->getValueAPF().
isPosZero
())
/external/clang/lib/CodeGen/
CGExprAgg.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
361
return RealVal.
isPosZero
();
[
all
...]
/external/llvm/unittests/ADT/
APFloatTest.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
168
if (!CFPN->getValueAPF().
isPosZero
())
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 1582 milliseconds