OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIFFERENT_SIGNS
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_clip.c
49
#ifndef
DIFFERENT_SIGNS
50
#define
DIFFERENT_SIGNS
(x, y) ((x) * (y) <= 0.0F && (x) - (y) != 0.0F)
361
if (
DIFFERENT_SIGNS
(dp, dp_prev)) {
379
* know dp != dp_prev from
DIFFERENT_SIGNS
, above.
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c
49
#ifndef
DIFFERENT_SIGNS
50
#define
DIFFERENT_SIGNS
(x, y) ((x) * (y) <= 0.0F && (x) - (y) != 0.0F)
361
if (
DIFFERENT_SIGNS
(dp, dp_prev)) {
379
* know dp != dp_prev from
DIFFERENT_SIGNS
, above.
/external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h
241
***
DIFFERENT_SIGNS
: test if two floats have opposite signs
244
#define
DIFFERENT_SIGNS
(x,y) ((GET_FLOAT_BITS(x) ^ GET_FLOAT_BITS(y)) & (1<<31))
249
#define
DIFFERENT_SIGNS
(x,y) ((x) * (y) <= 0.0F && (x) - (y) != 0.0F)
/external/mesa3d/src/mesa/main/
imports.h
239
***
DIFFERENT_SIGNS
: test if two floats have opposite signs
242
#define
DIFFERENT_SIGNS
(x,y) ((GET_FLOAT_BITS(x) ^ GET_FLOAT_BITS(y)) & (1<<31))
247
#define
DIFFERENT_SIGNS
(x,y) ((x) * (y) <= 0.0F && (x) - (y) != 0.0F)
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_cliptmp.h
48
if (
DIFFERENT_SIGNS
(dp, dpPrev)) { \
51
* know dp != dpPrev from
DIFFERENT_SIGNS
, above. \
/external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h
48
if (
DIFFERENT_SIGNS
(dp, dpPrev)) { \
51
* know dp != dpPrev from
DIFFERENT_SIGNS
, above. \
Completed in 1463 milliseconds