OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_odd
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/wpa/dist/src/eap_common/
eap_pwd_common.c
149
u8 found_ctr = 0,
is_odd
= 0;
local
206
is_odd
= const_time_select_u8(
207
found,
is_odd
, pwe_digest[SHA256_MAC_LEN - 1] & 0x01);
293
is_eq = const_time_eq(
is_odd
, x_y[primebytelen - 1] & 0x01);
/src/external/lgpl3/mpc/dist/src/
pow.c
438
is_odd
(mpfr_srcptr y, mpfr_exp_t k)
function
622
if ((mpfr_cmp_ui (mpc_realref(x), 0) < 0) &&
is_odd
(mpc_realref(y), 1)
635
if (
is_odd
(mpc_realref(y), 0))
642
mpfr_integer_p (mpc_realref(y)) &&
is_odd
(mpc_realref(y), 0) == 0)
645
if (
is_odd
(mpc_realref(y), -1)) /* y/2 is odd */
/src/external/lgpl3/mpfr/dist/tests/
tpow_all.c
127
is_odd
(mpfr_srcptr x)
function
412
if ((MPFR_IS_NEG (x) &&
is_odd
(y)) ^ MPFR_IS_NEG (z))
421
if ((MPFR_IS_INF (y) || (mpfr_integer_p (y) && !
is_odd
(y)))
424
if (
is_odd
(y) &&
452
if ((MPFR_IS_NEG (x) &&
is_odd
(y)) ^ MPFR_IS_NEG (z))
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h
2586
bool
is_odd
= (am.mantissa & 1) == 1;
variable
2587
am.mantissa += uint64_t(cb(
is_odd
, is_halfway, is_above));
2760
round_nearest_tie_even(a, shift, [truncated](bool
is_odd
, bool is_halfway, bool is_above) -> bool {
2761
return is_above || (is_halfway && truncated) || (
is_odd
&& is_halfway);
2804
round_nearest_tie_even(a, shift, [ord](bool
is_odd
, bool _, bool __) -> bool {
2812
return
is_odd
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h
2578
bool
is_odd
= (am.mantissa & 1) == 1;
variable
2579
am.mantissa += uint64_t(cb(
is_odd
, is_halfway, is_above));
2752
round_nearest_tie_even(a, shift, [truncated](bool
is_odd
, bool is_halfway, bool is_above) -> bool {
2753
return is_above || (is_halfway && truncated) || (
is_odd
&& is_halfway);
2796
round_nearest_tie_even(a, shift, [ord](bool
is_odd
, bool _, bool __) -> bool {
2804
return
is_odd
;
Completed in 52 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026