Home
last modified time | relevance | path

Searched defs:different_sign (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/builtins/ppc/
DDD.h34 static __inline ALWAYS_INLINE int different_sign(double x, double y) { in different_sign() function
/external/compiler-rt/lib/builtins/ppc/
DDD.h34 static __inline ALWAYS_INLINE int different_sign(double x, double y) { in different_sign() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbinary_ops.cc136 auto different_sign = xla::Ne(xla::Lt(x, zero), xla::Lt(y, zero)); in FloorDivImpl() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c438 boolean different_sign; in do_clip_tri() local