Searched defs:exp_array (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/llvm-libc/test/src/math/ |
H A D | LdExpTest.h | 43 int exp_array[5] = {-INT_MAX - 1, -10, 0, 10, INT_MAX}; in testSpecialNumbers() local 54 int32_t exp_array[5] = {1, 2, 3, 4, 5}; in testPowersOfTwo() local 77 int32_t exp_array[] = {base_exponent + 5, base_exponent + 4, in testUnderflowToZeroOnNormal() local 90 int32_t exp_array[] = {base_exponent + 5, base_exponent + 4, in testUnderflowToZeroOnSubnormal() local
|
/aosp_15_r20/external/llvm-libc/test/src/math/smoke/ |
H A D | LdExpTest.h | 42 int exp_array[5] = {INT_MIN, -10, 0, 10, INT_MAX}; in testSpecialNumbers() local 65 int32_t exp_array[5] = {1, 2, 3, 4, 5}; in testPowersOfTwo() local 88 int32_t exp_array[] = {base_exponent + 5, base_exponent + 4, in testUnderflowToZeroOnNormal() local 101 int32_t exp_array[] = {base_exponent + 5, base_exponent + 4, in testUnderflowToZeroOnSubnormal() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/benches/num/int_pow/ |
H A D | mod.rs | 19 let exp_array: [u32; ITERATIONS] = localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/num/int_pow/ |
H A D | mod.rs | 19 let exp_array: [u32; ITERATIONS] = localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/num/int_pow/ |
H A D | mod.rs | 19 let exp_array: [u32; ITERATIONS] = localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/num/int_pow/ |
H A D | mod.rs | 19 let exp_array: [u32; ITERATIONS] = localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/num/int_pow/ |
H A D | mod.rs | 19 let exp_array: [u32; ITERATIONS] = localVariable
|