Home
last modified time | relevance | path

Searched refs:max32 (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dia_basic_ops32.h139 static PLATFORM_INLINE WORD32 max32(WORD32 a, WORD32 b) in max32() function
/external/rust/crates/half/src/
Dbinary16.rs996 let max32 = f32::from_bits(core::f32::INFINITY.to_bits() - 1); in test_f16_consts() localVariable
999 assert_eq!(core::f32::MAX, max32); in test_f16_consts()