OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNegative
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
tessellator.cpp
244
INT32
isNegative
= output & _fltSignBit;
257
else if (!
isNegative
&& output >= _fxpMaxPosValueFloat) // integer compare
265
else if (
isNegative
&& (output & ~_fltSignBit) >= _fxpMaxNegValueFloat)
289
if (
isNegative
)
330
if (
isNegative
)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/
tessellator.cpp
223
INT32
isNegative
= output & _fltSignBit;
236
else if (!
isNegative
&& output >= _fxpMaxPosValueFloat) // integer compare
244
else if (
isNegative
&& (output & ~_fltSignBit) >= _fxpMaxNegValueFloat)
268
if (
isNegative
)
309
if (
isNegative
)
/xsrc/external/mit/libXt/dist/src/
Converters.c
264
Boolean
isNegative
= False;
289
if (ch == '-' && !foundDigit && !
isNegative
&& !isPositive) {
290
isNegative
= True;
293
if (ch == '+' && !foundDigit && !
isNegative
&& !isPositive) {
300
if (
isNegative
)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir.cpp
410
ImmediateValue::
isNegative
() const
440
assert(!this->
isNegative
());
448
assert(!this->
isNegative
());
nv50_ir.h
838
bool
isNegative
() const;
nv50_ir_peephole.cpp
1101
} else if (!imm0.
isNegative
() && imm0.isPow2()) {
1122
if (imm0.
isNegative
())
1136
if (imm0.
isNegative
())
1172
if (imm0.
isNegative
())
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir.cpp
409
ImmediateValue::
isNegative
() const
439
assert(!this->
isNegative
());
447
assert(!this->
isNegative
());
nv50_ir.h
786
bool
isNegative
() const;
nv50_ir_peephole.cpp
1068
} else if (!imm0.
isNegative
() && imm0.isPow2()) {
1088
if (imm0.
isNegative
())
1101
if (imm0.
isNegative
())
1136
if (imm0.
isNegative
())
Completed in 25 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026