Home
last modified time | relevance | path

Searched refs:num_neg (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_div.c271 int num_n, div_n, num_neg; in bn_div_fixed_top() local
329 num_neg = num->neg; in bn_div_fixed_top()
330 res->neg = (num_neg ^ divisor->neg); in bn_div_fixed_top()
446 snum->neg = num_neg; in bn_div_fixed_top()
/third_party/openssl/crypto/bn/
Dbn_div.c271 int num_n, div_n, num_neg; in bn_div_fixed_top() local
329 num_neg = num->neg; in bn_div_fixed_top()
330 res->neg = (num_neg ^ divisor->neg); in bn_div_fixed_top()
446 snum->neg = num_neg; in bn_div_fixed_top()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dduration.cc365 const bool num_neg = num < ZeroDuration(); in IDivDuration() local
367 const bool quotient_neg = num_neg != den_neg; in IDivDuration()
370 *rem = num_neg ? -InfiniteDuration() : InfiniteDuration(); in IDivDuration()
391 *rem = MakeDurationFromU128(remainder128, num_neg); in IDivDuration()