OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_NEGATIVE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_clip.c
45
#ifndef
IS_NEGATIVE
46
#define
IS_NEGATIVE
(X) ((X) < 0.0)
353
if (!
IS_NEGATIVE
(dp_prev)) {
377
if (
IS_NEGATIVE
(dp)) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h
223
***
IS_NEGATIVE
: test if float is negative
232
#define
IS_NEGATIVE
(x) (GET_FLOAT_BITS(x) < 0)
234
#define
IS_NEGATIVE
(x) (x < 0.0F)
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c
45
#ifndef
IS_NEGATIVE
46
#define
IS_NEGATIVE
(X) ((X) < 0.0)
353
if (!
IS_NEGATIVE
(dp_prev)) {
377
if (
IS_NEGATIVE
(dp)) {
/external/mesa3d/src/mesa/main/
imports.h
223
***
IS_NEGATIVE
: test if float is negative
232
#define
IS_NEGATIVE
(x) (GET_FLOAT_BITS(x) < 0)
234
#define
IS_NEGATIVE
(x) (x < 0.0F)
Completed in 556 milliseconds