Home
last modified time | relevance | path

Searched defs:max32 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/test/
Dfloat_lit3.go23 max32 = two128 - ulp32 const
Dfloat_lit2.go36 max32 = two128 - ulp32 const
/aosp_15_r20/external/libhevc/encoder/
H A Dia_basic_ops32.h139 static PLATFORM_INLINE WORD32 max32(WORD32 a, WORD32 b) in max32() function
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DTarget.java628 public float max32() { return (float) mMaxValue; } in max32() method in Target.Floaty
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dregalloc.go2942 func max32(x, y int32) int32 { func
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc957 size_t max32 = 0; in WriteHeader() local
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/
Dbinary16.rs1406 let max32 = f32::from_bits(core::f32::INFINITY.to_bits() - 1); in test_f16_consts() localVariable