MCPcopy Create free account

hub / github.com/aurora-opensource/au / functions

Functions687 in github.com/aurora-opensource/au

↓ 711 callersFunctionSameTypeAndValue
au/testing.hh:33
↓ 124 callersFunctionmax
au/math.hh:352
↓ 91 callersMethodin
au/constant.hh:89
↓ 86 callersFunctionmax_good_value
au/overflow_boundary_test.cc:78
↓ 68 callersFunctionmin_good_value
au/overflow_boundary_test.cc:68
↓ 47 callersFunctionconcatenate
au/utility/string_constant.hh:219
↓ 44 callersFunctionas_quantity
au/quantity.hh:92
↓ 43 callersFunctionunit_ratio
au/unit_of_measure.hh:242
↓ 41 callersFunctionsqrt
au/math.hh:653
↓ 36 callersFunctionsquared
au/power_aliases.hh:54
↓ 30 callersFunctionmin
au/math.hh:384
↓ 29 callersFunctionceil_as
au/math.hh:618
↓ 29 callersFunctionfloor_as
au/math.hh:549
↓ 28 callersFunctioncommon_magnitude
au/magnitude.hh:282
↓ 26 callersMethodas
au/constant.hh:47
↓ 26 callersFunctionis_integer
au/magnitude.hh:270
↓ 25 callersFunctionmake_constant
au/constant.hh:128
↓ 25 callersFunctionsin
au/math.hh:647
↓ 24 callersFunctioncos
au/math.hh:209
↓ 23 callersFunctionabs
au/math.hh:122
↓ 22 callersFunctioncbrt
au/math.hh:159
↓ 22 callersFunctionis_prime
Check whether a number is prime.
au/utility/factoring.hh:26
↓ 22 callersFunctionround_as
au/math.hh:480
↓ 21 callersFunctioninverse
au/power_aliases.hh:46
↓ 21 callersFunctionroot
au/quantity.hh:650
↓ 20 callersFunctionclamp
au/math.hh:165
↓ 20 callersFunctioncubed
au/power_aliases.hh:62
↓ 20 callersFunctionstream_to_string
au/io_test.cc:34
↓ 19 callersFunctionarctan2
au/math.hh:146
↓ 19 callersFunctionas_string_constant
au/utility/string_constant.hh:45
↓ 19 callersFunctionmul_mod
(a * b) % n Precondition: (a < n). Precondition: (b < n).
au/utility/mod.hh:51
↓ 18 callersFunctionmiller_rabin
Perform a Miller-Rabin primality test on `n` using base `a`. Preconditions: `n` is odd, and at least as big as `a + 2`. Also, `2` is the smallest al
au/utility/probable_primes.hh:63
↓ 17 callersFunctiontan
au/math.hh:659
↓ 16 callersMethodshould_check
au/conversion_policy.hh:67
↓ 15 callersFunctionfind_prime_factor
Find the smallest factor which divides n. Undefined unless (n > 1).
au/utility/factoring.hh:94
↓ 15 callersMethodin
au/quantity.hh:202
↓ 15 callersFunctionlerp
au/math.hh:326
↓ 14 callersFunctionare_units_quantity_equivalent
au/unit_of_measure.hh:216
↓ 14 callersFunctionpopulate_max_non_overflowing_value
au/apply_rational_magnitude_to_integral_test.cc:132
↓ 13 callersFunctionas_raw_number
au/quantity.hh:109
↓ 13 callersFunctionchecked_int_pow
au/magnitude.hh:406
↓ 13 callersFunctionclamped_negate
au/overflow_boundary.hh:191
↓ 12 callersMethodcoerce_as
au/constant.hh:53
↓ 12 callersFunctionis_rational
au/magnitude.hh:265
↓ 11 callersFunctionapply_magnitude
au/apply_magnitude_test.cc:65
↓ 11 callersFunctionis_conversion_risk_policy
au/conversion_policy_test.cc:43
↓ 11 callersFunctionis_positive
au/magnitude.hh:260
↓ 11 callersFunctionnumerator
au/magnitude.hh:250
↓ 11 callersFunctionop_sequence
au/overflow_boundary_test.cc:88
↓ 11 callersFunctionremainder
au/math.hh:432
↓ 11 callersMethodsize
The string-length of this string (i.e., NOT including the null terminator).
au/utility/string_constant.hh:157
↓ 10 callersFunctionFitsAndProducesValue
au/magnitude_test.cc:456
↓ 10 callersFunctionceil_in
au/math.hh:584
↓ 10 callersFunctionfloor_in
au/math.hh:515
↓ 10 callersFunctionmap_to_au
au/chrono_policy_validation.hh:68
↓ 10 callersFunctionorigin_displacement
au/quantity_point.hh:58
↓ 10 callersFunctionpopulate_min_non_overflowing_value
au/apply_rational_magnitude_to_integral_test.cc:306
↓ 10 callersFunctionround_in
au/math.hh:445
↓ 9 callersFunctioncommon_unit
au/unit_of_measure.hh:263
↓ 9 callersFunctionis_unit
au/unit_of_measure.hh:198
↓ 8 callersFunctionadd_mod
(a + b) % n Precondition: (a < n). Precondition: (b < n).
au/utility/mod.hh:27
↓ 8 callersFunctioncopysign
au/math.hh:191
↓ 8 callersFunctiongcd
au/utility/probable_primes.hh:108
↓ 8 callersFunctionhalf_mod_odd
(a / 2) % n Precondition: (a < n). Precondition: (n is odd). If `a` is even, this is of course simply `a / 2` (because `(a < n)` as a precondition).
au/utility/mod.hh:80
↓ 8 callersFunctionhas_same_dimension
au/unit_of_measure.hh:210
↓ 8 callersFunctionisnan
au/math.hh:305
↓ 7 callersFunctionabs_as_unsigned
au/utility/string_constant.hh:98
↓ 7 callersFunctionarcsin
au/math.hh:134
↓ 7 callersFunctionbaillie_psw
Perform the Baillie-PSW test for primality. Returns `BAD_INPUT` for any number less than 2, `COMPOSITE` for any larger number that is _known_ to be p
au/utility/probable_primes.hh:332
↓ 7 callersFunctionbool_sign
Map `true` onto `1`, and `false` onto `0`. The conversions `true` -> `1` and `false` -> `0` are guaranteed by the standard. This is a branchless imp
au/utility/probable_primes.hh:121
↓ 7 callersFunctioncmp_less
au/stdx/utility.hh:45
↓ 7 callersFunctiondivide_by_mag
au/overflow_boundary.hh:331
↓ 7 callersFunctionjacobi_symbol
au/utility/probable_primes.hh:174
↓ 7 callersFunctionjoin_by
au/utility/string_constant.hh:224
↓ 7 callersFunctionprint_to_string
fuzz/quantity_runtime_conversion_check.cc:407
↓ 7 callersFunctionwill_conversion_overflow
au/quantity.hh:659
↓ 6 callersFunctionarccos
au/math.hh:128
↓ 6 callersFunctionarctan
au/math.hh:140
↓ 6 callersFunctioncmp
au/operators_test.cc:36
↓ 6 callersFunctioncmp_equal
au/stdx/utility.hh:29
↓ 6 callersMethodcoerce_in
au/constant.hh:83
↓ 6 callersFunctiondenominator
au/magnitude.hh:255
↓ 6 callersFunctionfmod
au/math.hh:215
↓ 6 callersFunctioninteger_part
au/magnitude.hh:234
↓ 6 callersFunctioninverse_as
au/math.hh:287
↓ 6 callersFunctionstream_to_string
au/chrono_interop_test.cc:31
↓ 6 callersFunctionsub_mod
(a - b) % n Precondition: (a < n). Precondition: (b < n).
au/utility/mod.hh:39
↓ 6 callersFunctionsymbol_for
au/unit_symbol.hh:46
↓ 6 callersFunctionusing_common_point_unit
au/quantity_point.hh:316
↓ 5 callersFunctionConsistentlyLessThan
au/testing.hh:143
↓ 5 callersMethodas
au/quantity_point.hh:134
↓ 5 callersFunctiondecompose
Express any positive `n` as `(2^s * d)`, where `d` is odd. Preconditions: `n` is positive.
au/utility/probable_primes.hh:45
↓ 5 callersFunctionis_dimensionless
au/unit_of_measure.hh:228
↓ 5 callersMethodjoin
au/utility/string_constant.hh:164
↓ 5 callersFunctionmultiplicity
Find the largest power of `factor` which divides `n`. Undefined unless n > 0, and factor > 1.
au/utility/factoring.hh:125
↓ 5 callersFunctionstream_to_string
release/au_hh_test.cc:35
↓ 5 callersFunctionwill_conversion_truncate
au/quantity.hh:675
↓ 4 callersFunctionare_units_point_equivalent
au/unit_of_measure.hh:222
↓ 4 callersFunctioncan_overflow_above
au/overflow_boundary_test.cc:98
↓ 4 callersFunctioncan_overflow_below
au/overflow_boundary_test.cc:93
next →1–100 of 687, ranked by callers