MCPcopy Create free account

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

Functions687 in github.com/aurora-opensource/au

↓ 4 callersFunctioncmp_greater_equal
au/stdx/utility.hh:63
↓ 4 callersFunctioncmp_less_equal
au/stdx/utility.hh:57
↓ 4 callersFunctioncubed
au/magnitude_test.cc:40
↓ 4 callersFunctionexpect_equal
single-file-test.cc:36
↓ 4 callersFunctionfits_in_unit_slot
au/unit_of_measure.hh:204
↓ 4 callersFunctionhypot
au/math.hh:184
↓ 4 callersFunctionis_unitless_unit
au/unit_of_measure.hh:234
↓ 4 callersFunctionpow_mod
(base ^ exp) % n
au/utility/mod.hh:85
↓ 4 callersFunctionsign
au/magnitude.hh:245
↓ 4 callersFunctionstrong_lucas
Perform a strong Lucas primality test on `n`.
au/utility/probable_primes.hh:291
↓ 4 callersFunctionunblock_int_div
au/quantity.hh:519
↓ 4 callersFunctionunit_sign
au/unit_of_measure.hh:248
↓ 4 callersFunctionusing_common_type
au/quantity.hh:727
↓ 3 callersFunctionConsistentlyEqualTo
au/testing.hh:125
↓ 3 callersFunctionConsistentlyGreaterThan
au/testing.hh:107
↓ 3 callersFunctionassociated_unit
au/unit_of_measure.hh:253
↓ 3 callersFunctioncompare
au/quantity_chrono_policy_correspondence_test.cc:51
↓ 3 callersFunctionexpect_arithmetic_works
au/operators_test.cc:93
↓ 3 callersFunctionin_radians
au/math.hh:51
↓ 3 callersFunctionis_conversion_lossy
au/quantity.hh:691
↓ 3 callersFunctionpow
au/quantity.hh:645
↓ 3 callersFunctionroot
au/magnitude.hh:219
↓ 3 callersFunctionstream_to_string
au/constant_test.cc:47
↓ 2 callersFunctionOpConsistentlyLessThan
au/operators_test.cc:50
↓ 2 callersFunctionabsolute_diff
au/utility/factoring.hh:40
↓ 2 callersFunctionas_char_array
au/utility/string_constant.hh:300
↓ 2 callersFunctioncmp_greater
au/stdx/utility.hh:51
↓ 2 callersFunctiondecompose_height
Decompose a height, given in inches, into the largest whole number of feet, plus the leftover inches. For example, `inches(17)` would be decomposed i
tutorial/103_unit_conversions_test.cc:99
↓ 2 callersFunctiondouble_strong_lucas_index
Produce the Lucas element whose index is twice the input element's index.
au/utility/probable_primes.hh:231
↓ 2 callersFunctionexpect_comparators_work
au/operators_test.cc:83
↓ 2 callersFunctionexpect_consistent_with
au/math_test.cc:310
↓ 2 callersFunctionfind_pollard_rho_factor
Pollard's rho algorithm, using Brent's cycle detection method. Precondition: `n` is known to be composite.
au/utility/factoring.hh:47
↓ 2 callersFunctionget_value_in_native_unit
au/unit_of_measure.hh:776
↓ 2 callersFunctioninverse_in
au/math.hh:236
↓ 2 callersFunctionis_forward_declared_unit_valid
au/unit_of_measure.hh:351
↓ 2 callersFunctionis_perfect_square
Test whether the number is a perfect square.
au/utility/probable_primes.hh:90
↓ 2 callersFunctionmake_common
au/unit_of_measure.hh:273
↓ 2 callersFunctionmean
au/math.hh:403
↓ 2 callersFunctionmiller_rabin_pseudoprimes_to_base_2
au/utility/test/probable_primes_test.cc:102
↓ 2 callersMethodnext_value
fuzz/quantity_runtime_conversion_checkers.hh:81
↓ 2 callersFunctionorigin_displacement_unit
au/unit_of_measure.hh:845
↓ 2 callersFunctionsame_type_ignoring_cvref
au/utility/type_traits.hh:48
↓ 2 callersFunctionstopping_accel_mpss
tutorial/101_quantity_makers.cc:129
↓ 2 callersFunctionstopping_distance_m
tutorial/102_api_types.cc:17
↓ 2 callersFunctionstring_size_unsigned
The string-length needed to hold a representation of this unsigned integer.
au/utility/string_constant.hh:110
↓ 2 callersFunctionstrong_lucas_pseudoprimes
au/utility/test/probable_primes_test.cc:220
↓ 2 callersFunctionx_squared_plus_t_mod_n
Compute the next step for Pollard's rho algorithm factoring `n`, with parameter `t`.
au/utility/factoring.hh:34
↓ 1 callersFunctionIsBetween
au/au_test.cc:45
↓ 1 callersFunctionall_true
au/packs.hh:586
↓ 1 callersFunctionarg_matches_target_within_tolerance
au/testing.hh:78
↓ 1 callersMethodas
au/quantity.hh:188
↓ 1 callersFunctionas_chrono_duration
au/chrono_interop.hh:76
↓ 1 callersMethodc_str
Get a C-string representation of this constant. (Note that the constructors have guaranteed a correct placement of the '\0'.)
au/utility/string_constant.hh:150
↓ 1 callersFunctioncategorize_mag_label
au/magnitude.hh:771
↓ 1 callersFunctioncbrt
au/power_aliases.hh:78
↓ 1 callersMethodchar_array
Get a (sizeof()-compatible) char array reference to the data.
au/utility/string_constant.hh:154
↓ 1 callersFunctioncmp_not_equal
au/stdx/utility.hh:35
↓ 1 callersFunctioncommon_point_unit
au/unit_of_measure.hh:268
↓ 1 callersFunctioncube
au/utility/test/factoring_test.cc:33
↓ 1 callersFunctiondistance
fuzz/quantity_runtime_conversion_check.cc:88
↓ 1 callersFunctiondouble_by_shorthand
au/quantity_test.cc:638
↓ 1 callersFunctionfind_first_D_with_jacobi_symbol_neg_one
The first `D` in the infinite sequence {5, -7, 9, -11, ...} whose Jacobi symbol is (-1) is the `D` we want to use for the Strong Lucas Probable Prime
au/utility/probable_primes.hh:212
↓ 1 callersFunctionfind_strong_lucas_element
Compute the strong Lucas sequence element at index `i`.
au/utility/probable_primes.hh:266
↓ 1 callersMethodformat
au/quantity.hh:943
↓ 1 callersFunctionincrement_strong_lucas_index
Find the next element in the Lucas sequence, using parameters for strong Lucas probable primes.
au/utility/probable_primes.hh:250
↓ 1 callersFunctionint_pow
au/math.hh:223
↓ 1 callersFunctionint_pow_impl
au/math.hh:65
↓ 1 callersFunctionis_ok_or_err_cannot_fit
au/overflow_boundary.hh:432
↓ 1 callersFunctionjacobi_symbol_positive_numerator
The Jacobi symbol (a/n) is defined for odd positive `n` and any integer `a` as the product of the Legendre symbols (a/p) for all prime factors `p` of
au/utility/probable_primes.hh:139
↓ 1 callersFunctionmag
au/magnitude.hh:320
↓ 1 callersFunctionmag_representation_equals
au/overflow_boundary.hh:383
↓ 1 callersFunctionmain
(argv)
update_docs.py:20
↓ 1 callersFunctionmake_common_point
au/unit_of_measure.hh:278
↓ 1 callersFunctionmeets_threshold
au/conversion_policy.hh:111
↓ 1 callersFunctionmiller_rabin_pseudoprimes_to_base_3
au/utility/test/probable_primes_test.cc:110
↓ 1 callersFunctionnext_higher
fuzz/quantity_runtime_conversion_check.cc:58
↓ 1 callersFunctionnext_higher_quantity
fuzz/quantity_runtime_conversion_check.cc:76
↓ 1 callersFunctionnext_lower
fuzz/quantity_runtime_conversion_check.cc:67
↓ 1 callersFunctionnext_lower_quantity
fuzz/quantity_runtime_conversion_check.cc:81
↓ 1 callersFunctionnum_units_in_product
au/quantity_test.cc:99
↓ 1 callersFunctionoverload_that_takes_a_quantity_or_a_combo
au/quantity_test.cc:140
↓ 1 callersFunctionoverload_that_takes_a_quantity_point_or_a_combo
au/quantity_point_test.cc:121
↓ 1 callersFunctionprint
fuzz/quantity_runtime_conversion_check.cc:41
↓ 1 callersFunctionprint_raw_number_and_quantity
tutorial/101_quantity_makers.cc:65
↓ 1 callersFunctionprint_to_string
au/fwd_test_lib.cc:30
↓ 1 callersFunctionproduct
au/magnitude.hh:591
↓ 1 callersFunctionround_sequentially
au/au_test.cc:61
↓ 1 callersFunctionsign_flip
fuzz/quantity_runtime_conversion_check.cc:238
↓ 1 callersFunctionsqrt
au/power_aliases.hh:70
↓ 1 callersFunctionsquare
au/utility/factoring.hh:135
↓ 1 callersFunctionstream_to_string
release/au_all_units_hh_test.cc:35
↓ 1 callersFunctionstream_to_string
au/quantity_point_test.cc:35
↓ 1 callersFunctionstring_size
The string-length needed to hold a representation of this integer.
au/utility/string_constant.hh:120
MethodAlwaysDivisibleQuantity
au/quantity.hh:551
MethodBreakdown
au/overflow_boundary_test.cc:122
FunctionFitsAndMatchesValue
au/magnitude_test.cc:448
FunctionOpConsistentlyEqual
au/operators_test.cc:72
FunctionOpConsistentlyGreaterThan
au/operators_test.cc:61
MethodQuantity
au/quantity.hh:154
MethodQuantityPoint
The default constructor produces a QuantityPoint whose value is default constructed. It exists to give you an object you can assign to. The main mot
au/quantity_point.hh:106
← previousnext →101–200 of 687, ranked by callers