Home
last modified time | relevance | path

Searched defs:tiny (Results 1 – 25 of 87) sorted by relevance

1234

/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DMediaCodecListTest.java139 public void assertEqualsOrSuperset(Set big, Set tiny, boolean superset) { in assertEqualsOrSuperset()
164 CodecCapabilities big, CodecCapabilities tiny, boolean superset) { in assertEqualsOrSuperset()
180 MediaCodecInfo big, MediaCodecInfo tiny, boolean superset) { in assertEqualsOrSuperset()
193 public void assertSuperset(MediaCodecInfo big, MediaCodecInfo tiny) { in assertSuperset()
197 public void assertEquals(MediaCodecInfo big, MediaCodecInfo tiny) { in assertEquals()
/aosp_15_r20/external/fdlibm/
H A Ds_tanh.c41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable
H A De_sqrt.c86 static const double one = 1.0, tiny=1.0e-300; variable
88 static double one = 1.0, tiny=1.0e-300; variable
/aosp_15_r20/device/google/contexthub/firmware/lib/libm/
Def_sqrt.c19 static const float one = 1.0, tiny=1.0e-30; variable
21 static float one = 1.0, tiny=1.0e-30; variable
/aosp_15_r20/external/clang/test/CodeGen/
H A Dstruct-union-BE.c9 struct tiny { struct
18 struct tiny x; in fstr() argument
H A Dsparcv9-abi.c102 struct tiny { struct
109 struct tiny f_tiny(struct tiny x) { in f_tiny() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.functions/
H A Dformat.verify.cpp92 struct tiny { struct
98 auto t = tiny{}; in P2418() argument
/aosp_15_r20/external/pytorch/test/cpp/rpc/
H A Dtest_wire_serialization.cpp46 at::Tensor tiny = main.select(0, 2); // Select a row in the middle in TEST() local
61 at::Tensor tiny = big.select(0, 2); // Select a row in the middle in TEST() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f128/
H A Dtests.rs238 let tiny = f128::from_bits(TINY_BITS); in test_next_up() localVariable
268 let tiny = f128::from_bits(TINY_BITS); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/f128/
H A Dtests.rs238 let tiny = f128::from_bits(TINY_BITS); in test_next_up() localVariable
268 let tiny = f128::from_bits(TINY_BITS); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f128/
H A Dtests.rs238 let tiny = f128::from_bits(TINY_BITS); in test_next_up() localVariable
268 let tiny = f128::from_bits(TINY_BITS); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f16/
H A Dtests.rs244 let tiny = f16::from_bits(TINY_BITS); in test_next_up() localVariable
274 let tiny = f16::from_bits(TINY_BITS); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f16/
H A Dtests.rs244 let tiny = f16::from_bits(TINY_BITS); in test_next_up() localVariable
274 let tiny = f16::from_bits(TINY_BITS); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/f16/
H A Dtests.rs244 let tiny = f16::from_bits(TINY_BITS); in test_next_up() localVariable
274 let tiny = f16::from_bits(TINY_BITS); in test_next_down() localVariable
/aosp_15_r20/external/eigen/test/
H A Darray_cwise.cpp457 const RealScalar tiny = sqrt(std::numeric_limits<RealScalar>::epsilon()); in array_real() local
569 const RealScalar tiny = std::sqrt(std::numeric_limits<RealScalar>::epsilon()); in array_complex() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs324 let tiny = f64::from_bits(1); in test_next_up() localVariable
356 let tiny = f64::from_bits(1); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs334 let tiny = f32::from_bits(1); in test_next_up() localVariable
367 let tiny = f32::from_bits(1); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs334 let tiny = f32::from_bits(1); in test_next_up() localVariable
367 let tiny = f32::from_bits(1); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs352 let tiny = f64::from_bits(TINY_BITS); in test_next_up() localVariable
384 let tiny = f64::from_bits(TINY_BITS); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs352 let tiny = f64::from_bits(TINY_BITS); in test_next_up() localVariable
384 let tiny = f64::from_bits(TINY_BITS); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs324 let tiny = f64::from_bits(1); in test_next_up() localVariable
356 let tiny = f64::from_bits(1); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs352 let tiny = f64::from_bits(TINY_BITS); in test_next_up() localVariable
384 let tiny = f64::from_bits(TINY_BITS); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs362 let tiny = f32::from_bits(TINY_BITS); in test_next_up() localVariable
395 let tiny = f32::from_bits(TINY_BITS); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs362 let tiny = f32::from_bits(TINY_BITS); in test_next_up() localVariable
395 let tiny = f32::from_bits(TINY_BITS); in test_next_down() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs362 let tiny = f32::from_bits(TINY_BITS); in test_next_up() localVariable
395 let tiny = f32::from_bits(TINY_BITS); in test_next_down() localVariable

1234