Home
last modified time | relevance | path

Searched refs:different_sign (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c438 boolean different_sign; in do_clip_tri() local
451 different_sign = dp < 0.0f; in do_clip_tri()
453 different_sign = !(dp < 0.0f); in do_clip_tri()
456 if (different_sign) { in do_clip_tri()
475 * know dp != dp_prev from different_sign, above. in do_clip_tri()
/third_party/mbedtls/library/
H A Dbignum.c60 mbedtls_ct_condition_t different_sign, X_is_negative, Y_is_negative, result; in mbedtls_mpi_lt_mpi_ct() local
78 different_sign = mbedtls_ct_bool_ne(X_is_negative, Y_is_negative); // true if different sign in mbedtls_mpi_lt_mpi_ct()
79 result = mbedtls_ct_bool_and(different_sign, X_is_negative); in mbedtls_mpi_lt_mpi_ct()
93 * Store in result iff the signs are the same (i.e., iff different_sign == false). If in mbedtls_mpi_lt_mpi_ct()
97 mbedtls_ct_bool_and(mbedtls_ct_bool_not(different_sign), lt)); in mbedtls_mpi_lt_mpi_ct()

Completed in 5 milliseconds