Home
last modified time | relevance | path

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

/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwa/
H A Djose_jwa_math.erl23 -export([exprem_fast/3]).
34 exprem_fast(B, E, M).
62 (exprem_fast(B, E, M) + M) rem M.
69 exprem_fast(B, E, M) when B < 0 andalso E rem 2 =/= 0 -> function
70 -exprem_fast(abs(B), E, M);
71 exprem_fast(B, E, M) when B < 0 -> function
72 exprem_fast(abs(B), E, M);
73 exprem_fast(B, E, M) -> function
/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwa/
H A Djose_jwa_math.erl23 -export([exprem_fast/3]).
34 exprem_fast(B, E, M).
62 (exprem_fast(B, E, M) + M) rem M.
69 exprem_fast(B, E, M) when B < 0 andalso E rem 2 =/= 0 -> function
70 -exprem_fast(abs(B), E, M);
71 exprem_fast(B, E, M) when B < 0 -> function
72 exprem_fast(abs(B), E, M);
73 exprem_fast(B, E, M) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwa/
H A Djose_jwa_math.erl23 -export([exprem_fast/3]).
34 exprem_fast(B, E, M).
62 (exprem_fast(B, E, M) + M) rem M.
69 exprem_fast(B, E, M) when B < 0 andalso E rem 2 =/= 0 -> function
70 -exprem_fast(abs(B), E, M);
71 exprem_fast(B, E, M) when B < 0 -> function
72 exprem_fast(abs(B), E, M);
73 exprem_fast(B, E, M) -> function